Content
Get Content
GET
/contentmodules/{moduleId}/content
https://api.relesysapp.net/api/v1.3/contentmodules/{moduleId}/content
Get a list of content.
Default sort is by
startDateTimeZone
and endDateTimeZone
determine the timezone for which the content post's availability is based upon. If they are not set, the timezone is based upon the timezone for the user accessing the post.locales
, mentions
and medias
will always be null in this response due to the potential of very large body texts. In order to include these, please use the Get Content By Id (url
) endpoint.Default sort is by
sortOrder
in ascending order.
Scopes: relesys.api, relesys.api:read, relesys.api.content, relesys.api.content:read
URL Path
moduleId | string / guid | required |
Query String
availableFrom | datetime |
Filterable Sortable
|
optional | |
availableUntil | datetime |
Filterable Sortable
|
optional | |
categoryId | string / guid |
Filterable
|
optional | |
creationDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
featureMediaId | string / guid |
Filterable
|
optional | |
id | string / guid |
Filterable
|
optional | |
lastModifiedDateTime | datetimeoffset |
Filterable Sortable
|
optional | |
name | string |
Filterable Sortable
|
optional | |
sortOrder | integer |
Filterable Sortable
|
optional | |
status | string |
Filterable Sortable
|
optional | |
userId | string / guid |
Filterable
|
optional | |
sort | string | Comma separated sort order based on sortable properties | optional | |
offset | integer | Offset value for use in pagination | Default: 0 | optional |
limit | integer | Total objects to fetch (max 1000) | Default: 200 | optional |