GET api/v1/PrayerWall/PrayerCategory?categoryID={categoryID}&includeInactive={includeInactive}&ipAddress={ipAddress}&limit={limit}&offset={offset}

Return list of prayer categories

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryID

Optional PrayerCategoryID to return a single category (returned regardless of Active state)

integer

None.

includeInactive

If true, includes inactive/retired categories in the list. Ignored when categoryID is supplied.

boolean

Default value is False

ipAddress

Used for logging IP Address

string

None.

limit

Number of records to return (from 1 to 100)

integer

Default value is 100

offset

Offset by number of records

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.