Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

Content

Get Content Modules
GET /contentmodules
https://api.relesysapp.net/api/v1.2/contentmodules
Get a list of content modules.
Default sort is by name in ascending order.
Scopes: relesys.api, relesys.api:read, relesys.api.content, relesys.api.content:read
Query String
creationDateTime datetime Filterable Sortable optional
id string / guid Filterable optional
lastModifiedDateTime datetime Filterable Sortable optional
name string Filterable Sortable 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
Responses
application/json
JSON
{"count":2,"data":[{"id":"cc658d5e-14ac-4992-893f-1bc8ad2a95f3","name":"Example name 1","creationDateTime":"2024-04-25T06:02:24.0337912Z","lastModifiedDateTime":"2024-04-26T06:02:24.0337912Z"},{"id":"25a11d66-c8be-47bf-8c4d-a9d3bc65a046","name":"Example name 2","creationDateTime":"2024-04-25T06:02:24.0337912Z","lastModifiedDateTime":null}]}
object
  count integer      
  data array[object]      
   creationDateTime datetime      
   id string / guid      
   lastModifiedDateTime datetime      
   name string      
  nextUrl string      
  previousUrl string