Pulling data from the Capsule CRM API is only the first part of your reporting. You also need to understand the relationships between different endpoints - something that APIs typically fail to convey.
At SYNCHUB, we not only sync your Capsule CRM API endpoints down into a reportable format, we also describe their relationships (e.g. in terms of foreign keys) so that you can quickly get a grasp of your data and how it fits together. This page is intended as technical documentation of these relationships.
Our Universal MCP Server lets you query your Capsule CRM data using Claude, ChatGPT or your favourite AI tool.
Our Capsule CRM Connector connects your Capsule CRM data to favourite reporting tools.
We connect to over over 70+ cloud services, letting you manage the data needs of your entire business in a single location.
Browse the data model below, or if you'd prefer, we also have an interactive ERD over here.
Documentation: https://developer.capsulecrm.com/v2/operations/boards
Documentation: https://developer.capsulecrm.com/v2/operations/CustomField
Documentation: https://developer.capsulecrm.com/v2/operations/CustomField
Documentation: https://developer.capsulecrm.com/v2/operations/CustomField
Documentation: https://developer.capsulecrm.com/v2/operations/LostReason
Documentation: https://developer.capsulecrm.com/v2/operations/Milestone
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| Name | string | - | - |
| Description | string | - | - |
| PipelineID | long | Pipeline → ID | - |
| Complete | boolean | - | - |
| Probability | decimal | - | - |
| DaysUntilStale | int | - | - |
| CreatedAt | datetime | - | - |
| UpdatedAt | datetime | - | - |
Documentation: https://developer.capsulecrm.com/v2/operations/Opportunity
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| Name | string | - | - |
| Description | string | - | - |
| ExpectedCloseOn | datetime | - | - |
| ClosedOn | datetime | - | - |
| Probability | decimal | - | - |
| DurationBasis | string | - | - |
| Duration | long | - | - |
| LastContactedAt | datetime | - | - |
| LastStageChangedAt | datetime | - | - |
| MissingImportantFields | boolean | - | - |
| ValueAmount | decimal | - | - |
| ValueCurrency | string | - | - |
| PartyID | long | Party → ID | - |
| TeamID | long | - | - |
| OwnerID | long | User → ID | - |
| CurrentMilestoneID | long | Milestone → ID | - |
| LastOpenMilestoneID | long | Milestone → ID | - |
| LostReasonID | long | LostReason → ID | - |
| CreatedAt | datetime | - | - |
| UpdatedAt | datetime | - | - |
Documentation: https://developer.capsulecrm.com/v2/operations/Party
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| Name | string | - | - |
| Type | string | - | - |
| About | string | - | - |
| LastContactedAt | datetime | - | - |
| OwnerID | long | User → ID | - |
| FirstName | string | - | - |
| LastName | string | - | - |
| Title | string | - | - |
| JobTitle | string | - | - |
| OrganisationID | long | Party → ID | - |
| CreatedAt | datetime | - | - |
| UpdatedAt | datetime | - | - |
Documentation: https://developer.capsulecrm.com/v2/operations/Pipeline
Documentation: https://developer.capsulecrm.com/v2/operations/Case
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| Name | string | - | - |
| Description | string | - | - |
| ExpectedCloseOn | datetime | - | - |
| ClosedOn | datetime | - | - |
| Probability | decimal | - | - |
| Status | string | - | - |
| Duration | long | - | - |
| LastContactedAt | datetime | - | - |
| MissingImportantFields | boolean | - | - |
| PartyID | long | Party → ID | - |
| OwnerID | long | User → ID | - |
| OpportunityID | long | Opportunity → ID | - |
| CreatedAt | datetime | - | - |
| UpdatedAt | datetime | - | - |
Documentation: https://developer.capsulecrm.com/v2/operations/Tag
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| OpportunityRemoteID | string | Opportunity → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| Name | string | - | - |
| Description | string | - | - |
| DataTag | boolean | - | - |
| CreatedAt | datetime | - | - |
| UpdatedAt | datetime | - | - |
Documentation: https://developer.capsulecrm.com/v2/operations/User
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| Name | string | - | - |
| Locale | string | - | - |
| EmailPreference | string | - | - |
| ClickToCallPreference | string | - | - |
| Currency | string | - | - |
| PreferredEmailFromAddress | string | - | - |
| Username | string | - | - |
| Timezone | string | - | - |
| TaskReminder | boolean | - | - |
| Status | string | - | - |
| PartyID | long | Party → ID | - |
| CreatedAt | datetime | - | - |
| UpdatedAt | datetime | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| OpportunityRemoteID | string | Opportunity → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | Tag → ID | - |
| OpportunityID | long | Opportunity → ID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| OpportunityRemoteID | string | Opportunity → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| OpportunityID | long | Opportunity → ID | - |
| CustomFieldDefinitionID | long | OpportunityCustomFieldDefinition → ID | - |
| Value | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| PartyRemoteID | string | Party → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | Tag → ID | - |
| PartyID | long | Party → ID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| PartyRemoteID | string | Party → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| PartyID | long | Party → ID | - |
| CustomFieldDefinitionID | long | PartyCustomFieldDefinition → ID | - |
| Value | string | - | - |
Documentation: https://developer.capsulecrm.com/v2/models/address
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| PartyRemoteID | string | Party → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| PartyID | long | Party → ID | - |
| Type | string | - | - |
| Street | string | - | - |
| PrimaryTimezone | string | - | - |
| City | string | - | - |
| State | string | - | - |
| Country | string | - | - |
| Zip | string | - | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| ProjectRemoteID | string | Project → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | Tag → ID | - |
| ProjectID | long | Project → ID | - |
| Column | Type | Relates to | Notes |
|---|---|---|---|
| RemoteID | string | - | - |
| ProjectRemoteID | string | Project → RemoteID | - |
| WhenUpsertedIntoDataStore | datetime | - | - |
| MirrorRemoteID | int | - | - |
| IsDeleted | boolean | - | - |
| WhenCreated | datetime | - | - |
| WhenModified | datetime | - | - |
| ID | long | - | - |
| ProjectID | long | Project → ID | - |
| CustomFieldDefinitionID | long | ProjectCustomFieldDefinition → ID | - |
| Value | string | - | - |
SYNCHUB lives and breathes APIs and data. Keep exploring using the links below.