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":"19449235-4357-4fd5-8b24-3b7ca76a3824","url":null,"userId":"8b335d29-0b79-4520-8eda-6415fc71f3c2","userUrl":null,"parentCommentId":"161b2fe2-20fe-4175-a94d-5d5eee62579d","parentCommentUrl":null,"creationDateTime":"2026-01-10T22:45:21.3422376+00:00","lastModifiedDateTime":"2026-01-11T02:45:21.3422376+00:00","medias":[{"id":"1b3ece69-1e55-4ccd-8bba-f959d79b3fcd","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ebdcd868-23da-4263-92f8-c59b2cd6482b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"a9be5f06-52ce-4396-86f6-b5ec0f0cd718","url":null,"userId":"5df61c75-2c00-418e-8438-e195dd81c8eb","userUrl":null,"parentCommentId":"0c7e3be5-be18-427c-8cd3-9de4f907aa63","parentCommentUrl":null,"creationDateTime":"2026-01-10T21:45:21.3422376+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"baf03a5b-7719-4461-9a7a-de1ef74b3cc0","url":null},{"type":"Department","name":null,"id":"dac4c09e-a809-4091-81c7-10ea03cab06b","url":null},{"type":"User group","name":null,"id":"5f2212ad-9286-44e5-97e6-3a424bfedf9f","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