GET api/v1/PrayerWall/Prayer/{prayerID}?deviceID={deviceID}&ipAddress={ipAddress}
Returns a single prayer
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
deviceID |
Device ID of the device requesting this list. Used to return a yes/no value in the prayed field |
string |
Required |
prayerID |
Prayer ID that should be returned |
integer |
Required |
ipAddress |
Used for logging IP Address |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.