Hyperfind Queries

This resource allows you to retrieve and execute Hyperfind queries.

Hyperfind is a search function that you can use for standard and custom queries to find employees who match specified search criteria.

The system uses employee IDs to display data, generate a report, or generate schedules for the group of employees selected. Dataviews use Hyperfind queries to display summaries of employee activity or details within a specified time period.

Hyperfind returns only the employee IDs allowed by a user's Function Access Profile; that is, a query only returns those people in the user's employee group and/or organizational sets to whom the user has access.

Operations


Create or Update Hyperfind Queries
POST /v1/commons/hyperfind/multi_upsert


Delete Hyperfind Queries
POST /v1/commons/hyperfind/multi_delete


Execute Hyperfind Query
POST /v1/commons/hyperfind/execute


Retrieve Hyperfind Filter Details by Filter ID
GET /v1/commons/hyperfind/constraint


Retrieve Hyperfind Filters
GET /v1/commons/hyperfind/filters


Retrieve Hyperfind Queries
POST /v1/commons/hyperfind/multi_read


Retrieve Hyperfind Queries for Current User
GET /v1/commons/hyperfind


Retrieve Hyperfind Query by ID
GET /v1/commons/hyperfind/{id}


Retrieve Public Hyperfind Queries
GET /v1/commons/hyperfind/public