Relesys API Docs

v1.4

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.4/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":"a66f44da-f2ad-4624-b050-b83e7cb59e48","url":null,"userId":"019ed7b2-2d6d-41d9-8d11-ef6c4436283a","userUrl":null,"parentCommentId":"03836a64-4528-494b-aae1-2629d1b01322","parentCommentUrl":null,"creationDateTime":"2026-05-10T15:39:33.8319098+00:00","lastModifiedDateTime":null,"medias":[{"id":"5feae41f-c67c-4cd3-b545-88d4a537ebec","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"f1a12cae-159c-49a8-9a3b-4aa865931eb3","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