Views
Get Content Views
GET
/contentmodules/{moduleId}/content/{contentId}/views
https://api.relesysapp.net/api/v1.1/contentmodules/{moduleId}/content/{contentId}/views
Get a list of users that have seen or swiped (read) on a content with
Default sorting is by
contentId
in a module with moduleId
.Default sorting is by
dateViewed
in descending order.
Scopes: relesys.api, relesys.api:read, relesys.api.content, relesys.api.content:read
URL Path
moduleId | string / guid | The module's unique identifier | required | |
contentId | string / guid | The content's unique identifier | required |
Query String
dateSwiped | datetimeoffset |
Filterable Sortable
|
optional | |
dateViewed | datetimeoffset |
Filterable Sortable
|
optional | |
id | string / guid |
Filterable
|
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 |