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":"2fe7aa06-1253-47c2-8611-a68a57ea0e3e","url":null,"userId":"79f25e80-7075-4655-91f1-e6d0d08b02c9","userUrl":null,"parentCommentId":"4485a366-650e-4197-b999-fd73b67bf42b","parentCommentUrl":null,"creationDateTime":"2026-08-31T03:26:41.2882118+00:00","lastModifiedDateTime":null,"medias":[{"id":"2d932432-5fd1-45cd-bb88-cf1165beef25","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"612cb10d-849e-4234-af33-9811678ae7d9","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