Relesys API Docs

v1.3

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.3/contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
Get a content comment with ID commentId.

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
commentId string / guid required
Responses
application/json
JSON
{"data":{"id":"2dbd7591-99ae-41b3-a7ee-f37df1ded7b0","url":null,"userId":"91aad420-a3f1-46ea-ac0d-dcae1f1d377d","userUrl":null,"parentCommentId":"649a74c1-01ed-4d1e-b101-23e150e68fe8","parentCommentUrl":null,"creationDateTime":"2025-11-27T00:50:52.7117907+00:00","lastModifiedDateTime":null,"medias":[{"id":"0bc9253c-dbdd-491c-9f01-f56d3932ba2a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"28705b69-8f7c-4df1-a6f3-bda33e50fb67","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"mp4"}],"mentions":null,"locales":[{"culture":"en-GB","text":"Example text 1"}]}}
object
  data 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