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":"48c4fb06-ff5d-4af4-806c-c460877678ba","url":null,"userId":"ec6ecb21-d2aa-4e4a-a838-5a9ca4c5b3a4","userUrl":null,"parentCommentId":"dba68beb-b4ca-4633-8b04-ca7d83f4b296","parentCommentUrl":null,"creationDateTime":"2025-10-03T19:41:20.2768499+00:00","lastModifiedDateTime":"2025-10-03T23:41:20.2768499+00:00","medias":[{"id":"7fb36e7a-b922-4860-9844-d029c75f51ed","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"14cfd786-4c6c-46ee-814e-d25e7744c8c1","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"1f7b000d-423c-44ff-af56-282da8855479","url":null,"userId":"de9bd511-7ac1-4c95-92da-ee5a1b3e5b57","userUrl":null,"parentCommentId":"422db603-1706-4ec0-bd56-ddd33f2eebd7","parentCommentUrl":null,"creationDateTime":"2025-10-03T18:41:20.2768499+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"9756e8b3-8b10-4351-85d8-4448fe2138d4","url":null},{"type":"Department","name":null,"id":"f3c66fad-420c-458c-be22-6d613874744f","url":null},{"type":"User group","name":null,"id":"366817a2-72a5-41cb-9fc3-4ec63ea70518","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