This endpoint returns the unstructured employee details for all matching employees.
See also: List basic details for employees (which is much more efficient if that is all the information that is required)
This operation supports OData queries (only $filter, $orderby, $top, $skip).
GET https://api.yourpayroll.com.au/api/v2/business/{businessId}/employee/unstructured
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
filter.payScheduleId | int32 | ||
filter.locationId | int32 |
Parameter name | Value | Description | Additional |
---|---|---|---|
options |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
AuUnstructuredEmployeeModel |
Powered by DapperDox