add_pipeline

(CATS API 2.0)

Adds a candidate to a job order pipeline and returns the pipeline ID. Optionally adds an activity log, sets the status and star rating if parameters are provided.


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

Base URL
https://[subdomain].catsone.nl/api/add_pipeline?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 candidate_id ID # of the candidate record number  
YES joborder_id ID # of the joborder record number  
  status Textual representation of a status to set the record to. string  
  no_activity Set to 'yes' to skip adding an activity record. string  
  stars Sets the star rating for the pipeline. Valid between -5 and 5. string  
Example Form
subdomain
transaction_code
candidate_id

ID # of the candidate record
joborder_id

ID # of the joborder record
status

Textual representation of a status to set the record to.
no_activity

Set to 'yes' to skip adding an activity record.
stars

Sets the star rating for the pipeline. Valid between -5 and 5.

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