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":"0af8d10d-ffe0-46a8-bca9-a965d1f13c35","url":null,"userId":"21b9e837-4830-4ddb-bc7e-6e316c921363","userUrl":null,"parentCommentId":"84e3361b-18ed-4125-ac99-bff1a3ec4e4a","parentCommentUrl":null,"creationDateTime":"2025-03-04T11:28:31.3030488+00:00","lastModifiedDateTime":null,"medias":[{"id":"9b4381b8-32fa-4b67-8378-81f2550f705f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e782610d-7f20-4b6e-ab62-6d4be61a7dd5","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