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":"b9bd390d-541e-4c3b-9245-d24c5c2a3140","url":null,"userId":"6832520f-2f28-4636-a4ae-bfe5c8e15fce","userUrl":null,"parentCommentId":"9bad29c0-6617-4af4-bc7d-7f586a6a3513","parentCommentUrl":null,"creationDateTime":"2026-01-31T07:50:54.3134951+00:00","lastModifiedDateTime":null,"medias":[{"id":"31ab2773-5051-41e5-939f-cd8b2f30cb24","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"9c4d8ed3-0fc8-4412-94dd-375eae90a731","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