v1

latestOpenAPI 3.0.22026-07-26191278525.6 KB
Employee
Demand

List Matched Demands for Employee

Returns all the matching demands for an employee profile. Only works for employee profiles, not candidates. By default, demands are filtered by the employee's location and a minimum star rating threshold of 3.5. Results are sorted by match score (highest to lowest). Use ignoreLocation=true to search globally and minStarThreshold to adjust the quality threshold.

get/api/v2/core/employees/{profileId}/matched-demands

Path parameters

profileIdstring required

Employee Profile ID (supports both encoded and decoded ID)

Query parameters

startinteger

Specifies the offset value to start for the page

limitinteger

Specifies the number of entries to be returned for the page

filterQuerystring

Demand Filter Query using predefined filter arguments documented here

applyMarketplaceFiltersboolean

When true, applies the same filters used in the Demand Marketplace (Career Hub), including user group access control and configured visibility rules. Default: false

applyMatchedDemandsWidgetFiltersboolean

When true, applies the same filters used in the Matched Demands widget on the employee profile page in Resource Management. Default: false

ignoreLocationboolean

When true, ignores the profile's location when matching demands. By default, demands are filtered to match the employee's location. Default: false

minStarThresholdnumber float

Minimum star rating threshold (1.0 to 5.0) for matched demands. Only demands with match scores at or above this threshold will be returned. Default: 3.5

excludestring

Exclude specific fields in the response. Possible values are the names of the top level fields present in corresponding API schema. To check API schema, expand the response section below.

keyListstring

Allows selective control over the fields returned in the API response. If the keyList is empty, all fields will be returned. Possible values are the names of the top level fields present in corresponding API schema. To check API schema, expand the response section below.

Headers

Authorizationstring required

The secret key to access the api. It starts with the bearer token

Response

OK