Relesys API Docs

v1.3

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.3/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":"cf927955-3ba0-46d8-baee-1a0ff1cf10e1","url":null,"userId":"6bcc89f0-25b2-4bdb-b509-0fca7a98c60e","userUrl":null,"parentCommentId":"0b2fe122-96b1-4c8c-8fde-0f1baea85c4c","parentCommentUrl":null,"creationDateTime":"2025-11-03T06:18:47.2022651+00:00","lastModifiedDateTime":null,"medias":[{"id":"1c6a80af-13f4-40d3-afcb-6ceab7ccae3f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"796b812b-ebf7-45e0-b20b-244310632592","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