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":"457c7418-3113-437f-99de-5f458ef884fc","url":null,"userId":"3b8f4e74-5351-4231-97c1-de409493f2f0","userUrl":null,"parentCommentId":"100ee7f1-f28d-422d-9106-54b28bc66901","parentCommentUrl":null,"creationDateTime":"2026-08-31T02:18:35.1449826+00:00","lastModifiedDateTime":null,"medias":[{"id":"f62283cb-307f-4879-9a6a-160e21f67c85","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"5d22281b-0520-42bf-b66d-bb254ea6dbf4","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