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":"4a01a8e4-ac92-4c66-97b2-504155cfcdb4","url":null,"userId":"cb11e762-2a73-4349-96a1-64c81527e292","userUrl":null,"parentCommentId":"8a5d6faa-5602-42e2-a768-010f12a610cb","parentCommentUrl":null,"creationDateTime":"2025-07-29T20:39:50.7809769+00:00","lastModifiedDateTime":null,"medias":[{"id":"0ef6d45e-f164-40d6-8efd-65475aad860f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"75f85b9c-c770-4511-a124-e43df29553f4","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