Returns a paginated list of all Item objects.
Username = api_key_id, Password = api_key_secret
Free-text search filter. For best results, use the payroll platform or employer's full name.
Filter by Item ID. Multiple Item IDs can also be searched at once using either method:
/v2/items?id=item_000000001,item_000000002/v2/items?id=item_000000001&id=item_000000002Filter by kind value.
Filter by status value.
Multiple status values can also be searched at once using either method:
/v2/items?status=healthy,issues/v2/items?status=healthy&status=issuesFiltering by both healthy and issues will return all Items that currently support new payroll connections.
Filter by mapping_status value.
Multiple mapping_status values can also be searched at once using either method:
/v2/items?mapping_status=verified,mapped/v2/items?mapping_status=verified&mapping_status=mappedOnly returns items with a matching_score greater than or equal to this value.
min_matching_score should be used together with the q "free-text search" query parameter.
Filter by Item filter ID.