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":"2b606bbd-5124-492a-b682-016b779a2aee","url":null,"userId":"3d48d1f7-4bd2-45eb-bf56-2c8e4378852c","userUrl":null,"parentCommentId":"19aa3d55-b453-48e1-ad06-400fa6f92f5a","parentCommentUrl":null,"creationDateTime":"2025-08-19T16:58:06.6532147+00:00","lastModifiedDateTime":null,"medias":[{"id":"ebee24c2-841a-4557-a4a1-d1e0ee0b4330","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"74fda01f-3723-47ef-b788-b155c06f11ea","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