Vultus Career Site API: 

Vultus Career Site API service is accessible via an HTTP interface. Query parameters are sent via a single HTTP GET.  The search results, errors and diagnostic information are returned in JSON Format.

1. All Openings End point:

The URL https://recruit.vultus.com/Endpoint/careers/V1/allOpenings handles requests to the career site openings that were posted. 

x-api-key is required to access the Vultus career site end point. The x-api-key should be passed in header.

Input Parameters 

Parameter Format 

All input parameters should be sent using HTTP GET. 

Header

x-api-key

The x-api-key header is required to access the Vultus career site end point. The x-api-key should be provided as received from the Vultus Team. 

NOTE: If you provide an invalid x-api-key to access the Vultus career site end point, you will receive an error.

Optional Parameters

title (opening title query) 

The title parameter restricts getting the openings posted to the career site to the provided list of titles.

Query Example #1 – Opening title query

Return openings containing the title Sales lead.

https://recruit.vultus.com/Endpoint/careers/V1/allOpenings?title=Sales lead

 city (city query) 

The city parameter restricts getting the openings posted to the career site to the provided list of cities.

Query Example #2– city query

Return openings containing the city California

https://recruit.vultus.com/Endpoint/careers/V1/allOpenings?city=California

state (state query) 

The state parameter restricts getting the openings posted to the career site to the provided list of states. Use same states codes that was provided in the country & state endpoint.

Query Example #3– state query

Return openings containing the state New York

https://recruit.vultus.com/Endpoint/careers/V1/allOpenings?state=NY

NOTEUse state codes to get the openings posted to the career site containing the supplied list of state

country (country query) 

The country parameter restricts getting the openings posted to the career site to the provided list of countries. Use same country codes that was provided in the country & state endpoint.

Query Example #4– country query

Return openings containing the country United States

https://recruit.vultus.com/Endpoint/careers/V1/allOpenings?country=US

NOTEUse country codes to get the openings posted to the career site containing the supplied list of country

zip (zip query) 

The ZIP parameter restricts getting the openings posted to the career site to the provided list of ZIP codes/postal codes.

Query Example #5– zip query

Return openings containing the zip code 10001

https://recruit.vultus.com/Endpoint/careers/V1/allOpenings?zip=10001

NOTE: Use zip/postal codes to get the openings posted to the career site containing the supplied list of zip code/postal code

 

postedDate (posted date query) 

The Posted Date parameter restricts getting the openings posted to the career site containing the provided list of posted dates.

Query Example #6– posted date query

Return openings containing the posted Date

https://recruit.vultus.com/Endpoint/careers/V1/allOpenings?postedDate=LF

NOTEUse below mentioned posted Date codes to get the openings posted to the career site containing the supplied list of Posted Date

Posted Date code

Value

LS

Last 7 days

LF

Last 15 days

LT

Last 30 days

LN

Last 90 days

 

 

2. Country & States End point:

The URL https://recruit.vultus.com/Endpoint/careers/V1/getCountriesWithStates handles requests to get the countries with state codes.

Input Parameters 

Parameter Format 

All input parameters should be sent using HTTP GET. 

Header

x-api key

The x-api-key header is required to access the Vultus career site end point. The x-api-key should be provided as received from Vultus Team. 

NOTE: If you supply an invalid x-api-key to access the Vultus career site end point, you will receive an error.

 

3. Openings Details End point.

The URL https://recruit.vultus.com/Endpoint/careers/V1/openingInfo handles requests to get the opening information that was posted to career site by using requirement ID.

 

Input Parameters 

Parameter Format 

All input parameters should be sent using HTTP GET. 

Header

x-api-key

The x-api-key header is required to access the Vultus career site end point. The x-api-key should be provided as received from Vultus Team. 

NOTE: If you supply an invalid x-api-key to access the Vultus career site end point, you will receive an error.

Requirement ID (Requirement id query)

The requirement ID parameter restricts getting the openings information that was posted to career site containing the provided list of requirement ID (opening ID for openings from the Vultus Recruit application).

Query Example #7– requirement id query

Return openings containing the requirement id TCS1

https://recruit.vultus.com/Endpoint/careers/V1/openingInfo?requirementId=TCS1

 

NOTE: The opening information related fields & grid columns of the openings should be selected from the career site settings in Vultus Recruit application as required by the user preferences.

 

Reach out to the Vultus Support team for any queries.