GET api/ClergyImage?personid={personid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personid

integer

Required

Body Parameters

None.

Response Information

Resource Description

ClergyImageModel
NameDescriptionTypeAdditional information
PersonId

integer

None.

Image

string

None.

LastUpdated

date

None.

Response Formats

application/json, text/json

Sample:
{
  "PersonId": 1,
  "Image": "sample string 2",
  "LastUpdated": "2024-10-05T19:17:34.0348714-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>2024-10-06T02:17:34.0348714Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
  </LastUpdated>
  <PersonId>1</PersonId>
</ClergyImageModel>