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":"b6193d0f-0343-447e-9d5d-41806bc0ee86","url":null,"userId":"565c1a6d-4bde-4bc8-8a4f-941aa8f73d6e","userUrl":null,"parentCommentId":"3757cef3-954f-4127-a93f-12e156372118","parentCommentUrl":null,"creationDateTime":"2026-09-23T09:55:47.8322383+00:00","lastModifiedDateTime":"2026-09-23T13:55:47.8322383+00:00","medias":[{"id":"e14943f6-ddc8-4a4e-9899-7befddfce0ba","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"ca67c545-4cb4-4918-9519-35dd5b878c6d","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"0ea64a96-8fdd-4bda-931f-42ebfa15d6be","url":null,"userId":"912fb3c3-43ea-4e82-8d91-ee5942b7a24b","userUrl":null,"parentCommentId":"0607b1c8-a82f-4939-b045-e8fbafffbadb","parentCommentUrl":null,"creationDateTime":"2026-09-23T08:55:47.8322383+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"f7098083-3b62-42d2-be5f-a76762e4da57","url":null},{"type":"Department","name":null,"id":"e6829dc7-f0b1-4259-8bcc-d7dd06e3cca6","url":null},{"type":"User group","name":null,"id":"3ebf8451-1325-4500-a751-7084f0294c15","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