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":"d10a0bfa-f222-43af-bf0c-bcef9ba7b1de","url":null,"userId":"a0ceba5c-e42b-44c1-b80a-44c5fc11847b","userUrl":null,"parentCommentId":"365429a8-6542-4260-bf6a-8edd2e390324","parentCommentUrl":null,"creationDateTime":"2024-10-04T23:49:57.739816+00:00","lastModifiedDateTime":null,"medias":[{"id":"72f63ec6-ba9e-40bf-8857-e984d2707cfd","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"7b3a47d2-c015-4090-95dd-8c1024045285","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