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":"1e2611d7-50b9-4c8e-a7ed-b3bb952b2386","url":null,"userId":"3ff69380-ac5c-4c40-b266-8d33223b4e67","userUrl":null,"parentCommentId":"56a68aef-8bc0-4494-b153-f22edae8d90a","parentCommentUrl":null,"creationDateTime":"2026-05-31T02:21:56.0736483+00:00","lastModifiedDateTime":null,"medias":[{"id":"47d0452d-66ea-4553-9d98-51f96c2e2879","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"34cdf8da-f03c-4ad2-8330-fd1482ed3965","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