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":"b2c98007-f090-46b5-b033-9fbdffe39582","url":null,"userId":"730f6d80-b607-4c2e-99e7-50760293576e","userUrl":null,"parentCommentId":"a09dc066-91bf-420d-a7fd-a90552e0efdb","parentCommentUrl":null,"creationDateTime":"2025-11-27T00:50:36.226283+00:00","lastModifiedDateTime":"2025-11-27T04:50:36.226283+00:00","medias":[{"id":"a4c58641-4dc8-4c4d-a8b0-752c736a935c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"17c273b3-9cb7-45d4-a191-e439c818a565","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"cce1954b-87f2-405a-8515-62a88373b252","url":null,"userId":"8bb15e0d-12ca-453d-8dc5-a8b86c8f3593","userUrl":null,"parentCommentId":"c50d5266-9107-4a4b-83a6-95df6d7a8a07","parentCommentUrl":null,"creationDateTime":"2025-11-26T23:50:36.226283+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"809a3366-c2d0-4b18-b614-0e502bb56850","url":null},{"type":"Department","name":null,"id":"7d85fdd3-6c95-4bdf-8e8b-0243e46066a5","url":null},{"type":"User group","name":null,"id":"0a89f4c0-2713-4d35-bc9e-daef5adb7b92","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