This allows a third party to retrieve job details for all jobs posted to a StaffCV client's job seeker portal.
URL: http://jobsapi.staffcv.com/api/Job?organization={{scout_orgid}}
where scout_orgid is the StaffCV client's organisation ID (1-4 digit, numeric).
Has several methods for returning jobs:
- SortField - the field to sort the results on. e.g. SortField=open_date, SortField=department
- SortOrder - sort results in ascending or descending order. e.g. SortOrder=descending
- Limit - limit the results to xx number of jobs. Up to 10 results will be returned at a time. To return more, results, e.g. limit=nnn
| clientid | null | 
| id |   Guid  | 
| entity_status |   string | 
| scout_orgid |   integer | 
| scout_emediaids | null | 
| scout_userid | null | 
| scout_teamid | null | 
| language |   string | 
| ats_portalid | null | 
| industry | null | 
| function | |
| title | string e.g. "Senior Marketing Manager" | 
| ref | integer e.g. "12345" | 
| primary_city | string e.g. "Christchurch" | 
| primary_stage | string e.g. "Canterbury" | 
| primary_zip | null | 
| primary_country | string e.g. "NZ" | 
| primary_address | null | 
| primary_location | null | 
| addtnl_locations | null | 
| description | string e.g. "<P>Great opportunity in <STRONG>winning team</STRONG> delivering nationwide services!</P>" | 
| primary_category | string e.g. "Marketing" | 
| addtnl_categories | null | 
| salary | integer e.g. "40700" | 
| job_type | string e.g. "Direct" | 
| travel | null | 
| level | string e.g. "Middle to Senior Level" | 
| relocation | null | 
| education | null | 
| years_experience | null | 
| open_positions | integer e.g. "1" | 
| brand | null | 
| department | string e.g. "Marketing" | 
| shift | null | 
| recruiter | string e.g. "Chloe Pringle" | 
| parent_category | null | 
| sub_category | null | 
| business_unit | null | 
| is_internal | string e.g. "No" | 
| employment_type | string e.g. "Full Time" | 
| schedule | null | 
| compliment | null | 
| store_id | null | 
| close_date | datetime e.g. "0001-01-01T00:00:00Z" | 
| open_date | datetime e.g. "2019-01-17T00:55:47Z" | 
| fndly_url | null | 
| url | string e.g. "https://jobs.bfound.net/Jobs/120986/Apply?CoId=33" | 
| seo_url | null | 
| location_type | null | 
 
            
Comments
0 comments
Article is closed for comments.