Creates a trigger for the given subscription. This object represents the trigger where the subscription owner has subscribed to. Create trigger for subscription.
Specifies the unique subscription ID (starts with sub_).
Deletes a subscription for the given project. This object represents the subscription where the project owner has subscribed to. Delete subscription of project.
Specifies the unique subscription ID (starts with sub_).
Deletes a trigger for the given subscription. This object represents the trigger where the subscription owner has subscribed to. Delete trigger of subscription.
Specifies the unique subscription ID (starts with sub_).
Specifies the unique subscription ID (starts with sub_).
Returns a subscription for the given project. This object represents the subscription where the project owner has subscribed to. Get subscription of project.
Specifies the unique subscription ID (starts with sub_).
Returns a list of subscriptions for the given project. This object represents the subscriptions where the project owner has subscribed to. Subscriptions are returned sorted by creation date, with the most recently created subscriptions appearing first. By default, a maximum of 10 subscriptions are shown per page. List subscriptions of project.
Returns a trigger for the given id. This object represents the trigger where the subscription owner has subscribed to. Get trigger by id.
Specifies the unique subscription ID (starts with sub_).
Specifies the unique subscription ID (starts with sub_).
Returns a list of triggers for the given subscription. This object represents the triggers where the subscription owner has subscribed to. Triggers are returned sorted by creation date, with the most recently created triggers appearing first. By default, a maximum of 10 triggers are shown per page. List triggers of subscription.
Specifies the unique subscription ID (starts with sub_).
Lists logs of the triggered subscriptions for the given project. This object represents the logs of the triggered subscriptions where the project owner has subscribed to. List logs of triggered subscriptions.
Specifies the maximum number of records to return.
Specifies the offset for the first records to return.
Specifies the order in which to sort the results.
Specifies the topic of the subscription logs
Specifies the status of the subscription logs
Specifies the object ID of the object related to triggered notification
Specifies the subscription ID
Specifies the trigger ID
Specifies the request ID
Test a trigger Returns a trigger for the given id. Test trigger by id.
Generated using TypeDoc
Creates a subscription for the given project. This object represents the subscription where the project owner has subscribed to. Create subscription for project.