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":"05c08061-7646-46e9-8c27-e9573f6f3081","url":null,"userId":"046f6a78-4eeb-4990-83f0-76722ae6d34e","userUrl":null,"parentCommentId":"1b024848-1f0e-4d2d-91ea-4982f5e39905","parentCommentUrl":null,"creationDateTime":"2026-06-03T17:53:27.8276174+00:00","lastModifiedDateTime":"2026-06-03T21:53:27.8276174+00:00","medias":[{"id":"43d5b559-b7c1-4ee5-a508-4e8f48699732","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e726aa7e-a84a-453f-872a-e0921fcade3f","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"adaab18e-bb70-4df8-8dc6-e171c4932e0f","url":null,"userId":"ab1f99b6-21bb-430e-b695-0eaf041d70c7","userUrl":null,"parentCommentId":"b04bd29f-3386-4699-acb3-6219be0aae9d","parentCommentUrl":null,"creationDateTime":"2026-06-03T16:53:27.8276174+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"406fb629-aad6-4a33-b7da-695b41e5f36c","url":null},{"type":"Department","name":null,"id":"684d4722-2e98-4dc4-8847-b59d79238eb9","url":null},{"type":"User group","name":null,"id":"c77d223b-405c-4149-be05-c3e9d98d193c","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