Relesys API Docs

v1.4

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.4/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":"5360a375-1ba0-4c23-bc11-4b6548593dff","url":null,"userId":"e3e6d171-1a58-417a-a8e7-5ad3bbb7a555","userUrl":null,"parentCommentId":"cdbe4717-01b9-4455-bd10-d23cf028d50e","parentCommentUrl":null,"creationDateTime":"2026-06-20T09:20:57.2026463+00:00","lastModifiedDateTime":null,"medias":[{"id":"920f1850-d52e-4085-944b-1c021d06dac3","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a005f841-daf5-4955-820f-3fbb505d3f17","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