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":"3ddce814-ceb8-40c1-8b5b-59b595dc8707","url":null,"userId":"414fc975-ece8-40be-97ba-a92da61837d0","userUrl":null,"parentCommentId":"5e26bffc-fba2-4000-8b42-58024289811a","parentCommentUrl":null,"creationDateTime":"2026-01-13T14:56:43.863613+00:00","lastModifiedDateTime":"2026-01-13T18:56:43.863613+00:00","medias":[{"id":"3d94b92e-461a-470c-a32f-1c74e48c3311","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"26a56257-97f0-4711-bb51-04204ed0a3e4","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"0eba5df2-4467-40d2-a63a-2e4ce8f577b9","url":null,"userId":"dee5721c-1281-42bb-91b4-dbcde31cf87f","userUrl":null,"parentCommentId":"0bc05627-8ade-4478-a3cc-fc96adadea4f","parentCommentUrl":null,"creationDateTime":"2026-01-13T13:56:43.863613+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"9f0983f6-81ac-4086-a4ca-750deb2f16cd","url":null},{"type":"Department","name":null,"id":"9279c3cc-327e-4149-afbf-b69f80025b32","url":null},{"type":"User group","name":null,"id":"ea957d13-c275-4592-93d8-c56e87a323a4","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