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":"d0efdd53-1426-499e-a54b-294a078068ce","url":null,"userId":"0c46d412-191d-4432-b91e-392ef8904453","userUrl":null,"parentCommentId":"0d9d59c9-e663-42f5-ae46-fc5167b32f0e","parentCommentUrl":null,"creationDateTime":"2026-04-20T13:41:03.5755024+00:00","lastModifiedDateTime":null,"medias":[{"id":"8ef1ed3f-490f-4530-a0d6-0c993cc0a3a8","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"1bd56ef4-35c0-40d0-961f-19809027f4a8","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