Relesys API Docs

v1

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1/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":"6c7edeec-b980-452f-b01b-aa60ece14987","url":null,"userId":"53ae4604-07e8-461a-8ed0-e24b85415fcf","userUrl":null,"parentCommentId":"816b6edd-2591-41c1-9bc1-3bc02aca64ee","parentCommentUrl":null,"creationDateTime":"2025-05-02T01:57:14.0914141+00:00","lastModifiedDateTime":null,"medias":[{"id":"7a3605e3-ba66-4337-806d-65743ef3cd24","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"32ed0ebd-be03-47a6-b2f4-b4a2c605e49b","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