data/wayleave_project_code_list
Important: An API Key is required to work with these API Calls
Returns the list of project codes. It will return a plain array with the list of values. The project codes can contain strings, they aren't numbers.
Sample Request
http://api.verifiapp.com/data/wayleave_project_code_list/{API-KEY}
Sample Response
{"result":"success","results":["106", "198", "S39"]}
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 possible values |