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":"ace7b757-3a8a-4e45-ac59-6bbc6e928ea2","url":null,"userId":"77f6d219-a4de-4893-b30f-c997490d2a5f","userUrl":null,"parentCommentId":"bc22ef11-3d33-4e4a-91b6-2e2ae34ddfd4","parentCommentUrl":null,"creationDateTime":"2026-03-03T21:34:16.371147+00:00","lastModifiedDateTime":"2026-03-04T01:34:16.371147+00:00","medias":[{"id":"40b2d38f-3c2b-4f3b-8d09-a3d2fa580be6","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a3a1c48f-cf1d-4bf6-a92d-42fc155c08f8","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"23c64bf9-add8-4af5-96dc-64306eb7c12f","url":null,"userId":"c6c6b81a-5a0f-430b-bf34-339977fc3401","userUrl":null,"parentCommentId":"d3ea3fc4-4d5e-45d4-a700-18e001a0620b","parentCommentUrl":null,"creationDateTime":"2026-03-03T20:34:16.371147+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"37fd9ef7-eca4-4030-baa1-bee5facc44c2","url":null},{"type":"Department","name":null,"id":"dd71f5cf-b46c-4c0b-a748-1933a319a2e2","url":null},{"type":"User group","name":null,"id":"7c0b0749-fd0d-4b41-90e4-a4e1927a96e3","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