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":"d4e01100-97c3-4db4-887a-94c7c882ab96","url":null,"userId":"a30aae23-21a0-459b-8b3c-378257bdc83a","userUrl":null,"parentCommentId":"e1d330fd-c1d2-4669-ada8-66ee01c19cad","parentCommentUrl":null,"creationDateTime":"2026-01-10T22:46:59.5830881+00:00","lastModifiedDateTime":null,"medias":[{"id":"bec1e466-1c66-41b9-a177-4bd37d7ff3c4","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e3d2e84f-c6c6-439a-9b56-b17a59ee56bb","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