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":"d4fabe41-8996-4260-90a4-0021e93b0247","url":null,"userId":"5cffeddd-df5d-4d6e-827f-33aff0259faf","userUrl":null,"parentCommentId":"9f46ce28-0f71-4ad7-bde6-31cee8ff9e60","parentCommentUrl":null,"creationDateTime":"2025-10-27T18:55:49.2928622+00:00","lastModifiedDateTime":"2025-10-27T22:55:49.2928622+00:00","medias":[{"id":"0b0d10e3-e48e-4242-b554-11f9d2772dbe","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"92533394-15be-455f-8d4c-da45ad6f187e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"0d3ae100-f9e4-4d55-af75-51f582ec12db","url":null,"userId":"7b8b535e-e5b1-4e37-b376-9918392c3665","userUrl":null,"parentCommentId":"3525e0c2-53bf-4c73-8a64-84ee5096a00f","parentCommentUrl":null,"creationDateTime":"2025-10-27T17:55:49.2928622+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"0528ec50-b7e1-4819-88d4-18ac86f07ccb","url":null},{"type":"Department","name":null,"id":"bb2ba16b-5b3b-4a4a-8337-84b58d0d717f","url":null},{"type":"User group","name":null,"id":"ef62645b-c339-412c-9c54-a4227ff484c3","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