OrganizationsDeals
Get details of organization deals.
Select
The 本製品 will use the Pipedrive API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- Id supports the '=' operator.
- Status supports the '=' operator.
- OnlyPrimaryAssociation supports the '=,IN' operators.
For example, the following query is processed server side:
SELECT * FROM OrganizationsDeals WHERE Id = 246 SELECT * FROM OrganizationsDeals WHERE Id = 246 AND Status = 'open' SELECT * FROM OrganizationsDeals WHERE Id = 246 AND OnlyPrimaryAssociation = 1
Columns
Name | Type | Description |
Id [KEY] | Integer | Id. |
Active | Boolean | Active. |
ActivitiesCount | Integer | ActivitiesCount. |
AddTime | Datetime | AddTime. |
CcEmail | String | CcEmail. |
CloseTime | String | CloseTime. |
CreatoractiveFlag | Boolean | CreatoractiveFlag. |
Creatoremail | String | Creatoremail. |
CreatorhasPic | Boolean | CreatorhasPic. |
Creatorid | Integer | Creatorid. |
Creatorname | String | Creatorname. |
CreatorPicHash | String | CreatorPicHash. |
Creatorvalue | Integer | Creatorvalue. |
Currency | String | Currency. |
Deleted | Boolean | Deleted. |
DoneActivitiesCount | Integer | DoneActivitiesCount. |
EmailMessagesCount | Integer | EmailMessagesCount. |
ExpectedCloseDate | Date | ExpectedCloseDate. |
FilesCount | Integer | FilesCount. |
FirstWonTime | Datetime | FirstWonTime. |
FollowersCount | Integer | FollowersCount. |
FormattedValue | String | FormattedValue. |
FormattedWeightedValue | String | FormattedWeightedValue. |
Label | String | Label. |
LastActivityDate | String | LastActivityDate. |
LastActivityId | String | LastActivityId. |
LastIncomingMailTime | Datetime | LastIncomingMailTime. |
LastOutgoingMailTime | Datetime | LastOutgoingMailTime. |
LostReason | String | LostReason. |
LostTime | String | LostTime. |
NextActivityDate | Date | NextActivityDate. |
NextActivityDuration | Time | NextActivityDuration. |
NextActivityId | Integer | NextActivityId. |
NextActivitynote | String | NextActivitynote. |
NextActivitysubject | String | NextActivitysubject. |
NextActivitytime | Time | NextActivitytime. |
NextActivitytype | String | NextActivitytype. |
NotesCount | Integer | NotesCount. |
OrgHidden | Boolean | OrgHidden. |
OrgActive_flag | Boolean | OrgActive_flag. |
OrgAddress | String | OrgAddress. |
OrgCcEmail | String | OrgCcEmail. |
OrgIdName | String | OrgName. |
OrgOwnerId | Integer | OrgOwnerId. |
OrgPeopleCount | Integer | OrgPeopleCount. |
OrgId | Integer | OrgValue. |
OwnerName | String | OwnerName. |
ParticipantsCount | Integer | ParticipantsCount. |
PersonHidden | Boolean | PersonHidden. |
PersonActiveFlag | Boolean | PersonActiveFlag. |
PersonEmail | String | PersonEmail. |
PersonName | String | PersonName. |
PersonPhone | String | PersonPhone. |
PersonValue | Integer | PersonValue. |
PipelineId | Integer | PipelineId. |
Probability | String | Probability. |
ProductsCount | Integer | ProductsCount. |
RottenTime | String | RottenTime. |
StageChangeTime | Datetime | StageChangeTime. |
StageId | Integer | StageId. |
StageOrderNr | Integer | StageOrderNr. |
Status | String | Only fetch deals with specific status..
使用できる値は次のとおりです。open, won, lost, deleted, all_not_deleted |
Title | String | Title. |
UndoneActivitiesCount | Integer | UndoneActivitiesCount. |
UpdateTime | Datetime | UpdateTime. |
UserActiveFlag | Boolean | UserActiveFlag. |
UserEmail | String | UserEmail. |
UserHasPic | Boolean | UserHasPic. |
UserId | Integer | UserId. |
UserName | String | UserName. |
UserPicHash | String | UserPicHash. |
UserValue | Integer | UserValue. |
Value | Integer | Value. |
VisibleTo | String | VisibleTo. |
WeightedValue | Integer | WeightedValue. |
WeightedValueCurrency | String | WeightedValueCurrency. |
WonTime | Datetime | WonTime. |
OrgName | String | Org Name. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
OnlyPrimaryAssociation | Integer | If set, only deals that are directly associated to the organization are fetched.
使用できる値は次のとおりです。0, 1 |