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":"9e6a588a-8e44-44e0-bb83-4f08ceeea023","url":null,"userId":"f6e03e6b-7c1f-467a-b410-4130bd49cb2c","userUrl":null,"parentCommentId":"3227cb16-70aa-41ad-89e5-bd855bf75ddd","parentCommentUrl":null,"creationDateTime":"2025-06-13T17:02:53.8267426+00:00","lastModifiedDateTime":null,"medias":[{"id":"3025d008-e688-4419-95d6-1a7006db0537","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"dcd23b8e-de23-4527-9c14-b05ff8161a66","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