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":"34a1a812-3095-4959-b019-56302d40b83b","url":null,"userId":"bbb0522a-3263-452e-a4ca-ae02b23f2adf","userUrl":null,"parentCommentId":"1e509c43-f1f5-4691-9bcb-409a9233b809","parentCommentUrl":null,"creationDateTime":"2026-05-15T17:19:55.7363849+00:00","lastModifiedDateTime":null,"medias":[{"id":"056ca143-5308-4604-9ab1-e8a1310ef33e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"2129e74f-a018-4a4c-85b8-974cd99d7784","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