Get Garnishments
Returns a cursor-paginated list of garnishments for a company.
start_at from meta.next / meta.previous to page. workerID and workerType must be provided together when filtering by worker.Authorizations
Query Parameters
Company ID of employer
Filter by worker ID. Must be provided together with workerType.
Filter by worker type. Must be provided together with workerID.
employee, contractor Filter by garnishment status
active, satisfied, modified, vacated, canceled Filter by garnishment type. Accepts a single value or a comma-separated list.
Filter by external ID
Free-text search across worker name, worker ID, garnishment ID, case ID, order number, and agency
Inclusive lower bound for effective_start_date (YYYY-MM-DD)
Inclusive upper bound for effective_start_date (YYYY-MM-DD)
Inclusive lower bound for effective_end_date (YYYY-MM-DD)
Inclusive upper bound for effective_end_date (YYYY-MM-DD)
Field to sort by
priority, created_at, total_amount_owed, effective_start_date, effective_end_date Sort direction
asc, desc Page size (1-100). Defaults to 25.
1 <= x <= 100Cursor for pagination