data/full_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/full_work_order_list/{API-KEY}
Sample Response
{"result":"success","results":[{"work_order_id":"1","wayleave_id":"265","landowner_name":"Trevor, Alexander Murphy","address":"Charleston, Ballinacurra, Midleton, Co. Cork..","contact":"03749383","nature_of_problem":"NATURE"},{"work_order_id":"2","wayleave_id":"268","landowner_name":"John & Bernadette Murphy","address":"The Paddocks, Holiday Village, Broomfield East, Midleton,","contact":"","nature_of_problem":"test"},{"work_order_id":"4","wayleave_id":"271","landowner_name":"Teo Boanchis","address":"unit 25 danville business park kilkenny ","contact":"0860443963","nature_of_problem":"reinstatemnt issue"},{"work_order_id":"5","wayleave_id":"272","landowner_name":"Daniel Murphy","address":"Barrafohona, Ballynoe, Mallow, Co. Cork.","contact":"","nature_of_problem":"twerguysagjidfs"},{"work_order_id":"6","wayleave_id":"256","landowner_name":"Lismore Realty Murphy","address":"Estate Office, Lismore Castle, Lismore, Co. Waterford..","contact":"0348484884","nature_of_problem":"NATURE"},{"work_order_id":"7","wayleave_id":"271","landowner_name":"Teo Boanchis","address":"unit 25 danville business park kilkenny ","contact":"0860443963","nature_of_problem":"NONE"}]}
Successful response reference
A successful response will return the following items in a JSON array
| Preference | Description |
|---|---|
| result | success |
| results | An associative array with all the information relative to work orders |