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":"21c95466-e73d-48b4-9c14-0dfea427faa5","url":null,"userId":"a2d7e411-7793-4123-abc6-1635f6d8440c","userUrl":null,"parentCommentId":"e1a3581a-8209-495e-aa18-64eb1e003b14","parentCommentUrl":null,"creationDateTime":"2026-06-25T07:28:11.4531527+00:00","lastModifiedDateTime":"2026-06-25T11:28:11.4531527+00:00","medias":[{"id":"6d8fb9bc-73d2-4748-bbd5-c7923e484f1b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"fb301be5-47fc-4b87-b628-bb6634956934","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"8712138c-0641-4780-b2d0-de7404e9f2bb","url":null,"userId":"71690ded-947d-49b3-bd79-39078d7a3c9a","userUrl":null,"parentCommentId":"8eded862-d875-4593-9522-d24fc0e67118","parentCommentUrl":null,"creationDateTime":"2026-06-25T06:28:11.4531527+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"c5eb5325-0a52-4867-b730-43b8b8dc9fef","url":null},{"type":"Department","name":null,"id":"487e6860-7476-4d71-804b-6f2ef2b4ab19","url":null},{"type":"User group","name":null,"id":"ecfa9687-9c83-4351-b301-db7e9f4ae7a2","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