Relesys API Docs

v1.3

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.uat.relesystest.net/api/v1.3/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":"31ade425-b543-46cc-aa0e-0563d67d5a3a","url":null,"userId":"39f957c0-36a6-46fb-a755-b76757053d3c","userUrl":null,"parentCommentId":"7c350d18-5ba6-4c9f-9f01-f26338c602cf","parentCommentUrl":null,"creationDateTime":"2026-04-15T19:50:42.8679159+00:00","lastModifiedDateTime":null,"medias":[{"id":"5f380d7c-ea7f-45c0-a6ff-d1cda8233f16","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"24b6ec4f-1ff7-4bc7-bd56-4d4f90dc406e","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