get_joborder_applications

(CATS API 2.0)

Retrieves the specified applications with their questions and metadata for a given joborder.


[ List of API Functions ] [ Frequently Asked Questions ]

Base URL
https://[subdomain].catsone.com/api/get_joborder_applications?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
  id ID # of the job order record. number  
  form Set to 'yes' to include a form element with valid XHTML for generating each question using an XHTML form. We provide this to eliminate the need for end-user libraries to decode our internal 'type' values when generating XHTML forms. For added convenience, string replace {class} with a CSS class name for styling. boolean  
  php Set to 'yes' to include PHP 5.0+ code for retrieving the value of an XHTML form element after a form post to a web server. The value will be stored in a variable named $value. boolean  
Example Form
subdomain
transaction_code
id

ID # of the job order record.
form

Set to 'yes' to include a form element with valid XHTML for generating each question using an XHTML form. We provide this to eliminate the need for end-user libraries to decode our internal 'type' values when generating XHTML forms. For added convenience, string replace {class} with a CSS class name for styling.
php

Set to 'yes' to include PHP 5.0+ code for retrieving the value of an XHTML form element after a form post to a web server. The value will be stored in a variable named $value.

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