Initializes new client with specific authentication method.
Authentication object,
containing either client_id
and client_secret
properties (for 2-legged authentication),
or a single token
property (for 2-legged or 3-legged authentication with pre-generated access token).
Webhook system (e.g., "data").
Optional webhook event (e.g., "dm.version.copied"). If undefined, the webhook will be defined for the entire webhook system.
Parameters of the new webhook.
Webhook ID (when both system
and event
parameters are provided).
or a list of webhooks (when only system
is specified).
Deletes a webhook (docs).
Webhook system (e.g., "data").
Webhook event (e.g., "dm.version.copied").
Provides details about a specific webhook (docs).
Webhook system (e.g., "data").
Webhook event (e.g., "dm.version.copied").
Webhook ID.
Webhook details.
List of all webhooks.
Updates an existing webhook (docs).
Webhook system (e.g., "data").
Webhook event (e.g., "dm.version.copied").
Webhook ID.
Parameters to update. Undefined properties are ignored, and "null" values can be used to clear the specific configuration of the webhook.
Generated using TypeDoc
Client providing access to Autodesk Platform Services webhooks APIs.
webhooks