bitmovin_api_sdk.notifications.webhooks.encoding.encodings.error.customdata package
Submodules
bitmovin_api_sdk.notifications.webhooks.encoding.encodings.error.customdata.customdata_api module
- class bitmovin_api_sdk.notifications.webhooks.encoding.encodings.error.customdata.customdata_api.CustomdataApi(**kwargs)[source]
Bases:
BaseApi
- get_custom_data_by_encoding_id_and_webhook_id(encoding_id: string_types, webhook_id: string_types, **kwargs: dict) CustomData [source]
'Encoding Error' Webhook Custom Data 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 custom data
- Return type
- get_custom_data_by_webhook_id(webhook_id: string_types, **kwargs: dict) CustomData [source]
'Encoding Error' Webhook Custom Data
- Parameters
webhook_id (string_types, required) – Id of the webhook
- Returns
Webhook custom data
- Return type