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":"48b7efac-be95-47b3-a825-7394f09f502a","url":null,"userId":"a499c07d-fcfe-4cf3-912f-b99f330b6f05","userUrl":null,"parentCommentId":"da8b08b0-7c9b-4609-a460-ab8d7a953adf","parentCommentUrl":null,"creationDateTime":"2026-04-21T21:36:41.0922737+00:00","lastModifiedDateTime":"2026-04-22T01:36:41.0922737+00:00","medias":[{"id":"c602c51e-aafa-4246-9e4d-3b3847bb38b0","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"16329e77-5751-4243-bdff-6c60dc3e12a3","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"b3cd54f9-4b73-4f99-810d-9e9a65fb9870","url":null,"userId":"741f1a68-8ba0-40f0-9ebd-cae5a7be2bf3","userUrl":null,"parentCommentId":"d7439e08-9a5e-4638-ad2b-8cbd75108925","parentCommentUrl":null,"creationDateTime":"2026-04-21T20:36:41.0922737+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"5cee5299-3dec-4735-b4aa-997d619e7b43","url":null},{"type":"Department","name":null,"id":"83476098-da93-45f1-b20a-96c200348ee4","url":null},{"type":"User group","name":null,"id":"f1ff1ca4-ccd8-43f2-ba89-d957f64ee2ad","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