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":"5aa7cbbc-4cfc-4a80-9e1f-97037299d28f","url":null,"userId":"8fdbfb20-caa7-457c-9936-ddc7cb93be54","userUrl":null,"parentCommentId":"4e99db00-4c28-458b-9743-574e7662159f","parentCommentUrl":null,"creationDateTime":"2025-10-03T19:41:20.7767823+00:00","lastModifiedDateTime":null,"medias":[{"id":"aac4b45c-56ab-4fad-9e0f-e014c70d2cde","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"9003d4f9-17eb-484a-9ceb-e7d889230fa0","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