Returns a paginated list of all Item objects, representing the most relevant search results.
Username = api_key_id, Password = api_key_secret
Free-text search filter.
Filter by kind value.
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=mappedFilter 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.