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":"6df46b8d-fc91-4788-9eaf-42cf9860db97","url":null,"userId":"2a79c7d9-44a6-48bb-b028-5881b27cb972","userUrl":null,"parentCommentId":"fd77e192-804a-49be-8cef-02d1db3535f1","parentCommentUrl":null,"creationDateTime":"2026-06-07T14:46:13.1670335+00:00","lastModifiedDateTime":"2026-06-07T18:46:13.1670335+00:00","medias":[{"id":"ce4dbeb3-c07b-48a8-8baf-6e58fc2e0e9d","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"9a50ad60-5747-4d3b-b853-c6ff40c6bcd4","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"01a88510-19a6-44a8-83f6-7fc9e545b79d","url":null,"userId":"be4b9303-6456-4219-96f8-0eebdc27625f","userUrl":null,"parentCommentId":"626b2aa3-521e-4ffd-a088-4256793efef9","parentCommentUrl":null,"creationDateTime":"2026-06-07T13:46:13.1670335+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"fa2453ee-5acd-44e4-acc7-f2dbb6ba7f98","url":null},{"type":"Department","name":null,"id":"ff2f6412-fefa-413a-87a0-39fa2b57e81e","url":null},{"type":"User group","name":null,"id":"169762b0-b724-47bf-9fb5-9b4a89e97d49","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