Get Devotionals
Content
Get Devotionals
GET
Get Devotionals
Retrieves a paginated list of devotionals for the authenticated user’s church.
- Requires both an API key and a TheFaithApp member bearer token.
- Supports optional search and pagination.
Optional headers
X-Client-Date: resolve devotionals for a specific date.X-Client-Timezone: resolve recurrence using the user’s timezone.
Request inputs
Your client API key from the dashboard (Settings page).
The date for which to retrieve the devotional (format: YYYY-MM-DD). If provided, returns a single devotional for that date with metadata. If not provided, returns a paginated list of devotionals.
The timezone to use for date calculations (e.g., ‘America/New_York’). Only used when X-Client-Date is provided. If not provided, uses UTC.
Search term to filter devotionals. Only used when X-Client-Date is not provided.
Page number for pagination (default: 1). Only used when X-Client-Date is not provided.
Response fields
The current page of the devotional cycle list.
Devotional entries returned for the active cycle or search query.
The date this devotional is being surfaced for, which can differ from its original authoring date for recurring items.
Indicates whether the devotional participates in the recurring devotional engine.
The maximum number of devotionals returned in this page.
The total number of devotionals available for the current filter.