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":"0a6923cd-b92e-41e3-9207-cd52a0ec2553","url":null,"userId":"43bf7b03-ea1c-4ad2-8fda-ad4841b9681f","userUrl":null,"parentCommentId":"eed44015-81de-4e6e-acaf-441769fd82e9","parentCommentUrl":null,"creationDateTime":"2025-07-03T23:50:48.2659367+00:00","lastModifiedDateTime":null,"medias":[{"id":"049ac80b-891d-4f1f-8344-91a3a8d7840a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"14686d2c-852f-4129-ad78-d5e7931c3785","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