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":"16ee56be-c17a-49ff-b1b2-ff9413d20174","url":null,"userId":"26890b86-6a9d-4b38-8f9a-17f3d5accad3","userUrl":null,"parentCommentId":"140ee8e8-daea-4bab-9721-004784b8a879","parentCommentUrl":null,"creationDateTime":"2025-11-09T03:56:26.7463387+00:00","lastModifiedDateTime":null,"medias":[{"id":"dddb2632-ff97-4670-ba82-58e3bceec06c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4a0e1a2e-17e5-46f3-a2ab-7f00ea469ac6","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