Relesys API Docs

v1.4

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.4/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":"9222de06-7657-4683-9436-ec58a694762f","url":null,"userId":"50c42147-251e-4654-9e35-c5ba6facca07","userUrl":null,"parentCommentId":"2027ca09-55a2-40a4-93e1-58a4594aa14b","parentCommentUrl":null,"creationDateTime":"2026-07-15T23:25:22.4954082+00:00","lastModifiedDateTime":"2026-07-16T03:25:22.4954082+00:00","medias":[{"id":"db0a0a35-41b5-48cf-86cc-70947cccfb71","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"1cde2f51-1d7f-46dd-bc99-6edab3c39849","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"0e07ab0d-5038-4f54-bb35-9054d2e6987a","url":null,"userId":"5a282ac0-dfa7-4da2-b97e-8c6f7ca9e270","userUrl":null,"parentCommentId":"25390476-501b-401a-b7d2-89eeaa60675e","parentCommentUrl":null,"creationDateTime":"2026-07-15T22:25:22.4954082+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"b38e145f-529d-4415-9e18-dc9b882c790a","url":null},{"type":"Department","name":null,"id":"2eb1f175-ec31-4e70-ad16-210332a7d787","url":null},{"type":"User group","name":null,"id":"78f19f7a-392c-4c83-9157-0c18d47bde0e","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