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":"650c67f0-7f43-46c0-a550-e6608e30fa72","url":null,"userId":"b0745c51-c3e7-4c9e-9cfb-34f05aa0860d","userUrl":null,"parentCommentId":"39fa93a7-1e42-49de-844e-7232dcdc7e5f","parentCommentUrl":null,"creationDateTime":"2025-08-23T05:36:35.2127169+00:00","lastModifiedDateTime":"2025-08-23T09:36:35.2127169+00:00","medias":[{"id":"58995936-0ec7-47c9-9778-d0622c20ced9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"c197970b-6890-49dc-8fd9-9d98e80a5b6b","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"b7ccb126-a65f-48a7-9068-eebc517e304d","url":null,"userId":"7805081a-c93e-4805-a68c-052b5f08f395","userUrl":null,"parentCommentId":"74fa6eb4-25f6-4c66-a5ad-251323f48804","parentCommentUrl":null,"creationDateTime":"2025-08-23T04:36:35.2127169+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"49bbad0a-8114-4796-ac42-3fb967abfa50","url":null},{"type":"Department","name":null,"id":"0556fe58-d684-49ac-be53-83ee4b464e5a","url":null},{"type":"User group","name":null,"id":"d48c1894-57dd-4c44-b07a-2428d5edf491","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