Relesys API Docs

v1.3

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.3/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":"8945e1fd-a4f4-489c-bb4c-b39bd3761455","url":null,"userId":"a19f0159-3e48-4b78-b93f-36e46ad2337a","userUrl":null,"parentCommentId":"7728799c-4048-453b-9934-87d673bc45e8","parentCommentUrl":null,"creationDateTime":"2025-09-16T20:07:28.4535577+00:00","lastModifiedDateTime":null,"medias":[{"id":"000f018b-3807-4e23-8631-3bfc762ef696","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"17f5c2df-0ed6-4290-9663-44377d30add7","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