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":"a7daba83-9381-4115-854a-00ac0719bb85","url":null,"userId":"f16c4b35-14d4-4a46-b935-0a8e6727d39a","userUrl":null,"parentCommentId":"0b5f2e2b-97e5-4895-9b29-22d17c3dff16","parentCommentUrl":null,"creationDateTime":"2025-10-27T18:55:49.7929554+00:00","lastModifiedDateTime":null,"medias":[{"id":"aa543e7c-c331-4892-a543-23ca966d64a1","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"15ba0654-ad05-4573-a827-5d8d1f49d4d8","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