Relesys API Docs

v1.1

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.1/contentmodules/{moduleId}/content/{contentId}/comments
Get a list of content comments.
Default sort is by creationDateTime in descending order.

Please note: Comments must be enabled on the module for this endpoint to be called. Otherwise status code 400 - Bad Request will be returned.
Scopes: relesys.api, relesys.api:read, relesys.api.content, relesys.api.content:read
URL Path
moduleId string / guid required
contentId string / guid required
Query String
creationDateTime datetimeoffset Filterable Sortable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
parentCommentId 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
Responses
application/json
JSON
{"count":2,"data":[{"id":"ad693d7a-f778-4515-8713-a9d8c4454e44","url":null,"userId":"934f320f-a5d7-4eb8-afd4-6b070a0627b8","userUrl":null,"parentCommentId":"488747a6-e303-4ce5-b91d-94c11a46c23c","parentCommentUrl":null,"creationDateTime":"2026-01-31T06:24:49.5615666+00:00","lastModifiedDateTime":"2026-01-31T10:24:49.5615666+00:00","medias":[{"id":"f59037b3-6a42-4557-83f3-34edbebf5d8a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"19c68b5c-9204-444a-a8d8-dca20302ae6b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"eb53d191-330f-4bd1-b1d1-7f417d110666","url":null,"userId":"e49eb225-b8ef-4f44-a9bf-c3b2aacaca79","userUrl":null,"parentCommentId":"4e9cb946-14c4-4894-99a1-7d4d6ce4ed54","parentCommentUrl":null,"creationDateTime":"2026-01-31T05:24:49.5615666+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"949749ac-1025-4bb0-83cd-a93bf5d49c43","url":null},{"type":"Department","name":null,"id":"65f347da-2830-4b30-a708-f1caff27b231","url":null},{"type":"User group","name":null,"id":"ef5d9a0c-bcd3-4a1e-95d7-f1186d5e68bd","url":null}],"locales":[{"culture":"en-GB","text":"Example text 2"}]}]}
object
  count integer      
  data array[object]      
   creationDateTime datetimeoffset      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    text string      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   mentions array[object]      
    id string / guid      
    name string      
    type string      
    url string      
   parentCommentId string / guid      
   parentCommentUrl string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string