Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.4/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":"a88fdda5-80a5-4bda-b84e-d5adb91ba608","url":null,"userId":"5f667872-5733-4194-8e8f-696cd13d1d41","userUrl":null,"parentCommentId":"33e59f39-a6fd-4584-8434-2d4ec3a71f43","parentCommentUrl":null,"creationDateTime":"2026-08-22T23:57:24.6469767+00:00","lastModifiedDateTime":null,"medias":[{"id":"5f1a58e6-202d-46a2-ad1a-3bd039c4d8f3","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"e59d0506-bf51-4d2c-9edb-b770590edf7b","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