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":"928a06af-53fb-48b3-9198-86cd4fccf81a","url":null,"userId":"36595723-8886-4dc6-a9ae-54eab181e8a2","userUrl":null,"parentCommentId":"2f64fa48-169f-4669-8959-7dbdc4321573","parentCommentUrl":null,"creationDateTime":"2026-07-31T21:02:09.2894903+00:00","lastModifiedDateTime":null,"medias":[{"id":"d102d278-f3ad-451f-8ba7-86cf826d6151","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"0697c6ea-bb5d-4de5-80d2-4063de60f11e","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