Another API description
| Resource | Description |
|---|---|
| GET /api/v1/storage_facilities/:external_id/amenities | Gets all storage categories belonging to Storage Facility |
| Resource | Description |
|---|---|
| GET /api/v1/apartment_complexes/:id | Retrieve an apartment complex |
| POST /api/v1/apartment_complexes | Create an apartment complex |
| Resource | Description |
|---|---|
| GET /api/v1/clients/:client_urn/apartments | Displays apartment complexes for a given client |
| Resource | Description |
|---|---|
| GET /api/v1/storage_facilities/:external_id/call_to_actions | Gets all call to actions belonging to Storage Facility |
| Resource | Description |
|---|---|
| GET /api/v1/client_location_data/:client_urn | given a client_urn, it will return the cities, states, and countries |
| Resource | Description |
|---|---|
| GET /api/v1/client_search_data/:client_urn | given a client_urn, it will return the cities, states, and categories |
| GET /api/v3/client_search_data | given a client_urn or client_urns, it will return the cities, states, and categories |
| Resource | Description |
|---|---|
| GET /api/v3/client_state_data | given a single client urn or comma-separated client urns, it will return the states for all matching clients |
| Resource | Description |
|---|---|
| GET /api/v1/clients/:client_urn | Display client information |
| Resource | Description |
|---|---|
| GET /api/v1/apartment_complexes/:external_id/floorplans | Gets all floorplans belonging to Apartment Complex |
| Resource | Description |
|---|---|
| GET /api/v1/locations | Search for locations matching the parameters |
| Resource | Description |
|---|---|
| GET /api/v1/storage_facilities/:external_id/storage_categories | Gets all storage categories belonging to Storage Facility |
| Resource | Description |
|---|---|
| GET /api/v1/storage_facilities/:id | Retrieve a storage facility |
| GET /api/v1/storage_facilities | Retrieves all storage facilities |
| POST /api/v1/storage_facilities | Create a storage facility |
| Resource | Description |
|---|---|
| GET /api/v1/storage_facilities/:external_id/storage_units | Gets all storage units belonging to Storage Facility |
| Resource | Description |
|---|---|
| GET /api/v1/units | Displays all units by default matching the parameters |