36 lines
920 B
Markdown
36 lines
920 B
Markdown
---
|
|
name: employees-routes
|
|
description: Handle 2 OpenAPI operation(s) under /v2/employees for the employees route group.
|
|
---
|
|
|
|
# employees API Routes
|
|
|
|
Handle 2 OpenAPI operation(s) under /v2/employees for the employees route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### list_employees
|
|
|
|
- Operation ID: `list_employees`
|
|
- Route: `GET /v2/employees`
|
|
- Mode: READ
|
|
- Summary: ListEmployees
|
|
- Parameters:
|
|
- `location_id` in `query`
|
|
- `status` in `query`
|
|
- `limit` in `query`
|
|
- `cursor` in `query`
|
|
|
|
### retrieve_employee
|
|
|
|
- Operation ID: `retrieve_employee`
|
|
- Route: `GET /v2/employees/{id}`
|
|
- Mode: READ
|
|
- Summary: RetrieveEmployee
|
|
- Parameters:
|
|
- `id` in `path` required
|