ipOne API Documentation


data/work_order_list

Important:  An API Key is required to work with these API Calls

Returns a list of work order IDs for a given wayleave_id.. You have to use the "wayleave_details" API call to retrieve the ID.

Sample Request

http://api.verifiapp.com/data/work_order_list/{API-KEY}/{WAYLEAVE_ID}

Sample Response

{"result":"success","results":["1"]}

Successful response reference

A successful response will return the following items in a JSON array

Preference Description
result success
results A plain array with the list of work order IDs.