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":"83755af6-85a0-4d8e-83bd-2dd857dcfa93","url":null,"userId":"aea3e016-435f-46a0-a263-b2800e6a2039","userUrl":null,"parentCommentId":"86756c61-7017-416f-bcd0-fec6d5a41d49","parentCommentUrl":null,"creationDateTime":"2025-07-29T20:39:50.2810391+00:00","lastModifiedDateTime":"2025-07-30T00:39:50.2810391+00:00","medias":[{"id":"baff3b40-c49b-4df2-9f69-768311939db1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"98eac668-4c53-4687-8ed9-1ca2b549fa5e","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"560e0c48-534e-4bde-87f2-a4ee308330c7","url":null,"userId":"7b0c04d6-ab95-4b0e-b36d-3f59a21eea42","userUrl":null,"parentCommentId":"ce6878ea-67a9-4e1f-bb6a-42034c461c96","parentCommentUrl":null,"creationDateTime":"2025-07-29T19:39:50.2810391+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"6490f7a8-76e1-41f3-84fd-397fe8719340","url":null},{"type":"Department","name":null,"id":"76431ba7-f296-4d76-bb76-2e8a82bbe727","url":null},{"type":"User group","name":null,"id":"d9307452-b321-4ed6-9f6b-903c75f8f960","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