get_candidate

(CATS API 2.0)

Retrieve one or more candidate records.


[ List of API Functions ] [ Frequently Asked Questions ]

Base URL
https://[subdomain].catsone.com/api/get_candidate?transaction_code=[code]
[subdomain]: This is the company ID that you created when you signed-up. It will appear on the upper left when logged into CATS.
[transaction_code]: Create and manage transaction codes from within CATS by logging in and clicking on the "Settings" tab, then "User Management" (in the blue bar).
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 id One or more IDs of candidate records. number  
  result Specify how much data you would like returned
minimal (default): data type, id # and title (max_results: 100)
normal: all minimal fields, plus standard fields (max_results: 50)
extended: all fields + extra fields returned (max_results: 50)
hrxml-30: Returns information formatted as HR-XML 3.0 (single result only).
string  
Example Form
subdomain
transaction_code
id

One or more IDs of candidate records.
result

Specify how much data you would like returned
minimal (default): data type, id # and title (max_results: 100)
normal: all minimal fields, plus standard fields (max_results: 50)
extended: all fields + extra fields returned (max_results: 50)
hrxml-30: Returns information formatted as HR-XML 3.0 (single result only).

Copyright ©2012 CATS Software, Inc. All rights reserved.