Relesys API Docs

v1.4

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

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.relesystest.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":"12092c9a-7587-4cfb-8de6-eddebacb16db","url":null,"userId":"120f2eb1-3f64-4d04-be33-a2ef5bef08be","userUrl":null,"parentCommentId":"0ba47de4-16dc-405a-ac71-10b8d30163b3","parentCommentUrl":null,"creationDateTime":"2026-06-11T17:55:47.3635084+00:00","lastModifiedDateTime":"2026-06-11T21:55:47.3635084+00:00","medias":[{"id":"da051b32-71f7-4a6f-96a5-2a49556ebb70","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"8e751d1d-2332-4576-b6d1-6ffead5b61ce","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"73ee4375-cc67-4aae-9c06-0bb7617c84cc","url":null,"userId":"3aedaa64-8b5b-4bc1-a1a3-75fa9def8179","userUrl":null,"parentCommentId":"334e2b43-b5bf-4641-a831-f3c1decddc9d","parentCommentUrl":null,"creationDateTime":"2026-06-11T16:55:47.3635084+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"f4874896-506a-4a59-bc6c-cb47a6690510","url":null},{"type":"Department","name":null,"id":"1ae083dd-fd08-41cc-b690-e53720c4493b","url":null},{"type":"User group","name":null,"id":"a24b9f6b-eea2-4ca8-8ada-6aa73c3d5797","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