bitmovin_api_sdk.notifications.webhooks.encoding.encodings.finished package
Subpackages
Submodules
bitmovin_api_sdk.notifications.webhooks.encoding.encodings.finished.finished_api module
- class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.finished.finished_api.FinishedApi(**kwargs)[source]
Bases:
BaseApi
- create_by_encoding_id(encoding_id: string_types, webhook: Webhook, **kwargs: dict) Webhook [source]
Add 'Encoding Finished' Webhook for a specific Encoding
- delete_by_encoding_id_and_webhook_id(encoding_id: string_types, webhook_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete 'Encoding Finished' Webhook for a specific Encoding
- Parameters
encoding_id (string_types, required) – Id of the encoding
webhook_id (string_types, required) – Id of the webhook
- Returns
Id of the webhook
- Return type
- delete_by_webhook_id(webhook_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete 'Encoding Finished' Webhook
- Parameters
webhook_id (string_types, required) – Id of the webhook
- Returns
Id of the webhook
- Return type
- get_by_encoding_id_and_webhook_id(encoding_id: string_types, webhook_id: string_types, **kwargs: dict) Webhook [source]
'Encoding Finished' Webhook Details for a specific Encoding
- Parameters
encoding_id (string_types, required) – Id of the encoding
webhook_id (string_types, required) – Id of the webhook
- Returns
Webhook Details
- Return type
- get_by_webhook_id(webhook_id: string_types, **kwargs: dict) Webhook [source]
'Encoding Finished' Webhook Details
- Parameters
webhook_id (string_types, required) – Id of the webhook
- Returns
Webhook Details
- Return type
- list(query_params: Optional[WebhookListQueryParams] = None, **kwargs: dict) Webhook [source]
List 'Encoding Finished' Webhooks
- Parameters
query_params (WebhookListQueryParams) – Query parameters
- Returns
List of ‘Encoding Finished’ Webhooks
- Return type
- list_by_encoding_id(encoding_id: string_types, query_params: WebhookListByEncodingIdQueryParams = None, **kwargs: dict) Webhook [source]
List 'Encoding Finished' Webhooks for a specific Encoding
- Parameters
encoding_id (string_types, required) – Id of the encoding
query_params (WebhookListByEncodingIdQueryParams) – Query parameters
- Returns
List of ‘Encoding Finished’ Webhooks
- Return type