Parameter | Description |
---|---|
Expand Sub Resources | Select to automatically include all sublists, sublist lines, and subrecords on this record in the response. |
Fields | A comma-separated list of fields and sublists to include in the response. For example: companyName,email,entityId |
ID | The ID of the employee to retrieve. |
Simple Enum Format | Select to return enumeration values in a format that only shows the internal ID value. |
{
"accountNumber": "EMP001",
"adpid": "ADP12345",
"alienNumber": "A12345678",
"approvalLimit": 5000.00,
"approver": {
"id": "1234",
"name": "Jane Smith"
},
"baseWage": 75000.00,
"baseWageType": {
"id": "annual",
"refName": "Annual Salary"
},
"birthdate": "1985-06-15",
"bonusTarget": 10000.00,
"department": "engineering"
}
Was this page helpful?