Skip to content
Pile
Esc
navigateopen⌘Jpreview

List support capture frames

GET/workspaces/{organizationId}/support/captures/{ticketId}/frames
Path parameters
organizationIdstringrequired
ticketIdstringrequired
Responses
200Visual frames
framesobject[]required
Show properties
Array of object
urlstring | nullrequired
typestringrequired
fileNamestring | nullrequired
404Frames not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/support/captures/string/frames"
Response
{
  "frames": [
    {
      "url": "string",
      "type": "string",
      "fileName": "string"
    }
  ]
}