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":"fd095cb6-0956-4853-b148-059ae715a200","url":null,"userId":"9e02549c-92b7-4a9a-bb8d-828906091264","userUrl":null,"parentCommentId":"d8af6d48-bb1f-4f3a-a91a-9f149f96fe52","parentCommentUrl":null,"creationDateTime":"2026-06-20T08:14:44.6172535+00:00","lastModifiedDateTime":null,"medias":[{"id":"a9e4fccb-02ea-49bc-93ba-273cf498bc29","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"6e70a33c-c4cd-4377-aabc-2acf1f584969","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