Units
| API | Description |
|---|---|
| GET v1/units?apiKey={apiKey}&fromDate={fromDate} |
Returns a list of all of the active Units in GPS Dashboard |
| GET v1/units/{id}?apiKey={apiKey} |
Returns a single Unit |
| GET v1/units/{id}/propertyaddress?apiKey={apiKey} |
Returns the property address of a unit |
| GET v1/units/{id}/mailingaddress?apiKey={apiKey} |
Returns the mailing address of a unit |
| GET v1/units/{id}/transactions?apiKey={apiKey} |
Returns the list of transactions for a unit |
| GET v1/units/{id}/balance?apiKey={apiKey} |
Returns the balance due for a unit |
| GET v1/units/{id}/ownerhistory?apiKey={apiKey} |
Returns list of Unit Owners by Unit |
| POST v1/units/{id}/updateemailaddress |
Updates only the email address of the primary resident |
| POST v1/units/{id}/updatealtemailaddress |
No documentation available. |
| POST v1/units/{id}/updatecellphone |
Updates only the cell phone of the primary resident |
| POST v1/units/{id}/updatephonenumber |
Updates only the contact phone of the primary resident |
| GET v1/units/{id}/unitstatuslist?apiKey={apiKey} |
Returns a list of unit statuses for a given unit |
| POST v1/units/{id}/updatecontactinfo |
Updates the contact information of the primary resident |
Associations
Associations controller description
| API | Description |
|---|---|
| GET v1/associations?apiKey={apiKey}&fromDate={fromDate} |
Returns a list of all active associations |
| GET v1/associations/{id}?apiKey={apiKey} |
Returns a single association |
| GET v1/associations/{id}/units?apiKey={apiKey} |
Returns a list of units for a given association |
| GET v1/associations/{id}/ownerhistory?apiKey={apiKey} |
Returns list of Unit Owners for the given Association |
| GET v1/associations/{id}/unitstatuslist?apiKey={apiKey} |
Returns a list of unit statuses for a given association |
| GET v1/unitstatuslist?apiKey={apiKey}&fromDate={fromDate} |
Returns a list of unit statuses for all associations |
| GET v1/associations/unitstatuscodes?apiKey={apiKey} |
Returns a list of unit unit status codes |