Relesys API Docs

v1.3

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.3/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":"ef6a873b-79ab-4d98-ad56-a8ecac4c7eb9","url":null,"userId":"75c84506-f361-4556-a7e9-0d9bff931472","userUrl":null,"parentCommentId":"cfcb96bb-7cac-45a6-aca2-ca4f7bb1f981","parentCommentUrl":null,"creationDateTime":"2026-04-15T00:48:31.6971888+00:00","lastModifiedDateTime":null,"medias":[{"id":"01d4f08d-e7e0-4069-b1a3-8d0a3a4d1011","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"0cd650a0-a507-4cc1-a5f1-81989a464aee","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