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":"9d6d9165-b2ab-4802-acb1-f0c8c5900366","url":null,"userId":"bc867fa8-d38e-4846-9a07-f6741ae3f8e0","userUrl":null,"parentCommentId":"f64b32e9-61cf-40b3-a666-114703b64736","parentCommentUrl":null,"creationDateTime":"2026-07-12T08:58:32.8599859+00:00","lastModifiedDateTime":null,"medias":[{"id":"cc08c583-f055-45c6-a02b-d7bfda9e13e8","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"74a1c330-fda7-4eb1-9b07-bfcd4c5d657b","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