Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.uat.relesystest.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":"4a5d65c6-eecf-4f7b-b488-d539754a82f8","url":null,"userId":"f728bf19-b2c5-4ba9-85f2-fa3fc1ced55c","userUrl":null,"parentCommentId":"1f1f54fe-804b-45fc-829a-4d1b30232142","parentCommentUrl":null,"creationDateTime":"2026-08-23T00:41:37.6101665+00:00","lastModifiedDateTime":"2026-08-23T04:41:37.6101665+00:00","medias":[{"id":"227f08b8-480d-41ad-8751-a9dbd8f0ede4","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"909eb28d-bd1f-4ec0-81ad-51aa459077dd","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"eed2c24b-5843-4d26-aac7-601ec65bb42c","url":null,"userId":"5b9c1dbe-fcef-4db9-8774-e1c9e00a8609","userUrl":null,"parentCommentId":"ed4baa18-03ac-4a20-a180-e37842364e6a","parentCommentUrl":null,"creationDateTime":"2026-08-22T23:41:37.6101665+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"420ebe42-af0f-425d-9eb7-14e9d97c73e2","url":null},{"type":"Department","name":null,"id":"c00e65a2-4218-43c4-aec1-20bb6bd17768","url":null},{"type":"User group","name":null,"id":"27ae5eef-0c26-4867-ab15-e6d5cbc2487e","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