Skip to content
Pile
Esc
navigateopen⌘Jpreview

List support capture metadata

GET/workspaces/{organizationId}/support/captures/{ticketId}/metadata
Path parameters
organizationIdstringrequired
ticketIdstringrequired
Responses
200Capture metadata
deviceInfoobject | nullrequired
metadataobject | nullrequired
eventsSummaryobject | nullrequired
postprocessingobject | nullrequired
404Capture not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/support/captures/string/metadata"
Response
{
  "deviceInfo": {
    "property1": null,
    "property2": null
  },
  "metadata": {
    "property1": null,
    "property2": null
  },
  "eventsSummary": {
    "property1": null,
    "property2": null
  },
  "postprocessing": {
    "property1": null,
    "property2": null
  }
}