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":"f76e57b8-417c-4480-ad65-b47fef671859","url":null,"userId":"c39436d2-2cb1-4eca-a170-70bf5ae773a5","userUrl":null,"parentCommentId":"cddcb001-e8c3-4054-a94a-ceb1a9cff005","parentCommentUrl":null,"creationDateTime":"2026-04-01T18:04:48.7120408+00:00","lastModifiedDateTime":"2026-04-01T22:04:48.7120408+00:00","medias":[{"id":"e51ad693-1bdb-4cd5-85ed-f09ed461d2e0","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"d508e0e8-e1c0-4d4c-b4bf-8b845e9826ce","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"b9462e5c-d723-482f-bdad-0b107fe6da03","url":null,"userId":"041c8065-1e3c-47c7-bcd6-60ca46bd7358","userUrl":null,"parentCommentId":"4a989a01-3df0-41a7-9bc0-213646fed41d","parentCommentUrl":null,"creationDateTime":"2026-04-01T17:04:48.7120408+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"71e5abc6-be46-4a03-9ae8-c11f6d51302d","url":null},{"type":"Department","name":null,"id":"51998612-5e17-48bd-931e-f76ed968757e","url":null},{"type":"User group","name":null,"id":"f9c78bf1-c4b1-4965-8728-f6bb5c72813d","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