GET api/ChurchImage?churchid={churchid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
churchid

integer

Required

Body Parameters

None.

Response Information

Resource Description

ChurchImageModel
NameDescriptionTypeAdditional information
ChurchId

integer

None.

Image

string

None.

LastUpdated

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ChurchId": 1,
  "Image": "sample string 2",
  "LastUpdated": "2025-04-03T01:35:51.8574716-07:00"
}

application/xml, text/xml

Sample:
<ChurchImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnityWebApi.Models">
  <ChurchId>1</ChurchId>
  <Image>sample string 2</Image>
  <LastUpdated xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-04-03T08:35:51.8574716Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
  </LastUpdated>
</ChurchImageModel>