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":"194a3b4c-a741-491c-89be-f981cbf15062","url":null,"userId":"27b3385b-f189-4c1b-a21a-6f87dbde41f3","userUrl":null,"parentCommentId":"81596429-10dd-41ea-9bec-608c0715633d","parentCommentUrl":null,"creationDateTime":"2026-08-10T14:01:46.5068407+00:00","lastModifiedDateTime":"2026-08-10T18:01:46.5068407+00:00","medias":[{"id":"ada8e66b-8d0c-4ef8-8f6f-2bb827d9dc4e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ffb46cd9-0dff-4cd8-aa0a-221a5f932713","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"f9a80f15-3c06-4ff9-910f-5a395651eda0","url":null,"userId":"d7b0206b-618c-4ad4-8c2f-4e82a1fd1db6","userUrl":null,"parentCommentId":"7c1cea66-748f-455e-8474-d1eb861697b0","parentCommentUrl":null,"creationDateTime":"2026-08-10T13:01:46.5068407+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"378314f6-7c47-4817-915d-47c3ebe88998","url":null},{"type":"Department","name":null,"id":"8d0df38b-1628-44ae-9321-24df0f2cc966","url":null},{"type":"User group","name":null,"id":"92944732-1bbe-492c-a8be-e2ae1ad7c02c","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