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":"40ed774d-5f45-4a36-b6af-0803837d1ee7","url":null,"userId":"aad83f6d-a07f-43f8-a311-6c21aafc580f","userUrl":null,"parentCommentId":"f6db857e-2035-4add-8906-cad6942971b1","parentCommentUrl":null,"creationDateTime":"2025-09-19T05:15:04.4009407+00:00","lastModifiedDateTime":"2025-09-19T09:15:04.4009407+00:00","medias":[{"id":"4ede8263-4895-48b8-8e77-ebe77df2bbeb","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"03298b26-30e2-4535-afa0-40355eb7b18b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"d153d2f0-89a1-4f37-b95c-83d847066a2d","url":null,"userId":"0604b2a4-8490-4784-b699-f4c48b96645e","userUrl":null,"parentCommentId":"a0b09e2c-928f-46db-b575-1bf8758d76c5","parentCommentUrl":null,"creationDateTime":"2025-09-19T04:15:04.4009407+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"63883775-0b73-44ae-b3c8-4cb5d8ccecdb","url":null},{"type":"Department","name":null,"id":"7596bf85-e991-4d06-8eda-8642f91e4876","url":null},{"type":"User group","name":null,"id":"9469491b-88e5-457f-8746-45432373dfaa","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