GET api/ClergyImage?personid={personid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
personid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ClergyImageModelName | 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-04-03T01:26:30.5717529-07: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-04-03T08:26:30.5717529Z</d2p1:DateTime> <d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes> </LastUpdated> <PersonId>1</PersonId> </ClergyImageModel>