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":"4143d2b5-1d63-4d37-9fef-98c5243369fb","url":null,"userId":"a13dc803-417c-4b70-a740-86b26f32789c","userUrl":null,"parentCommentId":"29bbdce7-3f0f-481d-8558-e7525d35a3b9","parentCommentUrl":null,"creationDateTime":"2026-03-10T23:38:55.7756941+00:00","lastModifiedDateTime":null,"medias":[{"id":"0cc90d1b-bd79-4f36-b2d0-1b59253366d8","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"023a07a7-28b3-4100-89fe-21802a9f451d","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