data/completion_code_list
Important: An API Key is required to work with these API Calls
Returns the list of completion codes of the application
Sample Request
http://api.verifiapp.com/data/completion_code_list/{API-KEY}/
Sample Response
{"result":"success","results":[{"completion_code_id":"1","department_id":"3","completion_code_name":"Customer wasn't home","completion_code_percentage":"10"},{"completion_code_id":"2","department_id":"3","completion_code_name":"Completed in Full","completion_code_percentage":"100"}]}
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: |
| completion_code_id | The unique completion code ID |
| department_id | The completion code belongs to this department |
| completion_code_name | The Code itself |
| completion_code_percentage | The completion percentage associated to this completion code. |