data/project_list
Important: An API Key is required to work with these API Calls
Returns the list of projects of the application
Sample Request
http://api.verifiapp.com/data/project_list/{API-KEY}/
Sample Response
{"result":"success","results":[{"project_id":"1","project_custom_id":"W7036","project_name":"TESTING","project_location":"Kilkenny","project_start":"2012-02-02","project_end":"2012-02-29","business_name":"UPC Communications Ireland Ltd","activity_type_name":"testing it","client_id":"3","activity_type_id":"1","users":"gordon,ppurcell,jdoyle,ejose,dcallaghan,cgrendon,rgreives,sharten,pdelaney,dcallaghanupc,eevans,dwatkins,jryan,nhutton,jbrophy,bnoonan,pfitz,sglavey,pfarrelly,jmurphy,cadair,sjoly,mhayes,jbergin,rcollins,dpavlov,mmurphy,lobrien,brianp","user_ids":"30,32,33,35,36,37,38,40,41,43,44,45,46,49,50,51,52,54,57,58,59,60,61,62,63,65,66,67,68","surveys":"CATV CHECKLIST,Cabling - Daily Site Record Sheet,Cabling - Final Walk Off,Cabling - WIP,Cabling_Project Snag Log,B\/band Technical Report,Approved Form (AF 3)","survey_ids":"55,68,69,70,71,83,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: |
| project_id | The unique Project ID |
| project_custom_id | The ID or IDs assigned by Ipone to this project |
| project_name | The Project Name (comes from the Database) |
| project_location | The project location (comes from the Database). |
| project_start | The start of the project. |
| project_end | The end of the project. |
| business_name | The name of the Client of the Project. |
| activity_type_name | The name of the Activity Type. |
| users | The list of users assigned to this Project. |
| surveys | The list of Questionnaires assigned to the Project. |
| survey_ids | The list of Survey IDs assigned to the Project. |
| user_ids | The list of User IDs assigned to the Project. |
| activity_type_id | The id of the Activity Type of the Project. |
| client_id | The Client ID that is assigned to the Project. |