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":"047da3c7-ff12-414d-a84e-307d183899ff","url":null,"userId":"02acfe1f-09a5-4596-83ca-6451958ef535","userUrl":null,"parentCommentId":"cbed57f6-fce5-4abd-8dda-e0665c5ec552","parentCommentUrl":null,"creationDateTime":"2026-04-04T09:45:36.9204062+00:00","lastModifiedDateTime":null,"medias":[{"id":"b022ae4e-9a03-4274-b3b6-4d51a36983c7","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e27d3771-96f1-4bcf-9f2b-a4ffe1ce791f","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