Relesys API Docs

v1.1

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.1/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":"98b5de28-d438-4c73-bd29-1a772a68dc7c","url":null,"userId":"05830a52-a6a9-402d-a691-a1457f138a81","userUrl":null,"parentCommentId":"860b88d9-b83b-4621-9306-a47a8f18372b","parentCommentUrl":null,"creationDateTime":"2026-07-13T00:29:42.8949364+00:00","lastModifiedDateTime":null,"medias":[{"id":"b7330b6d-2177-4c38-9c3e-46c6187c0112","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f9cfb75b-bc2a-4ed7-af3f-2e91d9a811b9","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