Physical Location

GET /api/1.1/phys_locations.json

Authentication Required: Yes

Response Properties

Parameter Type Description
region string  
poc string  
name string  
comments string  
phone string  
state string  
email string  
city string  
zip string  
id string  
address string  
shortName string  

Response Example

{
 "response": [
    {
       "region": "Mile High",
       "poc": "Jane Doe",
       "name": "Albuquerque",
       "comments": "Albuquerque",
       "phone": "(123) 555-1111",
       "state": "NM",
       "email": "jane.doe@email.com",
       "city": "Albuquerque",
       "zip": "87107",
       "id": "2",
       "address": "123 East 3rd St",
       "shortName": "Albuquerque"
    },
    {
       "region": "Chicago",
       "poc": "John Doe",
       "name": "Chicago",
       "comments": "",
       "phone": "(321) 555-1111",
       "state": "IL",
       "email": "john.doe@email.com",
       "city": "Chicago",
       "zip": "60636",
       "id": "3",
       "address": "123 East 4th Street",
       "shortName": "chicago"
    }
 ],
 "version": "1.1"
}

GET /api/1.1/phys_locations/trimmed.json

Authentication Required: Yes

Response Messages

Response Properties

Parameter Type Description
name array  

Response Example

{
 "response": [
    {
       "name": "Albuquerque"
    },
    {
       "name": "Ashburn"
    }
 ],
 "version": "1.1"
}