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":"9fff0c6f-0012-408e-b007-f82e49440c22","url":null,"userId":"9dc028dd-143b-420e-b31d-5241f97c4da8","userUrl":null,"parentCommentId":"fda891a0-8f24-4d1a-8fde-281853fa19b0","parentCommentUrl":null,"creationDateTime":"2026-06-07T16:04:48.3911736+00:00","lastModifiedDateTime":"2026-06-07T20:04:48.3911736+00:00","medias":[{"id":"afb8053f-8196-4882-a652-768a3f843637","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f0a737c4-9d96-4edc-aff6-9b604f1a36b8","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"cb02705e-77ae-47be-85ce-42f9358bd3b3","url":null,"userId":"7cf08e95-ce15-4690-a6ab-89161a3fabf7","userUrl":null,"parentCommentId":"d3f8478b-ab3d-40c4-8968-c556b0cd857b","parentCommentUrl":null,"creationDateTime":"2026-06-07T15:04:48.3911736+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"0f779d89-8b73-4081-bbeb-3ff99fd061c5","url":null},{"type":"Department","name":null,"id":"29c5ffa3-ae5c-412b-a9bb-1ea0b62030c6","url":null},{"type":"User group","name":null,"id":"a226920d-96f6-41fd-9460-30c6b42eb0e2","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