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":"e7c6342d-4d6b-4ba7-9d86-9e2a03006561","url":null,"userId":"b72bf0e5-447a-40ea-9c4b-ba296917d7df","userUrl":null,"parentCommentId":"09478040-3ba4-4a97-9300-dc741c70c3eb","parentCommentUrl":null,"creationDateTime":"2026-08-23T00:42:21.8832046+00:00","lastModifiedDateTime":null,"medias":[{"id":"0eb20f42-17ca-45e3-8be3-190be4b978f7","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"5b931e4f-8448-4bcd-a98f-d5d842f8e7f4","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