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":"bc6d411b-2c39-4306-b10a-2972aedb3361","url":null,"userId":"2d36e65b-5e97-4e2c-8701-d870cfd8ad4c","userUrl":null,"parentCommentId":"544804b7-0722-49c8-9d77-8a0b9504348c","parentCommentUrl":null,"creationDateTime":"2026-04-25T07:48:01.3149691+00:00","lastModifiedDateTime":null,"medias":[{"id":"674bc045-0c6b-4a95-8dff-a769adaf46cd","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"775eb894-1925-4d5e-af5a-c1ce4de13c91","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