Relesys API Docs

v1.1

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.1/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":"8d247e2e-49ab-45a9-bb5d-f3e9d894ae0f","url":null,"userId":"91b3a8ff-b8c8-4a7f-977b-6aeaa0bdae2b","userUrl":null,"parentCommentId":"72b93b09-055d-4809-9adf-a213e9024aaa","parentCommentUrl":null,"creationDateTime":"2026-01-31T06:26:39.0563608+00:00","lastModifiedDateTime":null,"medias":[{"id":"59142e5c-5098-4ae6-bea2-9ab3bc3989e5","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"96448a37-9bcf-40cf-9ed6-d5669f582b72","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