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":"cdcde428-e2ea-416c-8d5e-6b533acc24e6","url":null,"userId":"2d1e1f17-49a6-4712-9c3c-2a44fc9fb1ed","userUrl":null,"parentCommentId":"1843f479-4eb6-460e-92b7-57080a5d0474","parentCommentUrl":null,"creationDateTime":"2024-11-21T06:26:30.7071791+00:00","lastModifiedDateTime":null,"medias":[{"id":"312c6cfb-5283-4976-a0cb-1ad3da52746c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"70b2922c-5c3b-4380-8cfd-f3bf2d01ad42","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