Skip to content
Pile
Esc
navigateopen⌘Jpreview

Get support capture public

GET/support/capture/public/{ticketId}
Path parameters
ticketIdstringrequired
Responses
200Public capture share
ticketIdstringrequired
titlestringrequired
attachmentsobject[]required
Show properties
Array of object
typestringrequired
Allowed:screenshotvideodebugger_jsonlognetwork
contentTypestring
urlstring
sizenumber
404Ticket not found
Try it
Server
Parameters
Request
curl -X GET "/support/capture/public/string"
Response
{
  "ticketId": "string",
  "title": "string",
  "attachments": [
    {
      "type": "screenshot",
      "contentType": "string",
      "url": "string",
      "size": 0
    }
  ]
}