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":"e4afdf1e-5820-43c8-8a26-a6418da8e672","url":null,"userId":"f6300525-b006-4470-94f4-897a78e42e00","userUrl":null,"parentCommentId":"08851972-c46c-4d8a-a20f-a65efbfaa88c","parentCommentUrl":null,"creationDateTime":"2025-11-22T00:53:25.0934016+00:00","lastModifiedDateTime":"2025-11-22T04:53:25.0934016+00:00","medias":[{"id":"ce1888db-2eeb-4077-acd3-43c3decb9ba5","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"c632d32f-a496-4f2a-9f32-cb45047380a0","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"2a0b9cc5-8e27-487f-8f7e-47c07d6ba303","url":null,"userId":"9b110974-99c7-49ec-8975-dc12b2016914","userUrl":null,"parentCommentId":"4334e3b1-65a3-4199-b021-30677318c2af","parentCommentUrl":null,"creationDateTime":"2025-11-21T23:53:25.0934016+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"f555c448-a2f0-4fc9-a7c8-9608ee0880ab","url":null},{"type":"Department","name":null,"id":"2769c7fc-d7c9-4f78-bd4e-7ab3d0d8465f","url":null},{"type":"User group","name":null,"id":"917390a4-b751-4c23-a2f1-42fe633ae228","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