data/project_name_list
Important: An API Key is required to work with these API Calls
Returns the list of Project Names of the Application
Sample Request
http://api.verifiapp.com/data/project_name_list/{API-KEY}/
Sample Response
{"result":"success","results":[{"project_name_id":"1","project_name":"TEST"},{"project_name_id":"2","project_name":"E|NET SURVEY"},{"project_name_id":"3","project_name":"E|NET CIVILS"},{"project_name_id":"4","project_name":"UPC RESIDENTIAL QUALITY CHECK"},{"project_name_id":"5","project_name":"UPC UPGRADE"}]}
Successful response reference
A successful response will return the following items in a JSON array
| Preference | Description |
|---|---|
| result | success |
| results | An array containing the following information: |
| project_name_id | The unique Project Name ID |
| project_name | The Project Name value associated to that Project Name ID |