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":"135b6894-e0c9-4dc1-9b5b-338b2f436040","url":null,"userId":"f68b44d6-f72c-44cc-8191-83ccac5acfce","userUrl":null,"parentCommentId":"119bcce9-78c6-4b2c-a7e0-cebfc7bb8e03","parentCommentUrl":null,"creationDateTime":"2025-10-13T19:59:52.3599631+00:00","lastModifiedDateTime":null,"medias":[{"id":"0aa8c713-2c7a-4f6b-8505-9c91912cc8de","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"51e8ab8e-0025-4e11-a6e4-a887eef1fdd7","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