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":"ea88ff48-c7f6-4720-8136-681d950023cb","url":null,"userId":"86f3a41e-15c4-47a2-a02b-633885c347e0","userUrl":null,"parentCommentId":"74304c66-79d3-41c2-8770-c5780cd90b02","parentCommentUrl":null,"creationDateTime":"2026-07-10T11:50:07.3180028+00:00","lastModifiedDateTime":null,"medias":[{"id":"c38eeb90-2608-4f91-b878-d9ebdadecdb9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"0b144661-6c61-4c93-9d7b-b667293e4d2d","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