Upcoming breaking change: Box AI API - Extract Structured
Box TypeScript SDK Generated v1.9.0 released
v1.9.0
CrowdStrike integration with Box
Represents a configured webhook.
This resource has a few variations that can be encountered when using the API.
The fields that are part of the mini variant are generally returned when the resource is nested within the response for another resource.
11446498
The unique identifier for this webhook.
webhook
Value is always webhook
The item that will trigger the webhook
1231232
The ID of the item to trigger a webhook
file
The type of item to trigger a webhook
Value is one of file,folder
folder
{ "id": "11446498", "type": "webhook", "target": { "id": "1231232", "type": "file" } }