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":"9f44ddac-10da-4ae7-9aaa-d10e49b81106","url":null,"userId":"30b3b3cf-2cda-44c5-9954-824be5525c9e","userUrl":null,"parentCommentId":"0acfdc30-111a-4558-a0ba-5b7c1bd1dddb","parentCommentUrl":null,"creationDateTime":"2025-09-11T21:44:29.4544034+00:00","lastModifiedDateTime":null,"medias":[{"id":"a54ac06d-bb06-4d71-a83b-d65c289407fe","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"d2a95a77-cc60-4022-b33b-c0b89ecb7589","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