Integrators can get a list of all TWP employee data for a site by calling the Get Employees endpoint.
The WFH Employee schema includes an array of field shapes that look like this: (Note: For the full employee object schema, see the Get Company Employee Schema endpoint)
[
{
"name": "firstName",
"displayName": "First Name",
"fieldType": "Employee",
"dataType": "String",
"required": true,
"dateEffective": false,
"displaySection": "personal:basic",
"displayOrder": 3
},
......
]
