GET api/ChurchImage?churchid={churchid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| churchid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ChurchImageModel| Name | Description | Type | Additional 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-11-05T17:49:22.387176-05: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-11-05T22:49:22.387176Z</d2p1:DateTime>
<d2p1:OffsetMinutes>-300</d2p1:OffsetMinutes>
</LastUpdated>
</ChurchImageModel>