Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.3/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":"040e2177-2290-4545-9f48-62956070a9c6","url":null,"userId":"729d4fde-4412-4c4c-a47f-89f5ebfd177c","userUrl":null,"parentCommentId":"c198588d-63d9-4210-9812-7a9ce1f6939c","parentCommentUrl":null,"creationDateTime":"2025-06-06T20:31:31.4283772+00:00","lastModifiedDateTime":"2025-06-07T00:31:31.4283772+00:00","medias":[{"id":"b72c36b6-b7b0-4384-b277-a2a326304cd9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"b690c30a-96f2-4d50-ae64-fb7f34553390","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"ade93160-8cfd-4db9-bcb6-8696211c4eed","url":null,"userId":"c6a729cb-64ef-40b0-8fd0-0c7813dc5928","userUrl":null,"parentCommentId":"0c8b34ec-47b9-4ed7-957d-1e8c9f1d2a45","parentCommentUrl":null,"creationDateTime":"2025-06-06T19:31:31.4283772+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"30694d49-11a6-42cc-98af-13e12ec29a2f","url":null},{"type":"Department","name":null,"id":"ecaa8841-b97d-4201-9452-e3ef257ef42c","url":null},{"type":"User group","name":null,"id":"3a0ac37e-1d80-4fc9-aca1-c71523a6cd24","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