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":"0ef74e30-2c61-4175-b4ce-187217a82d2d","url":null,"userId":"7b9c57f8-9371-46b0-8123-3a2bd2dcd288","userUrl":null,"parentCommentId":"2530ac56-49c7-461d-8e1f-e4e33cfd68ef","parentCommentUrl":null,"creationDateTime":"2025-07-17T20:50:27.4212882+00:00","lastModifiedDateTime":null,"medias":[{"id":"7f614740-7d83-429a-b356-5b78b8d4f133","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a02fe3c7-8638-4eba-adb8-dfa6a2d9cbbb","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