CrmBoardColumns
Get one CrmBoardColumn
Retrieve a single CrmBoardColumn record by its Id.
GET
Get one CrmBoardColumn
A CRM stage (CrmBoardColumn) is an ordered step in a location’s CRM board that can automatically add customers after selected events and run message, task, account, tour, opportunity-status, or record-creation-workflow actions when an opportunity enters it.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CrmBoardColumn-Read role.Path Parameters
integer
required
The Id of the CrmBoardColumn record to retrieve.
Code Examples
Response
200
integer
ID of the CRM board that owns this stage and determines its location access..
string
Display value for CrmBoard.Name..
integer
Display value for CrmBoard.Business.Id..
string
Display value for CrmBoard.Business.Name..
integer
Display value for CrmBoard.Business.Currency.Id..
string
Display value for CrmBoard.Business.Currency.Code..
string
Required unique name for this CRM stage within its workflow, such as Contract Signature or Office Tour..
integer
Requested relative position in the board’s stage sequence; the server normalizes saved positions to 1, 100, 200, and so on..
boolean
Whether customers who submit a tour request are automatically added to this stage while its board is active..
boolean
Whether customers who confirm a tour are automatically added to this stage while its board is active..
boolean
Whether customers who complete a tour are automatically added to this stage while its board is active..
boolean
Whether moving an existing opportunity to this stage marks it won; when both WinOpportunity and LoseOpportunity are true, winning is applied last..
boolean
Whether moving an existing opportunity to this stage marks it lost; WinOpportunity overrides this final status when both are true..
boolean
Whether customers who complete sign-up are automatically added to this stage while its board is active..
boolean
Whether customers who make a booking are automatically added to this stage while its board is active..
boolean
Whether customers who cancel are automatically added to this stage while its board is active..
boolean
Whether customers who are sent a proposal are automatically added to this stage while its board is active..
boolean
Whether customers who accept a proposal are automatically added to this stage while its board is active..
boolean
Whether customers who electronically sign a document are automatically added to this stage while its board is active..
boolean
Whether customers who register for an event are automatically added to this stage while its board is active..
boolean
Whether customers who send a contact message are automatically added to this stage while its board is active..
integer
Optional ID of the message macro sent to the customer when an opportunity enters this stage..
string
Display value for CannedResponse.Name..
integer
Optional ID of the task list whose tasks are created for the customer when an opportunity enters this stage..
string
Display value for TaskList.Name..
boolean
Whether task-list tasks use the task list’s configured assignees instead of the opportunity’s responsible user; applies only when TaskList is set..
integer
Read-only mirror of the enabled CRM stage workflow trigger that runs when an opportunity enters this stage. Set it by choosing this board and stage on the workflow trigger and enabling it, not by writing this field; disabling or repointing that trigger clears it..
string
Display value for RecordCreationWorkflowTrigger.Name..
boolean
Whether arrival at this stage activates the customer’s account and creates a user account when one is missing; DeactivateAccount runs afterward when also enabled..
boolean
Whether arrival at this stage schedules permanent deletion of the customer’s account and details shortly after the opportunity is moved..
boolean
Whether arrival at this stage deactivates the customer’s account; it runs after ActivateAccount when both are enabled..
boolean
Whether arrival at this stage confirms every unconfirmed tour at this location matching the customer’s email address..
boolean
Whether customers who purchase a selected product are automatically added to this stage; it is cleared when Products is empty or disabled..
integer[]
List of product IDs that trigger auto-assignment when ProductPurchased is enabled; the list must be non-empty and no product can trigger another stage in the same board..
boolean
Whether customers who book a selected resource are automatically added to this stage; it is cleared when Resources is empty or disabled..
integer[]
List of resource IDs that trigger auto-assignment when ResourceBooked is enabled; the list must be non-empty and no resource can trigger another stage in the same board..
boolean
Whether customers who check in to an event are automatically added to this stage while its board is active..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response