This API retrieves a comprehensive list of all employees assigned to a specific agency. It supports optional filters to refine the results based on employee status, hire date, and created employee after Start date and before End Date.
Responses
[
{
"Id": 0,
"EmployeeId": "string",
"WurknowId": "string",
"FirstName": "string",
"LastName": "string",
"MiddleName": "string",
"Status": "string",
"InvitationStatus": "string",
"Email": "string",
"Phone": "string",
"HireDate": "string",
"CreatedDate": "string"
}
]
Modified at 2025-11-06 15:29:46