Relesys API Docs

v1.3

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

Comments

List
GET /contentmodules/{moduleId}/content/{contentId}/comments
https://api.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":"0131b71a-3e9b-419c-9cdc-f2fa09360385","url":null,"userId":"726ebdc2-07db-42be-b555-e00bd9dfcfb0","userUrl":null,"parentCommentId":"06a28839-c45c-4599-b612-371753a1bf58","parentCommentUrl":null,"creationDateTime":"2026-01-15T15:01:28.225943+00:00","lastModifiedDateTime":"2026-01-15T19:01:28.225943+00:00","medias":[{"id":"081fbe14-2bdc-4439-8e84-af95276c28af","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"9a8508e7-3e0c-41e1-9079-6c4352761cb4","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]},{"id":"8c98cc1d-55d7-46a4-8812-6d527553a678","url":null,"userId":"7eb29497-3d37-4cdf-a952-d6319643a3c5","userUrl":null,"parentCommentId":"dec2b8ea-fd68-4548-aa7d-26bdd67811a6","parentCommentUrl":null,"creationDateTime":"2026-01-15T14:01:28.225943+00:00","lastModifiedDateTime":null,"medias":null,"mentions":[{"type":"User","name":null,"id":"0c2b73dd-89c1-4ddf-b769-d838077e76f1","url":null},{"type":"Department","name":null,"id":"ff13ae4b-5778-4d0a-aa45-c6d3e4444dbc","url":null},{"type":"User group","name":null,"id":"ed4bf674-d2ab-40d6-8737-04ee357377db","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