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":"05906145-c0e0-448c-8a3e-3f398d27ee0b","url":null,"userId":"65ec2caf-6806-474f-89b3-fdeb0c97876a","userUrl":null,"parentCommentId":"e166c87f-a46a-4f1e-9c32-10aea3795498","parentCommentUrl":null,"creationDateTime":"2025-01-16T12:05:44.6086007+00:00","lastModifiedDateTime":null,"medias":[{"id":"41531b10-e249-4bf8-9df1-865d7865143e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"4c9129f5-3dcf-4148-98b1-49ba026c84f5","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