API Reference

Client object

The WorkdayClient is used to connect to the API and it offers

class workday.WorkdayClient(wsdls, authentication, proxy_url=None, disable_ssl_verification=False)[source]

Entry point for the workday APIs.

Types

workday.soap.WorkdayResponse class

class workday.soap.WorkdayResponse(response, service, method, called_args, called_kwargs)[source]

Bases: object

Response from the Workday API

data
filter
next()[source]
page
page_results
references
total_pages
total_results

Errors

workday.exceptions module

exception workday.exceptions.WorkdaySoapApiError(fault)[source]

Bases: Exception

exception workday.exceptions.WsdlNotProvidedError(service)[source]

Bases: Exception