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":"646e0eb1-1d66-44e9-83cc-5fc559fef2fd","url":null,"userId":"26899ad2-cda1-4fd3-bfb8-fb3f43153298","userUrl":null,"parentCommentId":"43dbda7a-1513-4b23-8c7d-c72564437cb6","parentCommentUrl":null,"creationDateTime":"2026-05-31T03:26:58.1136999+00:00","lastModifiedDateTime":null,"medias":[{"id":"206a88ef-d06a-432c-b442-5611c2c6e2f8","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"d6bcb433-a3ae-4080-8f26-b64008e08eb0","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