Optional
configuration: ConfigurationOptional
xOrganization: stringOrganization unique slug
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method creates a webhook
A unique integer value identifying this webhook.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method redeliver a specific webhook delivery
A unique integer value identifying this webhook.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method send ping webhook
A unique integer value identifying this webhook.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method deletes a webhook
Optional
xOrganization: stringOrganization unique slug
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['target_url', 'owner', 'type', 'description', 'id', 'project_id', 'updated_date'].
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
owner: stringA simple equality filter for the owner field
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
projectId: numberA simple equality filter for the project_id field
Optional
search: stringA search term. Available search_fields: ('target_url', 'owner', 'type', 'description')
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['target_url', 'owner', 'type', 'description', 'id', 'project_id', 'updated_date']
Optional
targetUrl: stringA simple equality filter for the target_url field
Optional
type: WebhooksListTypeEnumA simple equality filter for the type field
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns a paginated list of webhook according to query parameters
A unique integer value identifying this webhook.
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method return a list of deliveries for a specific webhook
A unique integer value identifying this webhook.
Optional
patchedWebhookWriteRequest: PatchedWebhookWriteRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Methods does a partial update of chosen fields in a webhook
A unique integer value identifying this webhook.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns details of a webhook
A unique integer value identifying this webhook.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method return a specific delivery for a specific webhook
Optional
type: stringType of webhook
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method return a list of available webhook events
A unique integer value identifying this webhook.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method updates a webhook by id
Generated using TypeDoc
WebhooksApi - axios parameter creator