Relesys API Docs

v1.4

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.4/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":"0df449fd-eded-4266-935f-b5ec19adc677","url":null,"userId":"c4b8df69-815c-4a50-ad36-4f80855b0b66","userUrl":null,"parentCommentId":"a3569bb5-f42b-4fc5-a6eb-1cc8b8c43188","parentCommentUrl":null,"creationDateTime":"2026-07-10T12:52:18.084284+00:00","lastModifiedDateTime":null,"medias":[{"id":"02898cef-dc92-4c5f-ba49-135efec52b4e","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"37623bc8-1db7-411b-aa10-264ba3edfce7","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