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":"9130b998-aaab-4e00-80d8-3bce041b2faa","url":null,"userId":"3e0962a8-dc16-4316-8caf-e1a643ffc702","userUrl":null,"parentCommentId":"97c124f6-8d9a-4896-92b5-e319dbadea71","parentCommentUrl":null,"creationDateTime":"2026-01-28T11:40:45.9937773+00:00","lastModifiedDateTime":null,"medias":[{"id":"3a004928-a0d8-486b-9e15-786a2a692121","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"09eb2e2f-22de-4257-a2bd-96b6d7b8e86d","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