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":"52849002-29da-435a-a241-3f98eafc6bbe","url":null,"userId":"44447354-0760-41cf-ba36-9cc417b8dc6e","userUrl":null,"parentCommentId":"4c39781a-c7f8-4811-b8fe-fd7303aa5263","parentCommentUrl":null,"creationDateTime":"2025-03-21T13:53:51.7899695+00:00","lastModifiedDateTime":"2025-03-21T17:53:51.7899695+00:00","medias":[{"id":"44958866-0937-4a4d-8f8a-2924ff6432bb","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"333d5fc7-47be-460a-8f47-087b4b487f11","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"960f2cf4-c7fe-4c9e-b4c2-29e304d561d8","url":null,"userId":"a0b35434-f520-48a7-a83e-5540a38eb7aa","userUrl":null,"parentCommentId":"92ad9807-b03e-4b5c-92ea-df30438450f1","parentCommentUrl":null,"creationDateTime":"2025-03-21T12:53:51.7899695+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"094c7c19-6071-4d88-9eaf-40b38b685ad5","url":null},{"type":"Department","name":null,"id":"29a51b2e-9037-4165-8e0a-54e4b6858a4d","url":null},{"type":"User group","name":null,"id":"455dd1d0-7467-4f81-90f5-2b0a830b20e9","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