Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Comments

Get Comments
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.uat.relesystest.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":"9973d468-2d06-479d-b831-affaf199445a","url":null,"userId":"d3dcbb70-e724-4dd8-95da-82b138fd4fab","userUrl":null,"parentCommentId":"66b35ca1-4798-42a0-83cd-a8b365c582db","parentCommentUrl":null,"creationDateTime":"2026-04-15T18:15:46.1760681+00:00","lastModifiedDateTime":"2026-04-15T22:15:46.1760681+00:00","medias":[{"id":"dac4ab20-526a-4252-abda-2bd0c8f71314","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"eb8fef0c-f2bb-4157-95df-49fcffa283f9","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"5f47261b-bf31-4c59-a2b9-dfce03ba642e","url":null,"userId":"bb31c451-8542-4bc7-a22b-e70a2a978d26","userUrl":null,"parentCommentId":"88053d5f-86ab-44eb-b93d-d6e0ae342197","parentCommentUrl":null,"creationDateTime":"2026-04-15T17:15:46.1760681+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"5099e05b-dd8f-4e8e-8918-19200cf7241e","url":null},{"type":"Department","name":null,"id":"a5858f01-97b6-4119-8ba0-a975350ec2b5","url":null},{"type":"User group","name":null,"id":"1079f733-693e-49bf-9231-f0965e2a2944","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