ZendeskSell Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
ZendeskSell Tables
| Name | Description |
| Account | Returns detailed information about your account. |
| AssociatedContacts | Returns all deal associated contacts. |
| CallOutcomes | Returns all call outcomes available to the user, according to the parameters provided. Call outcomes are always sorted by id in ascending order. |
| Calls | Returns all calls available to the user, according to the parameters provided. Calls are always sorted by made_at in descending order. |
| Collaborations | Returns all collaborations available to the user. |
| Contacts | Returns all contacts available to the user. |
| CustomFields | Returns all custom fields associated with the specified resource type. |
| Deals | Returns all deals available to the user. |
| DealSources | Returns all deal sources available to the user. |
| DealUnqualifiedReasons | Returns all deal unqualified reasons available to the user. |
| Documents | Returns all docuements attached to the specific resource. |
| Leads | Returns all leads available to the user. |
| LeadSources | Returns all lead sources available to the user. |
| LeadUnqualifiedReasons | Returns all lead unqualified reasons available to the user. |
| LineItems | Returns all orders available to the user. |
| LossReasons | Returns all deal loss reasons available to the user. |
| Notes | Returns all deals available to the user. |
| Orders | Returns all orders available to the user. |
| Pipelines | Returns all pipelines available to the user. |
| Products | Returns all products available to the user. |
| Stages | Returns all stages available to the user. |
| Tags | Returns all tags available to the user. |
| Tasks | Returns all tasks available to the user. |
| Users | Returns all users. |
| VisitOutcomes | Returns all visit outcomes available to the user. |
| Visits | Returns all visits available to the user. |