Relesys API Docs

v1.3

https://api.relesysapp.net/api/v1.3

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.3/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":"19cd8603-2968-4839-90ce-0d97c42a9f6e","url":null,"userId":"2910e1d1-be7f-430c-a66f-c7b48240c453","userUrl":null,"parentCommentId":"7626b7f1-175f-40f2-8189-64532c8d4938","parentCommentUrl":null,"creationDateTime":"2025-08-07T09:17:11.6230522+00:00","lastModifiedDateTime":null,"medias":[{"id":"3acec2ae-bd0e-497c-bc4c-93ad126bd4ed","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"0906ff75-6fdc-4e41-8b56-d9ca746c056b","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