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":"23438f36-edc3-4863-8f96-15b259425c57","url":null,"userId":"98e523ef-93d7-498d-9e8a-42e98b980c4f","userUrl":null,"parentCommentId":"1a9410af-97fd-4b6d-adb5-92ee358d0d05","parentCommentUrl":null,"creationDateTime":"2025-12-12T11:26:00.4241538+00:00","lastModifiedDateTime":null,"medias":[{"id":"6bb8ee50-5ed1-4966-8cfe-69d849a77a2f","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"24cbf905-325d-4f7d-b3a2-44cbee08dbd8","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