Relesys API Docs

v1.1

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.1/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":"eb6b28a7-8c36-4281-accd-f6ea948a27e1","url":null,"userId":"094cb3d5-28a3-4e12-a67d-61bee240fa62","userUrl":null,"parentCommentId":"d8bb32f6-1f51-40de-b1c6-083b909e6408","parentCommentUrl":null,"creationDateTime":"2026-05-15T16:23:09.9081128+00:00","lastModifiedDateTime":"2026-05-15T20:23:09.9081128+00:00","medias":[{"id":"3cb6d1e9-8e59-42e9-bf74-f56e7ead09a5","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"cc3beb3f-e033-4b45-ad20-2d1d3371ba23","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"9e4c2c4c-0bc4-4dd3-9c1d-3a91b112a5ab","url":null,"userId":"86515dbe-c3d6-4139-94e7-9a96c1ad729d","userUrl":null,"parentCommentId":"6a020409-e0a5-4a66-b88c-9897e5c8337c","parentCommentUrl":null,"creationDateTime":"2026-05-15T15:23:09.9081128+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"8bb563c2-33a4-4cf8-a98b-28343b86ee67","url":null},{"type":"Department","name":null,"id":"f7f78b32-9abe-446b-9e08-25c57300022c","url":null},{"type":"User group","name":null,"id":"7a3d5b33-7d5a-4293-9168-f1e84438fa66","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