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":"6390e9ed-f15e-42e9-9e61-943d7d6af9e1","url":null,"userId":"a8fca7a4-c2e0-4288-86f1-0ad4d9272d35","userUrl":null,"parentCommentId":"711968ff-bb88-431f-8595-ccb5f1ccfc8d","parentCommentUrl":null,"creationDateTime":"2026-07-12T23:14:29.5659349+00:00","lastModifiedDateTime":"2026-07-13T03:14:29.5659349+00:00","medias":[{"id":"a4183f86-a744-4553-ad2d-b6766b2ebf7b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"70cce51d-c2d6-4f45-8fa6-5b89b7b48c60","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"cb732767-5482-4b5f-a4b8-e13da089e14f","url":null,"userId":"e1cde1a3-a75f-41a0-8787-8fc3e368b23b","userUrl":null,"parentCommentId":"b7ae3c52-84ae-4f54-8261-0233b3094957","parentCommentUrl":null,"creationDateTime":"2026-07-12T22:14:29.5659349+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"43e8aa10-e278-43c1-b110-28d893a13b5f","url":null},{"type":"Department","name":null,"id":"30ade4fd-6d1c-4d88-8ac8-7a66b1970277","url":null},{"type":"User group","name":null,"id":"c394e7f3-9339-42de-a34e-6964d265ae23","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