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":"a79cdff4-6dcd-482b-aef9-5a8a47625a6f","url":null,"userId":"3df9b0fa-670f-41ef-9437-d0dcf760d9f5","userUrl":null,"parentCommentId":"f1f2cee6-0146-4322-b187-fdc68d01f889","parentCommentUrl":null,"creationDateTime":"2026-09-12T04:12:10.1065516+00:00","lastModifiedDateTime":null,"medias":[{"id":"a15f03b9-75e0-4401-9341-e6324b241f3d","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"50ef1d1b-1143-4253-a1fb-b53a7055cc4a","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