portal_login
(CATS API 2.0)
Retrieves data for a candidate who has previously registered through a career portal. Validates their credentials, returns jobs they've applied to, and metadata.
[ List of API Functions ]
[ CATS Developer Forum ]
[ Frequently Asked Questions ]
Base URL
https://[subdomain].catsone.nl/api/portal_login
[subdomain]: This is the company ID that you created when you signed-up. It will appear on the upper left when logged into CATS.
Parameters
Note that parameters can be transmitted through the GET or POST specifications in accordance with HTTP 1.1.
Example using GET: [Base URL]?[parameter]=[value]
| Required
| Parameter
| Description
| Type |
Size |
| YES |
email |
Candidate's email address which serves as their username. |
string |
255 |
| YES |
password |
Password stored in the candidate record. |
string |
128 |
| |
hash |
By default, the password is transmitted plain text. If you're calling this function through the HTTPS protocol, the entire transmission will be encrypted making the lookup secure. If you're not using HTTPS or would prefer to send a one-way encrypted hash, the following options may be set: - md5-salt: md5 hash w/company_id salt. If your company id is 'acme', then pseudocode/SQL would be: MD5(CONCAT(company_id, MD5(password)))
- md5: basic md5 hash with no salt
- crc32: basic crc32 polynomial with no salt
- sha1: basic sha1 hash with no salt
|
string |
64 |
Copyright ©2010 CATS Software, Inc. All rights reserved.