GET api/ClergyImage?personid={personid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ClergyImageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | integer |
None. |
|
| Image | string |
None. |
|
| LastUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"PersonId": 1,
"Image": "sample string 2",
"LastUpdated": "2025-11-05T17:52:07.3978201-05:00"
}
application/xml, text/xml
Sample:
<ClergyImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnityWebApi.Models">
<Image>sample string 2</Image>
<LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-05T22:52:07.3978201Z</d2p1:DateTime>
<d2p1:OffsetMinutes>-300</d2p1:OffsetMinutes>
</LastUpdated>
<PersonId>1</PersonId>
</ClergyImageModel>