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":"e12912c1-1435-4e49-807b-bee2b382f30c","url":null,"userId":"d46b35e4-4ecb-499c-9b15-b142acccd4e6","userUrl":null,"parentCommentId":"fcb31c4f-1f0d-4b0c-af82-85a33dbd6357","parentCommentUrl":null,"creationDateTime":"2026-06-23T17:40:56.212687+00:00","lastModifiedDateTime":"2026-06-23T21:40:56.212687+00:00","medias":[{"id":"632e3b9d-a15a-4522-ae36-7796e48d46fa","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f21b8016-91d4-4697-9cb4-946a6279562f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"37835cff-0f2b-4189-9492-02772b8e7d1d","url":null,"userId":"430f5f07-221f-48b5-a269-a3613ec5d53a","userUrl":null,"parentCommentId":"0f921f32-9137-4568-85a1-1ccc5d16c9c3","parentCommentUrl":null,"creationDateTime":"2026-06-23T16:40:56.212687+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"14a3d8aa-19af-46aa-a738-464d54155dae","url":null},{"type":"Department","name":null,"id":"e1e9e5c1-fec7-4d9b-a353-f68970af4e13","url":null},{"type":"User group","name":null,"id":"d5c606cd-634a-4502-8121-0c85f39b3f7e","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