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":"0184ad7d-2c0a-479b-9311-1889077f3d65","url":null,"userId":"940bde94-6a26-42f9-a35d-6936f58c58d0","userUrl":null,"parentCommentId":"a0426c14-a0f8-4520-bd97-c448b0e36869","parentCommentUrl":null,"creationDateTime":"2026-04-04T11:16:29.5269455+00:00","lastModifiedDateTime":null,"medias":[{"id":"71d69eac-5438-4dd4-b325-92630672f35c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a6f3fd79-d778-4ed6-aed7-4f517a0c7b3c","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