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":"2c6b31e9-7075-48dc-9e52-4c0fb7ee0fea","url":null,"userId":"3fb6b5a5-e15b-4dea-a505-559605697182","userUrl":null,"parentCommentId":"854b7243-1e4e-4de9-93d8-5cec314307ad","parentCommentUrl":null,"creationDateTime":"2026-05-12T11:37:07.3793351+00:00","lastModifiedDateTime":"2026-05-12T15:37:07.3793351+00:00","medias":[{"id":"885eb7ef-1bd2-448e-898e-9792a4fd3450","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4830a9b8-69f6-47c1-b046-91491c779f57","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"50201152-4364-4865-8fff-97e6979fda0a","url":null,"userId":"7c04d0d9-af52-4ea0-a0e2-593ff49e7fdd","userUrl":null,"parentCommentId":"b575c376-61c4-49db-877b-8a8ebaf1cbf9","parentCommentUrl":null,"creationDateTime":"2026-05-12T10:37:07.3793351+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"6a2a7b8a-603a-4868-a327-f633f3fc7b00","url":null},{"type":"Department","name":null,"id":"115ba575-2f93-40a3-82ab-5eb3fb96336e","url":null},{"type":"User group","name":null,"id":"2b754730-434e-44d9-988c-a8c142725a7e","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