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":"46821fdd-0fa7-446b-ab93-e936f0ab1ca0","url":null,"userId":"9d3a89cc-fcfa-4ad4-ab86-0dd98a330c5a","userUrl":null,"parentCommentId":"5f06f39d-fd1d-4416-bc2f-4be1880608a3","parentCommentUrl":null,"creationDateTime":"2026-03-14T19:01:24.4249162+00:00","lastModifiedDateTime":null,"medias":[{"id":"07af3923-aefd-46bd-a090-c95fc02a3124","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"8a51d8e3-76f7-40c4-ae98-6fc12dea59b5","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