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":"ff7c17d2-078a-4df5-bcfd-1c07e47d2c3e","url":null,"userId":"7b6533b3-e115-4237-9002-82e6a8b3218b","userUrl":null,"parentCommentId":"9b16a9c5-b2be-4530-a863-52c374e3964b","parentCommentUrl":null,"creationDateTime":"2026-01-13T15:00:35.7023347+00:00","lastModifiedDateTime":null,"medias":[{"id":"4b31023d-5330-4932-a1c5-9f8b6bc01e23","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"57572328-4a88-4b28-99f4-7e1d0e1e9b43","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