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":"182d4161-845f-4470-87a4-32fa1487e091","url":null,"userId":"47edf81c-f71d-4116-b10e-74f895101a95","userUrl":null,"parentCommentId":"fca4466e-8b8a-489e-8b85-70ffd9ab7e1d","parentCommentUrl":null,"creationDateTime":"2025-11-22T00:53:25.3590227+00:00","lastModifiedDateTime":null,"medias":[{"id":"42b2cbc7-5d67-4419-93a5-7ca21d72ab6a","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"971de134-a849-43a5-a0bf-d5edcc090fd2","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