Card Object


A business entity representing a deal, lead, opportunity, or project that moves through pipeline stages.

Cards contain comprehensive business information including contact details, monetary values, priorities, due dates, and outcomes. They progress through pipeline stages as work advances and can be assigned to team members for ownership and responsibility tracking.

Properties
additionalContactsArray <ContactInfo>maxItems 10

Secondary contacts associated with the card.


assigneeIdstringformat GUID

ID of the Wix user assigned to manage the card.


createdDatestringRead-onlyformat date-time

Date and time the card was created in ISO-8601 format.


descriptionstringmaxLength 1000

Card description.


dueDatestringformat date-time

Date and time when the card is expected to moved to the done stage in ISO-8601 format. If the card remains active past this date, it becomes overdue.


extendedFieldsExtendedFields

Extended fields data.


idstringRead-onlyformat GUID

Card ID.


linkedEntitiesArray <LinkedEntity>maxItems 20

Other entities linked to the card.

For example, orders, invoices, activities, or other relevant entities.


mainContactContactInfo

Primary contact associated with the card.


namestringminLength 1maxLength 100

The Card name.


outcomestring

Final outcome of the card when moved to the done stage.

Default: NONE


pipelineIdstringRead-onlyformat GUID

ID of the pipeline containing this card.


prioritystring

Priority level of the card for task management.

Default: P3_MEDIUM


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the card is updated. To prevent conflicting changes, the current revision must be passed when updating the card.


stageIdstringformat GUID

ID of the cards' current.


stageUpdatedDatestringRead-onlyformat date-time

Date and time when the card last moved between stagesin ISO-8601 format.


stageUpdateSourceCardSourceRead-only

How the card was moved to its current stage.


staleDatestringRead-onlyformat date-time

Date and time when the card becomes stale based on the stage's stale duration setting in ISO-8601 format. This date is automatically calculated and updated when the card moves to a new stage.


tagsPrivateTags

Tags for organizing and categorizing the card.


updatedDatestringRead-onlyformat date-time

Date and time the card was last updated in ISO-8601 format.


valueMoney

Monetary value assigned to the card.

Did this help?