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":"d032f142-e6b0-4f32-864a-963ba00dbd96","url":null,"userId":"53566884-2772-4ee4-ae39-2741c39097b0","userUrl":null,"parentCommentId":"1a06f53e-a816-408a-baa7-47c122da44df","parentCommentUrl":null,"creationDateTime":"2026-02-20T20:54:23.6821702+00:00","lastModifiedDateTime":"2026-02-21T00:54:23.6821702+00:00","medias":[{"id":"14d3fd30-f8a0-40db-8e65-10edf9d94601","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"36953c06-1d68-4fae-bdaf-f4c3ba17f2fb","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"e6cbf2eb-33ff-4d39-815d-d321c6f4c87f","url":null,"userId":"2c3ccb62-5827-4a58-9c41-f74f9e17c83f","userUrl":null,"parentCommentId":"1b0515a1-9f09-4dee-b79d-40f90b00a45b","parentCommentUrl":null,"creationDateTime":"2026-02-20T19:54:23.6821702+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"00819771-f881-4a93-8a10-7f43f78e5c3d","url":null},{"type":"Department","name":null,"id":"7a12f7f0-e233-44a9-8ea2-32cf34531588","url":null},{"type":"User group","name":null,"id":"894adb7b-b688-4da9-a46c-9436e4f1731c","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