Workday API Service
This section explains how to connect to Workday API Services. Before creating a Function, ensure you have already created the corresponding System within a System Line.
Connect to a Workday API Service
To connect to the Workday API Services select the Technical Handler 'Workday_Generic'. For the Technical Parameters, please specify the following options. The options in BOLD are REQUIRED:
FIELD_SELECTION: List of fields to be returned by the query, separated by semicolons. Use '*' to return all fields.
SERVICE_PATH: Path to the API service to be called. Use defined function parameters in the path by putting them in double curly brackets, e. g. {{my_param}}
. This parameter is required.
SERVICE_VERSION: Version of the API service to be called. The valid version value can be veryfied on the Workday REST Services Directory. The default value is '1'.