Relesys API Docs

v1.2

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.2/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":"26b5d9b4-ae90-4e06-a07d-0b5399a998c4","url":null,"userId":"28768f51-5ed9-48c4-a4c3-25f6396a73de","userUrl":null,"parentCommentId":"1b680460-cf5f-412c-8971-432c311e9ac4","parentCommentUrl":null,"creationDateTime":"2024-04-19T21:45:06.7792372+00:00","lastModifiedDateTime":null,"medias":[{"id":"1c79d8bc-e603-4a1d-a5fe-9218bd34aa7c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"cc68ec80-891a-45c8-9822-f030066e67c5","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