Parameters
Parameter | Description |
---|---|
Employee Fields | Employee fields to retrieve, Represented as a comma separated list of fields. |
Employee ID | ID of the employee to retrieve his data. |
Parameter | Description |
---|---|
Employee Fields | Employee fields to retrieve, Represented as a comma separated list of fields. |
Employee ID | ID of the employee to retrieve his data. |
{
"id": 123,
"firstName": "John",
"lastName": "Doe"
}
Was this page helpful?