Relesys API Docs

v1.1

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

Comments

Get Comment By Id
GET /contentmodules/{moduleId}/content/{contentId}/comments/{commentId}
https://api.relesysapp.net/api/v1.1/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":"496173f8-edf3-4c56-8e14-ba4e6c1ba77c","url":null,"userId":"236e5750-b397-4453-9282-82686a2aac7b","userUrl":null,"parentCommentId":"e93e5a10-c554-423a-a09a-a8ebd7881846","parentCommentUrl":null,"creationDateTime":"2026-09-23T09:57:48.436908+00:00","lastModifiedDateTime":null,"medias":[{"id":"9fe38bfc-9562-43d9-aeed-9a91a60f0247","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"png"},{"id":"a8dc63ca-bae9-4d19-97fb-a3e5d67fc41d","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