Senses Tables
Last Modified - 2020-04-06The provider models the data in APIs into a list of tables that can be queried using standard SQL statements.
Generally, querying APIs tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
Senses Tables
| Name | Description |
| ActionsPurposes | Returns a list of ActionsPurposes |
| Channels | Returns a list of Channels |
| ContactCustoms | Returns a list of ContactCustoms |
| Contacts | Returns a list of Contacts |
| CustomerCustoms | Returns a list of CustomerCustoms |
| Customers | Returns a list of Customers |
| DealCustoms | Returns a list of DealCustoms |
| Deals | Returns a list of Deals |
| DealsProductDetails | Returns a list of DealsProductDetails |
| Phases | Returns a list of Phases |
| Probabilities | Returns a list of Probabilities |
| Products | Returns a list of Products |
| Users | Returns a list of Users |