Relesys API Docs

v1.3

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

Comments

Get
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesystest.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":"6b71eb94-85a7-43a1-9ab6-3049fb394562","url":null,"userId":"d42f923f-6ad1-45e9-95ba-d3358ee731c9","userUrl":null,"parentCommentId":"4a2d6085-37e8-4455-a8ce-aa87b27f334d","parentCommentUrl":null,"creationDateTime":"2026-01-15T15:01:29.9082927+00:00","lastModifiedDateTime":null,"medias":[{"id":"0e8113b5-634f-440b-b105-0d6108845763","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"bc056991-35d8-4d35-beeb-89082a73dd9f","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