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":"d8c8e820-9c48-4d3b-ae35-d232f86ab134","url":null,"userId":"af64a893-b1d8-446b-a02b-a9f338d7fe17","userUrl":null,"parentCommentId":"fd6b7cde-d5b2-4378-bd2c-f6bc406f2963","parentCommentUrl":null,"creationDateTime":"2025-06-06T20:33:25.8069051+00:00","lastModifiedDateTime":null,"medias":[{"id":"30da969d-3573-4c2e-993e-77f1c7cc8340","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f2ad2714-e825-4ac2-9bbe-48cc2a5c7de9","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