Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesysapp.net/api/v1.4/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":"8f08179b-7900-4b4f-bc79-393e44523f3c","url":null,"userId":"f7fa7bbb-952f-4ea8-8f04-2f18c23f2803","userUrl":null,"parentCommentId":"c2499c2c-02f2-4494-956a-052fa094fc39","parentCommentUrl":null,"creationDateTime":"2026-08-31T06:02:45.9875714+00:00","lastModifiedDateTime":"2026-08-31T10:02:45.9875714+00:00","medias":[{"id":"6d353606-83eb-469e-84b8-bce6a9296dac","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"9c13f3ce-4c29-409b-9512-0833d45813ca","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"94d387b2-b201-4d49-afd0-38822a9dd9fb","url":null,"userId":"b001b16a-3c93-49a3-b05e-e9e376a86c25","userUrl":null,"parentCommentId":"318b84b0-c623-4769-8874-354317b0937e","parentCommentUrl":null,"creationDateTime":"2026-08-31T05:02:45.9875714+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"5e3134fd-d8f4-440b-af88-9e2d3aa92b83","url":null},{"type":"Department","name":null,"id":"2a89a986-5d71-4957-842a-1f6dc8693c11","url":null},{"type":"User group","name":null,"id":"cb28683b-0c00-4672-9fa3-0bb414ab7232","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