Relesys API Docs

v1.4

https://api.uat.relesystest.net/api/v1.4

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.uat.relesystest.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":"a737e95a-e474-42ee-bb4d-4c1a0d262646","url":null,"userId":"11f928d5-7869-40f7-b561-f669fd5974fb","userUrl":null,"parentCommentId":"07d2c5a2-80c6-473f-82ab-14092b015cc1","parentCommentUrl":null,"creationDateTime":"2026-06-23T17:43:25.2629822+00:00","lastModifiedDateTime":null,"medias":[{"id":"fdde3fca-2db7-41b1-b955-59a9e9ad8fe8","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"816cc11c-24df-4b67-940c-e7094b58267e","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