[ List of API Functions ] [ CATS Developer Forum ] [ Frequently Asked Questions ]
Example using GET: [Base URL]?[parameter]=[value]
| Required | Parameter | Description | Type | Size |
|---|---|---|---|---|
| candidate_id | string | 64 | ||
| first_name | string | 64 | ||
| middle_name | string | 32 | ||
| last_name | string | 64 | ||
| title | string | 128 | ||
| phone_home | string | 40 | ||
| phone_cell | string | 40 | ||
| phone_work | string | 40 | ||
| address | memo | |||
| city | string | 64 | ||
| state | string | 64 | ||
| zip | string | 16 | ||
| source | string | 128 | ||
| date_available | date | |||
| can_relocate | boolean | |||
| notes | memo | |||
| key_skills | memo | |||
| current_employer | string | 128 | ||
| date_created | date | |||
| date_modified | date | |||
| owner | user | |||
| entered_by | user | |||
| email1 | string | 128 | ||
| email2 | string | 128 | ||
| web_site | string | 128 | ||
| is_hot | boolean | |||
| desired_pay | string | 64 | ||
| current_pay | string | 64 | ||
| is_active | boolean | |||
| best_time_to_call | string | 255 | ||
| password | string | 128 | ||
| country | country | |||
| resume | Resume attachment sent over HTTP 1.1 POST specifications. | file | ||
| parse_resume | If set to 'yes' and a resume file is attached, the file will be parsed and any parsed values will be used to populated empty parameters. | boolean | ||
| on_duplicate | ignore - Returns a standard response with the id of the existing record update - If record already exists, the action is converted to update the existing record error - If record already exists, throws an error with duplicate record as the message |
string |