Relesys API Docs

v1.3

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.3/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":"e14ce1b0-3fcb-45b3-81fe-deaed83638dc","url":null,"userId":"635a6485-621a-44b5-9061-c8d144a8fa56","userUrl":null,"parentCommentId":"f1f48f02-2a07-4d2f-a550-2d6288dc1d33","parentCommentUrl":null,"creationDateTime":"2025-11-09T04:03:19.1228138+00:00","lastModifiedDateTime":"2025-11-09T08:03:19.1228138+00:00","medias":[{"id":"e7cae1f2-903b-4540-a570-d95a248e6349","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f2e21476-d4a9-4b38-ab35-428fe0b1ee66","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"a1e0bdae-1e9c-433a-b4ac-a9f01334008f","url":null,"userId":"8bdb66da-532a-4044-b59f-e3b5cb6872ca","userUrl":null,"parentCommentId":"2af23a03-bacf-4cba-ad95-d83525eaf0c1","parentCommentUrl":null,"creationDateTime":"2025-11-09T03:03:19.1228138+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"59af2879-8dc6-4cf0-89fe-2dea0ed8b669","url":null},{"type":"Department","name":null,"id":"ed5a85fa-0a75-44d6-905c-3fb628e71ead","url":null},{"type":"User group","name":null,"id":"700d75d1-6a56-4346-a33d-8d1dad357811","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