Relesys API Docs

v1

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1/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":"26f6738f-a9af-4f99-be4a-293f5d4c846b","url":null,"userId":"bc685af6-02f9-45f4-a52d-6f3354d9564c","userUrl":null,"parentCommentId":"1561b830-89fa-46b3-b149-fdb73e155932","parentCommentUrl":null,"creationDateTime":"2026-05-15T15:47:53.2903231+00:00","lastModifiedDateTime":"2026-05-15T19:47:53.2903231+00:00","medias":[{"id":"c0cc2081-04d6-45db-b1c4-3162173948b1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"2f34d7a5-eb79-48c3-87b0-482406e3ac9e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"950324fc-295f-457b-82f4-23bfa1bd25f5","url":null,"userId":"c1d8f4a4-6d18-4972-9258-c1337bf57b07","userUrl":null,"parentCommentId":"ecf0a961-7b5d-4833-aec7-2f4203924579","parentCommentUrl":null,"creationDateTime":"2026-05-15T14:47:53.2903231+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"026d4900-5bf3-440c-a9d8-e59bee1ed158","url":null},{"type":"Department","name":null,"id":"d44598d0-0d92-412d-b0ee-c4cba1128c08","url":null},{"type":"User group","name":null,"id":"4e4675b0-7c1a-499d-85c9-60346a50ea5c","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