Provides a list of openings for a current employer user

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

teamTasks

boolean

Filter by team tasks

truefalse

page

number

Page number

perPage

number

Number of items per page

query

string

Search query

opening_ids

array of strings

Filter by opening ids

location_ids

array of strings

Filter by location ids

brand_ids

array of strings

Filter by brand ids

job_ids

array of strings

Filter by job ids

opening_attributes

array of objects

Filter by opening company attributes using opening_attributes[] [attribute_key] and opening_attributes[] [attribute_values][]

location_attributes

array of objects

Filter by location company attributes using location_attributes[] [attribute_key] and location_attributes[] [attribute_values][]

position_attributes

array of objects

Filter by position company attributes using position_attributes[] [attribute_key] and position_attributes[] [attribute_values][]

Response Codes

200

Returns an object of employer's pending tasks grouped by kind of task and priority

Updated 3 months ago

curl --request GET \
     --url https://services.fountain.com/api/servicetodo/processes/universal-dashboard/openings \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

Example Response
{
  "status": "success"
}