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":"0f9196b5-ec63-42da-b9a0-d5dd274c26a3","url":null,"userId":"071b4a92-3eba-4ad1-8d43-927f505c7353","userUrl":null,"parentCommentId":"d9a432ee-eb12-4a6e-a6c4-01a44122147e","parentCommentUrl":null,"creationDateTime":"2026-08-22T22:41:08.4978103+00:00","lastModifiedDateTime":null,"medias":[{"id":"0ea7a9db-fac9-4bc9-a959-9f1bbccf7142","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a9920bff-0a81-4b4d-b844-cb8c315d7787","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