Relesys API Docs

v1.4

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.4/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":"296aa9f8-d049-4b48-b07b-c7e62be4623b","url":null,"userId":"76549cdf-a82e-45e5-b19b-7d776487ec3a","userUrl":null,"parentCommentId":"0a936c67-f401-422c-baf4-89bea2147a0c","parentCommentUrl":null,"creationDateTime":"2026-05-20T22:39:33.641533+00:00","lastModifiedDateTime":"2026-05-21T02:39:33.641533+00:00","medias":[{"id":"01c33d68-890d-4805-8582-fba828923754","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"b4145358-a52d-4b20-8441-9ff6928f551f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"0c5ae736-dcf2-457c-b0bf-c1979d8e4755","url":null,"userId":"3bd4c066-2601-4411-a4e7-ca2253471fc4","userUrl":null,"parentCommentId":"822b9a26-d5da-4571-a55b-d3b895c1c7aa","parentCommentUrl":null,"creationDateTime":"2026-05-20T21:39:33.641533+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"4e88c902-bf13-4052-b2ad-c8ce25983767","url":null},{"type":"Department","name":null,"id":"d952858e-673f-4ad7-af87-c6db91d4ce69","url":null},{"type":"User group","name":null,"id":"8e07af8e-a53c-4d38-a33c-231e7983dfb3","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