get_public_joborders

(CATS API 2.0)

Retrieves a set of open job orders marked as public.


[ List of API Functions ] [ CATS Developer Forum ] [ Frequently Asked Questions ]

Base URL
https://[subdomain].catsone.nl/api/get_public_joborders
[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
  keywords Filter the results by a search string (boolean/wildcard support). string  
  result Specify how much data you would like returend
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 all information formatted as HR-XML 3.0 (multi-result).
string  
  max_results Maximum rows returned, defaults to 20. number  
  offset Used for paging. Specify number of rows to skip. Default is 0. Maximum is 1,000. number  
Example Form
subdomain
keywords

Filter the results by a search string (boolean/wildcard support).
result

Specify how much data you would like returend
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 all information formatted as HR-XML 3.0 (multi-result).
max_results

Maximum rows returned, defaults to 20.
offset

Used for paging. Specify number of rows to skip. Default is 0. Maximum is 1,000.

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