Relesys API Docs

v1.3

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.3/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":"22ef4582-c977-4371-9b87-476a0fb12540","url":null,"userId":"0687f929-3e3c-421e-afdb-078405e31e25","userUrl":null,"parentCommentId":"eb10ab9a-6a15-41bf-915c-75be7492507a","parentCommentUrl":null,"creationDateTime":"2026-01-01T17:29:53.9118777+00:00","lastModifiedDateTime":"2026-01-01T21:29:53.9118777+00:00","medias":[{"id":"ad562c48-e27b-4bec-a8c7-c66294fe33c4","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"969b7038-a4b4-455f-a481-52c000365858","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"0032f454-04cc-42f9-a72b-713ea286a50e","url":null,"userId":"cd62b7c1-567d-4438-8ef5-172150f6ecd1","userUrl":null,"parentCommentId":"e49604d0-8ac7-4f0c-b8f1-87c64696a04a","parentCommentUrl":null,"creationDateTime":"2026-01-01T16:29:53.9118777+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"a66867b4-7c00-49c5-b03c-c13ae74f55b9","url":null},{"type":"Department","name":null,"id":"4bcf893f-5de8-4228-a7d5-5051c26443de","url":null},{"type":"User group","name":null,"id":"b44a6e99-1a3b-4330-a0be-48dc74dc21da","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