The following contents covers an overview of the SAP SuccessFactors Compound Employee API Query Modes.
Objective
The following contents covers an overview of the SAP SuccessFactors Compound Employee API Query Modes.
Select the play button to watch an overview of the different modes.
To run the Compound Employee API in different modes we need provide the specified parameters.When using full mode we do not need to provide any parameter because it is the default mode for Compound Employee API and it returns the current data of the employees including all time frames. When using the snapshot mode, we need to provide the parameter (queryMode equals snapshot) here, it returns the data of the employees as it was on a certain date in the past. When using the delta mode, we also need to provide the parameter (queryMode=delta) here, it returns the changes that have happened since a certain point in time.
| Mode | Parameter | Purpose |
|---|---|---|
| Full | Returns the current data of the employees including all time slices. | |
| Snapshot | <urn:param> <urn:name>queryMode</urn:name> <urn:value>snapshot</urn:value> </urn:param> | Returns the data of the employees as it was on a certain date in the past. |
| Delta | <urn:param> <urn:name>queryMode</urn:name> <urn:value>delta</urn:value> </urn:param> | Returns the changes that have happened since a certain point in time. |
The Full transmission extracts all the data which is related to the employee data in the system. This includes all time slices, historic data, and future dated records, and the most important point is the consumer can react based on the data provided, if the data was changed or deleted, the consumer needs to consider what has happened with the data and react accordingly.
Returns changed data for employees happened. There are 2 different modes for Delta Transmission.
Delta is based on field-based delta calculation
Auditing needs to be switched on ideally from beginning

perPersonUuid lets you expose the person UUID for integration and import scenarios for all employees (EC and non-EC employees). The field is visible and upsertable in PerPerson but cannot be queried via this entity.
This simulation demonstrates the basic Knowledge of Compound Employee API. It will help you to query/extract data from SuccessFactors Employee Central in different query modes (Full/Delta/Snapshot), Also it will give you a deeper understanding of time slicing.
The following configuration and customization must have been completed before implementing Basic Settings in SAP SuccessFactors.
We will cover the following topic:
How to get the SFAPI Web Service of SAP SuccessFactors.
This simulation demonstrates the basic Knowledge of Compound Employee API. It will help you to query/extract data from SuccessFactors Employee Central in different query modes (Full/Delta/Snapshot), Also it will give you a deeper understanding of time slicing.
The following configuration and customization must have been completed before implementing Basic Settings in SAP SuccessFactors.
We will cover the following topic:
Create and set the Test Suite in the SoapUI client.
This simulation demonstrates the basic Knowledge of Compound Employee API. It will help you to query/extract data from SuccessFactors Employee Central in different query modes (Full/Delta/Snapshot), Also it will give you a deeper understanding of time slicing.
The following configuration and customization must have been completed before implementing Basic Settings in SAP SuccessFactors.
This simulation demonstrates the basic Knowledge of Compound Employee API. It will help you to query/extract data from SuccessFactors Employee Central in different query modes (Full/Delta/Snapshot), Also it will give you a deeper understanding of time slicing.
The following configuration and customization must have been completed before implementing Basic Settings in SAP SuccessFactors.
This simulation demonstrates the basic Knowledge of Compound Employee API. It will help you to query/extract data from SuccessFactors Employee Central in different query modes (Full/Delta/Snapshot), Also it will give you a deeper understanding of time slicing.
The following configuration and customization must have been completed before implementing Basic Settings in SAP SuccessFactors.
We will cover the following topic:
Creation in SAP SuccessFactors and the corresponding response for creation via SoapUI Client.
This simulation demonstrates the basic Knowledge of Compound Employee API. It will help you to query/extract data from SuccessFactors Employee Central in different query modes (Full/Delta/Snapshot), Also it will give you a deeper understanding of time slicing.
The following configuration and customization must have been completed before implementing Basic Settings in SAP SuccessFactors.
We will cover the following topic:
Change/update in SAP SuccessFactors and the corresponding response for changes via SoapUI Client.