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":"551e0981-cbef-4c95-9bc5-115c917f97e1","url":null,"userId":"f84a862b-6c3a-4c30-b2a1-910929d63cbe","userUrl":null,"parentCommentId":"e897f58b-120d-4633-836e-9589ee011e4f","parentCommentUrl":null,"creationDateTime":"2024-07-27T06:56:00.6134376+00:00","lastModifiedDateTime":null,"medias":[{"id":"36de8e24-cbd8-42f8-96e3-fae5536202a9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"27757313-a7a1-45d6-829a-889f7ca4576b","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