Skip to content

Latest commit

History

History
226 lines (142 loc) · 5.73 KB

File metadata and controls

226 lines (142 loc) · 5.73 KB

AppendixApi

All URIs are relative to https://api.dataforseo.com

MethodHTTP requestDescription
userDataGET /v3/appendix/user_data
errorsGET /v3/appendix/errors
webhookResendPOST /v3/appendix/webhook_resend
appendixStatusGET /v3/appendix/status

userData

AppendixUserDataResponseInfo userData()

Example

fromdataforseo_clientimportconfigurationasdfs_config, api_clientasdfs_api_providerfromdataforseo_client.api.appendix_apiimportAppendixApifromdataforseo_client.restimportApiExceptionfrompprintimportpprinttry:
# Configure HTTP basic authorization: basicAuthconfiguration=dfs_config.Configuration(username='USERNAME',password='PASSWORD')
withdfs_api_provider.ApiClient(configuration) asapi_client:
# Create an instance of the API classappendix_api=AppendixApi(api_client)
response=appendix_api.user_data()
exceptApiExceptionase:
print("Exception: %s\n"%e)

Parameters

 This endpoint does not need any parameter.

Return type

AppendixUserDataResponseInfo

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful operation-

errors

AppendixErrorsResponseInfo errors()

Example

fromdataforseo_clientimportconfigurationasdfs_config, api_clientasdfs_api_providerfromdataforseo_client.api.appendix_apiimportAppendixApifromdataforseo_client.restimportApiExceptionfrompprintimportpprinttry:
# Configure HTTP basic authorization: basicAuthconfiguration=dfs_config.Configuration(username='USERNAME',password='PASSWORD')
withdfs_api_provider.ApiClient(configuration) asapi_client:
# Create an instance of the API classappendix_api=AppendixApi(api_client)
response=appendix_api.errors()
exceptApiExceptionase:
print("Exception: %s\n"%e)

Parameters

 This endpoint does not need any parameter.

Return type

AppendixErrorsResponseInfo

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful operation-

webhookResend

AppendixWebhookResendResponseInfo webhookResend()

Example

fromdataforseo_clientimportconfigurationasdfs_config, api_clientasdfs_api_providerfromdataforseo_client.api.appendix_apiimportAppendixApifromdataforseo_client.restimportApiExceptionfromdataforseo_client.models.list_optional_appendix_webhook_resend_request_infoimportList[Optional[AppendixWebhookResendRequestInfo]]
frompprintimportpprinttry:
# Configure HTTP basic authorization: basicAuthconfiguration=dfs_config.Configuration(username='USERNAME',password='PASSWORD')
withdfs_api_provider.ApiClient(configuration) asapi_client:
# Create an instance of the API classappendix_api=AppendixApi(api_client)
response=appendix_api.webhook_resend([AppendixWebhookResendRequestInfo(
id="08161139-0001-0066-1000-06491d097ed5",
)]
)
exceptApiExceptionase:
print("Exception: %s\n"%e)

Parameters

| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
| **** | [**List<List[Optional[AppendixWebhookResendRequestInfo]]>**](List[Optional[AppendixWebhookResendRequestInfo]].md)| | [optional] |

Return type

AppendixWebhookResendResponseInfo

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful operation-

appendixStatus

AppendixStatusResponseInfo appendixStatus()

Example

fromdataforseo_clientimportconfigurationasdfs_config, api_clientasdfs_api_providerfromdataforseo_client.api.appendix_apiimportAppendixApifromdataforseo_client.restimportApiExceptionfrompprintimportpprinttry:
# Configure HTTP basic authorization: basicAuthconfiguration=dfs_config.Configuration(username='USERNAME',password='PASSWORD')
withdfs_api_provider.ApiClient(configuration) asapi_client:
# Create an instance of the API classappendix_api=AppendixApi(api_client)
response=appendix_api.appendix_status()
exceptApiExceptionase:
print("Exception: %s\n"%e)

Parameters

 This endpoint does not need any parameter.

Return type

AppendixStatusResponseInfo

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful operation-