├── .github ├── pull_request_template.md └── workflows │ └── auto-close-stale-issues.yml ├── .openapi-generator-ignore ├── .openapi-generator ├── FILES └── VERSION ├── .php_cs ├── .travis.yml ├── CHANGELOG.md ├── LICENSE ├── MIGRATION-5.x.md ├── MIGRATION_8.x.md ├── README.md ├── composer.json ├── docs └── versions │ ├── .gitkeep │ ├── v1 │ ├── Api │ │ ├── ActivitiesApi.md │ │ ├── ActivityFieldsApi.md │ │ ├── ActivityTypesApi.md │ │ ├── BillingApi.md │ │ ├── CallLogsApi.md │ │ ├── ChannelsApi.md │ │ ├── CurrenciesApi.md │ │ ├── DealFieldsApi.md │ │ ├── DealsApi.md │ │ ├── FilesApi.md │ │ ├── FiltersApi.md │ │ ├── GoalsApi.md │ │ ├── ItemSearchApi.md │ │ ├── LeadLabelsApi.md │ │ ├── LeadSourcesApi.md │ │ ├── LeadsApi.md │ │ ├── LegacyTeamsApi.md │ │ ├── MailboxApi.md │ │ ├── MeetingsApi.md │ │ ├── NoteFieldsApi.md │ │ ├── NotesApi.md │ │ ├── OrganizationFieldsApi.md │ │ ├── OrganizationRelationshipsApi.md │ │ ├── OrganizationsApi.md │ │ ├── PermissionSetsApi.md │ │ ├── PersonFieldsApi.md │ │ ├── PersonsApi.md │ │ ├── PipelinesApi.md │ │ ├── ProductFieldsApi.md │ │ ├── ProductsApi.md │ │ ├── ProjectTemplatesApi.md │ │ ├── ProjectsApi.md │ │ ├── RecentsApi.md │ │ ├── RolesApi.md │ │ ├── StagesApi.md │ │ ├── SubscriptionsApi.md │ │ ├── TasksApi.md │ │ ├── UserConnectionsApi.md │ │ ├── UserSettingsApi.md │ │ ├── UsersApi.md │ │ └── WebhooksApi.md │ ├── Model │ │ ├── ActivityCollectionResponseObject.md │ │ ├── ActivityCollectionResponseObjectAllOf.md │ │ ├── ActivityDistribution.md │ │ ├── ActivityDistributionData.md │ │ ├── ActivityDistributionDataWithAdditionalData.md │ │ ├── ActivityDistributionItem.md │ │ ├── ActivityInfo.md │ │ ├── ActivityObjectFragment.md │ │ ├── ActivityPostObject.md │ │ ├── ActivityPostObjectAllOf.md │ │ ├── ActivityPutObject.md │ │ ├── ActivityPutObjectAllOf.md │ │ ├── ActivityRecordAdditionalData.md │ │ ├── ActivityResponseObject.md │ │ ├── ActivityResponseObjectAllOf.md │ │ ├── ActivityTypeBulkDeleteResponse.md │ │ ├── ActivityTypeBulkDeleteResponseAllOf.md │ │ ├── ActivityTypeBulkDeleteResponseAllOfData.md │ │ ├── ActivityTypeCount.md │ │ ├── ActivityTypeCreateRequest.md │ │ ├── ActivityTypeCreateUpdateDeleteResponse.md │ │ ├── ActivityTypeCreateUpdateDeleteResponseAllOf.md │ │ ├── ActivityTypeListResponse.md │ │ ├── ActivityTypeListResponseAllOf.md │ │ ├── ActivityTypeObjectResponse.md │ │ ├── ActivityTypeUpdateRequest.md │ │ ├── AddActivityResponse.md │ │ ├── AddActivityResponseRelatedObjects.md │ │ ├── AddChannelBadRequestResponse.md │ │ ├── AddChannelBadRequestResponseAdditionalData.md │ │ ├── AddChannelForbiddenErrorResponse.md │ │ ├── AddChannelForbiddenErrorResponseAdditionalData.md │ │ ├── AddDealFollowerRequest.md │ │ ├── AddDealParticipantRequest.md │ │ ├── AddFile.md │ │ ├── AddFilterRequest.md │ │ ├── AddFollowerToPersonResponse.md │ │ ├── AddFollowerToPersonResponseAllOf.md │ │ ├── AddFollowerToPersonResponseAllOfData.md │ │ ├── AddLeadLabelRequest.md │ │ ├── AddLeadRequest.md │ │ ├── AddNewPipeline.md │ │ ├── AddNewPipelineAllOf.md │ │ ├── AddNoteRequest.md │ │ ├── AddNoteRequestAllOf.md │ │ ├── AddOrUpdateRoleSettingRequest.md │ │ ├── AddOrganizationFollowerRequest.md │ │ ├── AddOrganizationRelationshipRequest.md │ │ ├── AddPersonFollowerRequest.md │ │ ├── AddPersonPictureResponse.md │ │ ├── AddPersonPictureResponseAllOf.md │ │ ├── AddPersonResponse.md │ │ ├── AddPersonResponseAllOf.md │ │ ├── AddProductAttachmentDetails.md │ │ ├── AddProductAttachmentDetailsAllOf.md │ │ ├── AddProductFollowerRequest.md │ │ ├── AddProductRequestBody.md │ │ ├── AddProductRequestBodyAllOf.md │ │ ├── AddProductRequestBodyAllOf1.md │ │ ├── AddProjectResponse.md │ │ ├── AddRole.md │ │ ├── AddRoleAssignmentRequest.md │ │ ├── AddRoleAssignmentResponseData.md │ │ ├── AddRoleAssignmentResponseDataData.md │ │ ├── AddRolesResponseData.md │ │ ├── AddTaskResponse.md │ │ ├── AddTeamUserRequest.md │ │ ├── AddUserRequest.md │ │ ├── AddWebhookRequest.md │ │ ├── AddedDealFollower.md │ │ ├── AddedDealFollowerData.md │ │ ├── AdditionalBaseOrganizationItemInfo.md │ │ ├── AdditionalData.md │ │ ├── AdditionalDataWithCursorPagination.md │ │ ├── AdditionalDataWithOffsetPagination.md │ │ ├── AdditionalDataWithPaginationDetails.md │ │ ├── AdditionalMergePersonInfo.md │ │ ├── AdditionalPersonInfo.md │ │ ├── AllOrganizationRelationshipsGetResponse.md │ │ ├── AllOrganizationRelationshipsGetResponseAllOf.md │ │ ├── AllOrganizationRelationshipsGetResponseAllOfRelatedObjects.md │ │ ├── AllOrganizationsGetResponse.md │ │ ├── AllOrganizationsGetResponseAllOf.md │ │ ├── AllOrganizationsGetResponseAllOfRelatedObjects.md │ │ ├── ArrayPrices.md │ │ ├── Assignee.md │ │ ├── BaseComment.md │ │ ├── BaseCurrency.md │ │ ├── BaseDeal.md │ │ ├── BaseFollowerItem.md │ │ ├── BaseMailThread.md │ │ ├── BaseMailThreadAllOf.md │ │ ├── BaseMailThreadAllOfParties.md │ │ ├── BaseMailThreadMessages.md │ │ ├── BaseMailThreadMessagesAllOf.md │ │ ├── BaseNote.md │ │ ├── BaseNoteDealTitle.md │ │ ├── BaseNoteOrganization.md │ │ ├── BaseNotePerson.md │ │ ├── BaseNoteProject.md │ │ ├── BaseOrganizationItem.md │ │ ├── BaseOrganizationItemFields.md │ │ ├── BaseOrganizationItemWithEditNameFlag.md │ │ ├── BaseOrganizationItemWithEditNameFlagAllOf.md │ │ ├── BaseOrganizationRelationshipItem.md │ │ ├── BasePersonItem.md │ │ ├── BasePersonItemEmail.md │ │ ├── BasePersonItemPhone.md │ │ ├── BasePipeline.md │ │ ├── BasePipelineWithSelectedFlag.md │ │ ├── BasePipelineWithSelectedFlagAllOf.md │ │ ├── BaseProduct.md │ │ ├── BaseResponse.md │ │ ├── BaseResponseWithStatus.md │ │ ├── BaseResponseWithStatusAllOf.md │ │ ├── BaseRole.md │ │ ├── BaseStage.md │ │ ├── BaseTeam.md │ │ ├── BaseTeamAdditionalProperties.md │ │ ├── BaseUser.md │ │ ├── BaseUserMe.md │ │ ├── BaseUserMeAllOf.md │ │ ├── BaseUserMeAllOfLanguage.md │ │ ├── BaseWebhook.md │ │ ├── BasicDeal.md │ │ ├── BasicDealProduct.md │ │ ├── BasicDealProductAllOf.md │ │ ├── BasicGoal.md │ │ ├── BasicOrganization.md │ │ ├── BasicPerson.md │ │ ├── BasicPersonEmail.md │ │ ├── BillingFrequency.md │ │ ├── BillingFrequency1.md │ │ ├── BulkDeleteResponse.md │ │ ├── BulkDeleteResponseAllOf.md │ │ ├── BulkDeleteResponseAllOfData.md │ │ ├── CalculatedFields.md │ │ ├── CallLogBadRequestResponse.md │ │ ├── CallLogConflictResponse.md │ │ ├── CallLogForbiddenResponse.md │ │ ├── CallLogGoneResponse.md │ │ ├── CallLogInternalErrorResponse.md │ │ ├── CallLogNotFoundResponse.md │ │ ├── CallLogObject.md │ │ ├── CallLogResponse200.md │ │ ├── CallLogsResponse.md │ │ ├── CallLogsResponseAdditionalData.md │ │ ├── ChangelogResponse.md │ │ ├── ChangelogResponseAllOf.md │ │ ├── ChangelogResponseAllOfData.md │ │ ├── ChannelObject.md │ │ ├── ChannelObjectResponse.md │ │ ├── ChannelObjectResponseData.md │ │ ├── CommentPostPutObject.md │ │ ├── CommonMailThread.md │ │ ├── CreateRemoteFileAndLinkItToItem.md │ │ ├── CreateTeam.md │ │ ├── Currencies.md │ │ ├── DealCollectionResponseObject.md │ │ ├── DealCountAndActivityInfo.md │ │ ├── DealFlowResponse.md │ │ ├── DealFlowResponseAllOf.md │ │ ├── DealFlowResponseAllOfData.md │ │ ├── DealFlowResponseAllOfRelatedObjects.md │ │ ├── DealListActivitiesResponse.md │ │ ├── DealListActivitiesResponseAllOf.md │ │ ├── DealListActivitiesResponseAllOfRelatedObjects.md │ │ ├── DealNonStrict.md │ │ ├── DealNonStrictModeFields.md │ │ ├── DealNonStrictModeFieldsCreatorUserId.md │ │ ├── DealNonStrictWithDetails.md │ │ ├── DealNonStrictWithDetailsAllOf.md │ │ ├── DealNonStrictWithDetailsAllOfAge.md │ │ ├── DealNonStrictWithDetailsAllOfAverageTimeToWon.md │ │ ├── DealNonStrictWithDetailsAllOfStayInPipelineStages.md │ │ ├── DealOrganizationData.md │ │ ├── DealOrganizationDataWithId.md │ │ ├── DealOrganizationDataWithIdAllOf.md │ │ ├── DealParticipantCountInfo.md │ │ ├── DealParticipants.md │ │ ├── DealParticipantsChangelog.md │ │ ├── DealPersonData.md │ │ ├── DealPersonDataEmail.md │ │ ├── DealPersonDataPhone.md │ │ ├── DealPersonDataWithId.md │ │ ├── DealPersonDataWithIdAllOf.md │ │ ├── DealProductRequestBody.md │ │ ├── DealSearchItem.md │ │ ├── DealSearchItemItem.md │ │ ├── DealSearchItemItemOrganization.md │ │ ├── DealSearchItemItemOwner.md │ │ ├── DealSearchItemItemPerson.md │ │ ├── DealSearchItemItemStage.md │ │ ├── DealSearchResponse.md │ │ ├── DealSearchResponseAllOf.md │ │ ├── DealSearchResponseAllOfData.md │ │ ├── DealStrict.md │ │ ├── DealStrictModeFields.md │ │ ├── DealStrictWithMergeId.md │ │ ├── DealStrictWithMergeIdAllOf.md │ │ ├── DealSummary.md │ │ ├── DealSummaryPerCurrency.md │ │ ├── DealSummaryPerCurrencyFull.md │ │ ├── DealSummaryPerCurrencyFullCURRENCYID.md │ │ ├── DealSummaryPerStages.md │ │ ├── DealSummaryPerStagesSTAGEID.md │ │ ├── DealSummaryPerStagesSTAGEIDCURRENCYID.md │ │ ├── DealTitleParameter.md │ │ ├── DealUserData.md │ │ ├── DealUserDataWithId.md │ │ ├── DealUserDataWithIdAllOf.md │ │ ├── DealsCountAndActivityInfo.md │ │ ├── DealsCountInfo.md │ │ ├── DealsMovementsInfo.md │ │ ├── DealsMovementsInfoFormattedValues.md │ │ ├── DealsMovementsInfoValues.md │ │ ├── DeleteActivitiesResponse.md │ │ ├── DeleteActivitiesResponseData.md │ │ ├── DeleteActivityResponse.md │ │ ├── DeleteActivityResponseData.md │ │ ├── DeleteChannelSuccess.md │ │ ├── DeleteComment.md │ │ ├── DeleteConversationForbiddenErrorResponse.md │ │ ├── DeleteConversationForbiddenErrorResponseAdditionalData.md │ │ ├── DeleteConversationNotFoundErrorResponse.md │ │ ├── DeleteConversationNotFoundErrorResponseAdditionalData.md │ │ ├── DeleteConversationSuccess.md │ │ ├── DeleteDeal.md │ │ ├── DeleteDealData.md │ │ ├── DeleteDealFollower.md │ │ ├── DeleteDealFollowerData.md │ │ ├── DeleteDealParticipant.md │ │ ├── DeleteDealParticipantData.md │ │ ├── DeleteDealProduct.md │ │ ├── DeleteDealProductData.md │ │ ├── DeleteFile.md │ │ ├── DeleteFileData.md │ │ ├── DeleteGoalResponse.md │ │ ├── DeleteLeadIdResponse.md │ │ ├── DeleteMultipleDeals.md │ │ ├── DeleteMultipleDealsData.md │ │ ├── DeleteMultipleProductFieldsResponse.md │ │ ├── DeleteMultipleProductFieldsResponseData.md │ │ ├── DeleteNote.md │ │ ├── DeletePersonResponse.md │ │ ├── DeletePersonResponseAllOf.md │ │ ├── DeletePersonResponseAllOfData.md │ │ ├── DeletePersonsInBulkResponse.md │ │ ├── DeletePersonsInBulkResponseAllOf.md │ │ ├── DeletePersonsInBulkResponseAllOfData.md │ │ ├── DeletePipelineResponse.md │ │ ├── DeletePipelineResponseData.md │ │ ├── DeleteProductFieldResponse.md │ │ ├── DeleteProductFieldResponseData.md │ │ ├── DeleteProductFollowerResponse.md │ │ ├── DeleteProductFollowerResponseData.md │ │ ├── DeleteProductResponse.md │ │ ├── DeleteProductResponseData.md │ │ ├── DeleteProject.md │ │ ├── DeleteProjectData.md │ │ ├── DeleteProjectResponse.md │ │ ├── DeleteResponse.md │ │ ├── DeleteResponseAllOf.md │ │ ├── DeleteResponseAllOfData.md │ │ ├── DeleteRole.md │ │ ├── DeleteRoleAssignment.md │ │ ├── DeleteRoleAssignmentRequest.md │ │ ├── DeleteRoleAssignmentResponseData.md │ │ ├── DeleteRoleAssignmentResponseDataData.md │ │ ├── DeleteRoleResponseData.md │ │ ├── DeleteRoleResponseDataData.md │ │ ├── DeleteStageResponse.md │ │ ├── DeleteStageResponseData.md │ │ ├── DeleteStagesResponse.md │ │ ├── DeleteStagesResponseData.md │ │ ├── DeleteTask.md │ │ ├── DeleteTaskData.md │ │ ├── DeleteTaskResponse.md │ │ ├── DeleteTeamUserRequest.md │ │ ├── Duration.md │ │ ├── EditPipeline.md │ │ ├── EditPipelineAllOf.md │ │ ├── EmailInfo.md │ │ ├── ExpectedOutcome.md │ │ ├── FailResponse.md │ │ ├── Field.md │ │ ├── FieldCreateRequest.md │ │ ├── FieldCreateRequestAllOf.md │ │ ├── FieldResponse.md │ │ ├── FieldResponseAllOf.md │ │ ├── FieldType.md │ │ ├── FieldTypeAsString.md │ │ ├── FieldUpdateRequest.md │ │ ├── FieldsResponse.md │ │ ├── FieldsResponseAllOf.md │ │ ├── FileData.md │ │ ├── FileItem.md │ │ ├── Filter.md │ │ ├── FilterGetItem.md │ │ ├── FilterType.md │ │ ├── FiltersBulkDeleteResponse.md │ │ ├── FiltersBulkDeleteResponseAllOf.md │ │ ├── FiltersBulkDeleteResponseAllOfData.md │ │ ├── FiltersBulkGetResponse.md │ │ ├── FiltersBulkGetResponseAllOf.md │ │ ├── FiltersDeleteResponse.md │ │ ├── FiltersDeleteResponseAllOf.md │ │ ├── FiltersDeleteResponseAllOfData.md │ │ ├── FiltersGetResponse.md │ │ ├── FiltersGetResponseAllOf.md │ │ ├── FiltersPostResponse.md │ │ ├── FiltersPostResponseAllOf.md │ │ ├── FindGoalResponse.md │ │ ├── FollowerData.md │ │ ├── FollowerDataWithID.md │ │ ├── FollowerDataWithIDAllOf.md │ │ ├── FullProjectObject.md │ │ ├── FullRole.md │ │ ├── FullRoleAllOf.md │ │ ├── FullTaskObject.md │ │ ├── GetActivitiesCollectionResponse.md │ │ ├── GetActivitiesResponse.md │ │ ├── GetActivitiesResponseRelatedObjects.md │ │ ├── GetActivityResponse.md │ │ ├── GetAddProductAttachmentDetails.md │ │ ├── GetAddUpdateStage.md │ │ ├── GetAddedDeal.md │ │ ├── GetAllFiles.md │ │ ├── GetAllPersonsResponse.md │ │ ├── GetAllPersonsResponseAllOf.md │ │ ├── GetAllPipelines.md │ │ ├── GetAllPipelinesAllOf.md │ │ ├── GetAllProductFieldsResponse.md │ │ ├── GetComments.md │ │ ├── GetDeal.md │ │ ├── GetDealAdditionalData.md │ │ ├── GetDealRelatedObjects.md │ │ ├── GetDeals.md │ │ ├── GetDealsCollection.md │ │ ├── GetDealsConversionRatesInPipeline.md │ │ ├── GetDealsConversionRatesInPipelineAllOf.md │ │ ├── GetDealsConversionRatesInPipelineAllOfData.md │ │ ├── GetDealsMovementsInPipeline.md │ │ ├── GetDealsMovementsInPipelineAllOf.md │ │ ├── GetDealsMovementsInPipelineAllOfData.md │ │ ├── GetDealsMovementsInPipelineAllOfDataAverageAgeInDays.md │ │ ├── GetDealsMovementsInPipelineAllOfDataAverageAgeInDaysByStages.md │ │ ├── GetDealsMovementsInPipelineAllOfDataMovementsBetweenStages.md │ │ ├── GetDealsRelatedObjects.md │ │ ├── GetDealsSummary.md │ │ ├── GetDealsSummaryData.md │ │ ├── GetDealsSummaryDataValuesTotal.md │ │ ├── GetDealsSummaryDataWeightedValuesTotal.md │ │ ├── GetDealsTimeline.md │ │ ├── GetDealsTimelineData.md │ │ ├── GetDealsTimelineDataTotals.md │ │ ├── GetDuplicatedDeal.md │ │ ├── GetField.md │ │ ├── GetFieldAllOf.md │ │ ├── GetGoalResultResponse.md │ │ ├── GetGoalsResponse.md │ │ ├── GetLeadIdResponse.md │ │ ├── GetLeadIdResponseData.md │ │ ├── GetLeadLabelsResponse.md │ │ ├── GetLeadResponse.md │ │ ├── GetLeadsResponse.md │ │ ├── GetLeadsSourceResponse.md │ │ ├── GetMergedDeal.md │ │ ├── GetNoteField.md │ │ ├── GetNotes.md │ │ ├── GetOneFile.md │ │ ├── GetOnePipeline.md │ │ ├── GetOnePipelineAllOf.md │ │ ├── GetOneStage.md │ │ ├── GetPersonDetailsResponse.md │ │ ├── GetPersonDetailsResponseAllOf.md │ │ ├── GetPersonDetailsResponseAllOfAdditionalData.md │ │ ├── GetProductAttachmentDetails.md │ │ ├── GetProductField.md │ │ ├── GetProductFieldResponse.md │ │ ├── GetProjectBoardResponse.md │ │ ├── GetProjectBoardsResponse.md │ │ ├── GetProjectGroupsResponse.md │ │ ├── GetProjectPhaseResponse.md │ │ ├── GetProjectPhasesResponse.md │ │ ├── GetProjectPlanResponse.md │ │ ├── GetProjectResponse.md │ │ ├── GetProjectTemplateResponse.md │ │ ├── GetProjectTemplatesResponse.md │ │ ├── GetProjectsResponse.md │ │ ├── GetReceiveMessageSuccessResponse.md │ │ ├── GetRecents.md │ │ ├── GetRecentsAdditionalData.md │ │ ├── GetRole.md │ │ ├── GetRoleAssignments.md │ │ ├── GetRoleAssignmentsResponseData.md │ │ ├── GetRolePipelines.md │ │ ├── GetRolePipelinesAllOf.md │ │ ├── GetRolePipelinesResponseData.md │ │ ├── GetRoleResponseData.md │ │ ├── GetRoleResponseDataAdditionalData.md │ │ ├── GetRoleSettings.md │ │ ├── GetRoleSettingsResponseData.md │ │ ├── GetRoles.md │ │ ├── GetRolesAllOf.md │ │ ├── GetStageDeals.md │ │ ├── GetStages.md │ │ ├── GetSubscriptionsIdResponseData.md │ │ ├── GetTaskResponse.md │ │ ├── GetTasksResponse.md │ │ ├── GetUserConnectionsResponseData.md │ │ ├── GetUserConnectionsResponseDataData.md │ │ ├── GetUserResponseData.md │ │ ├── GetUserSettingsResponseData.md │ │ ├── GetWebhookResponseData.md │ │ ├── GoalResults.md │ │ ├── GoalType.md │ │ ├── GoalsResponseComponent.md │ │ ├── IconKey.md │ │ ├── InlineResponse200.md │ │ ├── InlineResponse2001.md │ │ ├── InternalFieldType.md │ │ ├── ItemSearchAdditionalData.md │ │ ├── ItemSearchAdditionalDataPagination.md │ │ ├── ItemSearchFieldResponse.md │ │ ├── ItemSearchFieldResponseAllOf.md │ │ ├── ItemSearchFieldResponseAllOfData.md │ │ ├── ItemSearchItem.md │ │ ├── ItemSearchResponse.md │ │ ├── ItemSearchResponseAllOf.md │ │ ├── ItemSearchResponseAllOfData.md │ │ ├── LeadLabelColor.md │ │ ├── LeadLabelResponse.md │ │ ├── LeadNotFoundResponse.md │ │ ├── LeadResponse.md │ │ ├── LeadSearchItem.md │ │ ├── LeadSearchItemItem.md │ │ ├── LeadSearchItemItemOrganization.md │ │ ├── LeadSearchItemItemOwner.md │ │ ├── LeadSearchItemItemPerson.md │ │ ├── LeadSearchResponse.md │ │ ├── LeadSearchResponseAllOf.md │ │ ├── LeadSearchResponseAllOfData.md │ │ ├── LeadSource.md │ │ ├── LeadValue.md │ │ ├── LinkRemoteFileToItem.md │ │ ├── ListActivitiesResponse.md │ │ ├── ListActivitiesResponseAllOf.md │ │ ├── ListDealsResponse.md │ │ ├── ListDealsResponseAllOf.md │ │ ├── ListDealsResponseAllOfRelatedObjects.md │ │ ├── ListFilesResponse.md │ │ ├── ListFilesResponseAllOf.md │ │ ├── ListFollowersResponse.md │ │ ├── ListFollowersResponseAllOf.md │ │ ├── ListFollowersResponseAllOfData.md │ │ ├── ListMailMessagesResponse.md │ │ ├── ListMailMessagesResponseAllOf.md │ │ ├── ListMailMessagesResponseAllOfData.md │ │ ├── ListPermittedUsersResponse.md │ │ ├── ListPermittedUsersResponse1.md │ │ ├── ListPermittedUsersResponse1AllOf.md │ │ ├── ListPersonProductsResponse.md │ │ ├── ListPersonProductsResponseAllOf.md │ │ ├── ListPersonProductsResponseAllOfDEALID.md │ │ ├── ListPersonProductsResponseAllOfData.md │ │ ├── ListPersonsResponse.md │ │ ├── ListPersonsResponseAllOf.md │ │ ├── ListPersonsResponseAllOfRelatedObjects.md │ │ ├── ListProductAdditionalData.md │ │ ├── ListProductAdditionalDataAllOf.md │ │ ├── ListProductFilesResponse.md │ │ ├── ListProductFilesResponseAllOf.md │ │ ├── ListProductFollowersResponse.md │ │ ├── ListProductFollowersResponseAllOf.md │ │ ├── ListProductFollowersResponseAllOfData.md │ │ ├── ListProductsResponse.md │ │ ├── ListProductsResponseAllOf.md │ │ ├── ListProductsResponseAllOfRelatedObjects.md │ │ ├── MailMessage.md │ │ ├── MailMessageAllOf.md │ │ ├── MailMessageData.md │ │ ├── MailMessageItemForList.md │ │ ├── MailMessageItemForListAllOf.md │ │ ├── MailParticipant.md │ │ ├── MailServiceBaseResponse.md │ │ ├── MailThread.md │ │ ├── MailThreadAllOf.md │ │ ├── MailThreadDelete.md │ │ ├── MailThreadDeleteAllOf.md │ │ ├── MailThreadDeleteAllOfData.md │ │ ├── MailThreadMessages.md │ │ ├── MailThreadMessagesAllOf.md │ │ ├── MailThreadOne.md │ │ ├── MailThreadOneAllOf.md │ │ ├── MailThreadParticipant.md │ │ ├── MailThreadPut.md │ │ ├── MailThreadPutAllOf.md │ │ ├── MarketingStatus.md │ │ ├── MergeDealsRequest.md │ │ ├── MergeOrganizationsRequest.md │ │ ├── MergePersonDealRelatedInfo.md │ │ ├── MergePersonItem.md │ │ ├── MergePersonsRequest.md │ │ ├── MergePersonsResponse.md │ │ ├── MergePersonsResponseAllOf.md │ │ ├── MessageObject.md │ │ ├── MessageObjectAttachments.md │ │ ├── NameObject.md │ │ ├── NewDeal.md │ │ ├── NewDealParameters.md │ │ ├── NewDealProduct.md │ │ ├── NewDealProductAllOf.md │ │ ├── NewDealProductAllOf1.md │ │ ├── NewDealProductAllOf2.md │ │ ├── NewFollowerResponse.md │ │ ├── NewFollowerResponseData.md │ │ ├── NewGoal.md │ │ ├── NewOrganization.md │ │ ├── NewOrganizationAllOf.md │ │ ├── NewPerson.md │ │ ├── NewPersonAllOf.md │ │ ├── NewProductField.md │ │ ├── Note.md │ │ ├── NoteAllOf.md │ │ ├── NoteConnectToParams.md │ │ ├── NoteCreatorUser.md │ │ ├── NoteField.md │ │ ├── NoteFieldOptions.md │ │ ├── NoteFieldsResponse.md │ │ ├── NoteFieldsResponseAllOf.md │ │ ├── NoteParams.md │ │ ├── NumberBoolean.md │ │ ├── NumberBooleanDefault0.md │ │ ├── NumberBooleanDefault1.md │ │ ├── OrgAndOwnerId.md │ │ ├── OrganizationAddressInfo.md │ │ ├── OrganizationCountAndAddressInfo.md │ │ ├── OrganizationCountInfo.md │ │ ├── OrganizationData.md │ │ ├── OrganizationDataWithId.md │ │ ├── OrganizationDataWithIdAllOf.md │ │ ├── OrganizationDataWithIdAndActiveFlag.md │ │ ├── OrganizationDataWithIdAndActiveFlagAllOf.md │ │ ├── OrganizationDeleteResponse.md │ │ ├── OrganizationDeleteResponseData.md │ │ ├── OrganizationDetailsGetResponse.md │ │ ├── OrganizationDetailsGetResponseAllOf.md │ │ ├── OrganizationDetailsGetResponseAllOfAdditionalData.md │ │ ├── OrganizationFlowResponse.md │ │ ├── OrganizationFlowResponseAllOf.md │ │ ├── OrganizationFlowResponseAllOfData.md │ │ ├── OrganizationFlowResponseAllOfRelatedObjects.md │ │ ├── OrganizationFollowerDeleteResponse.md │ │ ├── OrganizationFollowerDeleteResponseData.md │ │ ├── OrganizationFollowerItem.md │ │ ├── OrganizationFollowerItemAllOf.md │ │ ├── OrganizationFollowerPostResponse.md │ │ ├── OrganizationFollowersListResponse.md │ │ ├── OrganizationItem.md │ │ ├── OrganizationItemAllOf.md │ │ ├── OrganizationPostResponse.md │ │ ├── OrganizationPostResponseAllOf.md │ │ ├── OrganizationRelationship.md │ │ ├── OrganizationRelationshipDeleteResponse.md │ │ ├── OrganizationRelationshipDeleteResponseAllOf.md │ │ ├── OrganizationRelationshipDeleteResponseAllOfData.md │ │ ├── OrganizationRelationshipDetails.md │ │ ├── OrganizationRelationshipGetResponse.md │ │ ├── OrganizationRelationshipGetResponseAllOf.md │ │ ├── OrganizationRelationshipPostResponse.md │ │ ├── OrganizationRelationshipPostResponseAllOf.md │ │ ├── OrganizationRelationshipUpdateResponse.md │ │ ├── OrganizationRelationshipWithCalculatedFields.md │ │ ├── OrganizationSearchItem.md │ │ ├── OrganizationSearchItemItem.md │ │ ├── OrganizationSearchResponse.md │ │ ├── OrganizationSearchResponseAllOf.md │ │ ├── OrganizationSearchResponseAllOfData.md │ │ ├── OrganizationUpdateResponse.md │ │ ├── OrganizationUpdateResponseAllOf.md │ │ ├── OrganizationsCollectionResponseObject.md │ │ ├── OrganizationsCollectionResponseObjectAllOf.md │ │ ├── OrganizationsDeleteResponse.md │ │ ├── OrganizationsDeleteResponseData.md │ │ ├── OrganizationsMergeResponse.md │ │ ├── OrganizationsMergeResponseData.md │ │ ├── Owner.md │ │ ├── OwnerAllOf.md │ │ ├── PaginationDetails.md │ │ ├── PaginationDetailsAllOf.md │ │ ├── Params.md │ │ ├── ParticipantsChangelog.md │ │ ├── ParticipantsChangelogItem.md │ │ ├── PaymentItem.md │ │ ├── PaymentsResponse.md │ │ ├── PaymentsResponseAllOf.md │ │ ├── PermissionSets.md │ │ ├── PermissionSetsAllOf.md │ │ ├── PermissionSetsItem.md │ │ ├── PersonCountAndEmailInfo.md │ │ ├── PersonCountEmailDealAndActivityInfo.md │ │ ├── PersonCountInfo.md │ │ ├── PersonData.md │ │ ├── PersonDataEmail.md │ │ ├── PersonDataWithActiveFlag.md │ │ ├── PersonDataWithActiveFlagAllOf.md │ │ ├── PersonFlowResponse.md │ │ ├── PersonFlowResponseAllOf.md │ │ ├── PersonFlowResponseAllOfData.md │ │ ├── PersonItem.md │ │ ├── PersonListProduct.md │ │ ├── PersonNameCountAndEmailInfo.md │ │ ├── PersonNameCountAndEmailInfoWithIds.md │ │ ├── PersonNameCountAndEmailInfoWithIdsAllOf.md │ │ ├── PersonNameInfo.md │ │ ├── PersonNameInfoWithOrgAndOwnerId.md │ │ ├── PersonSearchItem.md │ │ ├── PersonSearchItemItem.md │ │ ├── PersonSearchItemItemOrganization.md │ │ ├── PersonSearchItemItemOwner.md │ │ ├── PersonSearchResponse.md │ │ ├── PersonSearchResponseAllOf.md │ │ ├── PersonSearchResponseAllOfData.md │ │ ├── PersonsCollectionResponseObject.md │ │ ├── PhoneData.md │ │ ├── PictureData.md │ │ ├── PictureDataPictures.md │ │ ├── PictureDataWithID.md │ │ ├── PictureDataWithID1.md │ │ ├── PictureDataWithValue.md │ │ ├── PictureDataWithValue1.md │ │ ├── Pipeline.md │ │ ├── PipelineDetails.md │ │ ├── PipelineDetailsAllOf.md │ │ ├── PostComment.md │ │ ├── PostDealParticipants.md │ │ ├── PostDealParticipantsRelatedObjects.md │ │ ├── PostGoalResponse.md │ │ ├── PostNote.md │ │ ├── PostRoleAssignment.md │ │ ├── PostRoleSettings.md │ │ ├── PostRoles.md │ │ ├── PostRolesAllOf.md │ │ ├── ProductAttachementFields.md │ │ ├── ProductAttachmentDetails.md │ │ ├── ProductBaseDeal.md │ │ ├── ProductField.md │ │ ├── ProductFieldAllOf.md │ │ ├── ProductFileItem.md │ │ ├── ProductListItem.md │ │ ├── ProductRequest.md │ │ ├── ProductResponse.md │ │ ├── ProductSearchItem.md │ │ ├── ProductSearchItemItem.md │ │ ├── ProductSearchItemItemOwner.md │ │ ├── ProductSearchResponse.md │ │ ├── ProductSearchResponseAllOf.md │ │ ├── ProductSearchResponseAllOfData.md │ │ ├── ProductWithArrayPrices.md │ │ ├── ProductsResponse.md │ │ ├── ProjectBoardObject.md │ │ ├── ProjectGroupsObject.md │ │ ├── ProjectId.md │ │ ├── ProjectMandatoryObjectFragment.md │ │ ├── ProjectNotChangeableObjectFragment.md │ │ ├── ProjectObjectFragment.md │ │ ├── ProjectPhaseObject.md │ │ ├── ProjectPlanItemObject.md │ │ ├── ProjectPostObject.md │ │ ├── ProjectPostObjectAllOf.md │ │ ├── ProjectPutObject.md │ │ ├── ProjectPutPlanItemBodyObject.md │ │ ├── ProjectResponseObject.md │ │ ├── PutRole.md │ │ ├── PutRoleAllOf.md │ │ ├── PutRolePipelinesBody.md │ │ ├── ReceiveMessageBadRequestErrorResponse.md │ │ ├── ReceiveMessageBadRequestErrorResponseAdditionalData.md │ │ ├── RecentDataProduct.md │ │ ├── RecentsActivity.md │ │ ├── RecentsActivityType.md │ │ ├── RecentsDeal.md │ │ ├── RecentsFile.md │ │ ├── RecentsFilter.md │ │ ├── RecentsNote.md │ │ ├── RecentsOrganization.md │ │ ├── RecentsPerson.md │ │ ├── RecentsPipeline.md │ │ ├── RecentsProduct.md │ │ ├── RecentsStage.md │ │ ├── RecentsUser.md │ │ ├── RelatedDealData.md │ │ ├── RelatedDealDataDEALID.md │ │ ├── RelatedFollowerData.md │ │ ├── RelatedOrganizationData.md │ │ ├── RelatedOrganizationDataWithActiveFlag.md │ │ ├── RelatedOrganizationName.md │ │ ├── RelatedPersonData.md │ │ ├── RelatedPersonDataWithActiveFlag.md │ │ ├── RelatedPictureData.md │ │ ├── RelatedUserData.md │ │ ├── RelationshipOrganizationInfoItem.md │ │ ├── RelationshipOrganizationInfoItemAllOf.md │ │ ├── RelationshipOrganizationInfoItemWithActiveFlag.md │ │ ├── RelationshipOrganizationInfoItemWithActiveFlagAllOf.md │ │ ├── RequiredPostProjectParameters.md │ │ ├── RequiredPostTaskParameters.md │ │ ├── RequredTitleParameter.md │ │ ├── ResponseCallLogObject.md │ │ ├── ResponseCallLogObjectAllOf.md │ │ ├── RoleAssignment.md │ │ ├── RoleAssignmentData.md │ │ ├── RoleSettings.md │ │ ├── RolesAdditionalData.md │ │ ├── RolesAdditionalDataPagination.md │ │ ├── SinglePermissionSetsItem.md │ │ ├── SinglePermissionSetsItemAllOf.md │ │ ├── Stage.md │ │ ├── StageConversions.md │ │ ├── StageDetails.md │ │ ├── StageDetailsData.md │ │ ├── StageWithPipelineInfo.md │ │ ├── StageWithPipelineInfo1.md │ │ ├── SubRole.md │ │ ├── SubRoleAllOf.md │ │ ├── SubscriptionAddonsResponse.md │ │ ├── SubscriptionAddonsResponseAllOf.md │ │ ├── SubscriptionInstallmentCreateRequest.md │ │ ├── SubscriptionInstallmentUpdateRequest.md │ │ ├── SubscriptionItem.md │ │ ├── SubscriptionRecurringCancelRequest.md │ │ ├── SubscriptionRecurringCreateRequest.md │ │ ├── SubscriptionRecurringUpdateRequest.md │ │ ├── SubscriptionsIdResponse.md │ │ ├── TaskId.md │ │ ├── TaskMandatoryObjectFragment.md │ │ ├── TaskNotChangeableObjectFragment.md │ │ ├── TaskObjectFragment.md │ │ ├── TaskPostObject.md │ │ ├── TaskPutObject.md │ │ ├── TaskResponseObject.md │ │ ├── Team.md │ │ ├── TeamAllOf.md │ │ ├── TeamId.md │ │ ├── Teams.md │ │ ├── TeamsAllOf.md │ │ ├── TemplateObject.md │ │ ├── TemplateResponseObject.md │ │ ├── Unauthorized.md │ │ ├── UpdateActivityPlanItemResponse.md │ │ ├── UpdateActivityResponse.md │ │ ├── UpdateDealParameters.md │ │ ├── UpdateDealProduct.md │ │ ├── UpdateDealRequest.md │ │ ├── UpdateFile.md │ │ ├── UpdateFilterRequest.md │ │ ├── UpdateLeadLabelRequest.md │ │ ├── UpdateLeadRequest.md │ │ ├── UpdateOrganization.md │ │ ├── UpdateOrganizationAllOf.md │ │ ├── UpdatePerson.md │ │ ├── UpdatePersonAllOf.md │ │ ├── UpdatePersonResponse.md │ │ ├── UpdateProductField.md │ │ ├── UpdateProductRequestBody.md │ │ ├── UpdateProductResponse.md │ │ ├── UpdateProjectResponse.md │ │ ├── UpdateRoleResponseData.md │ │ ├── UpdateStageRequest.md │ │ ├── UpdateStageRequestAllOf.md │ │ ├── UpdateTaskPlanItemResponse.md │ │ ├── UpdateTaskResponse.md │ │ ├── UpdateTeam.md │ │ ├── UpdateTeamAllOf.md │ │ ├── UpdateTeamWithAdditionalProperties.md │ │ ├── UpdateUserRequest.md │ │ ├── UpsertGoalResponse.md │ │ ├── UpsertLeadLabelResponse.md │ │ ├── UpsertRoleSettingsResponseData.md │ │ ├── UpsertRoleSettingsResponseDataData.md │ │ ├── User.md │ │ ├── UserAccess.md │ │ ├── UserAssignmentToPermissionSet.md │ │ ├── UserAssignmentsToPermissionSet.md │ │ ├── UserAssignmentsToPermissionSetAllOf.md │ │ ├── UserConnections.md │ │ ├── UserData.md │ │ ├── UserDataWithId.md │ │ ├── UserIDs.md │ │ ├── UserIDsAllOf.md │ │ ├── UserMe.md │ │ ├── UserMeAllOf.md │ │ ├── UserPermissions.md │ │ ├── UserPermissionsAllOf.md │ │ ├── UserPermissionsItem.md │ │ ├── UserProviderLinkCreateRequest.md │ │ ├── UserProviderLinkErrorResponse.md │ │ ├── UserProviderLinkSuccessResponse.md │ │ ├── UserProviderLinkSuccessResponseData.md │ │ ├── UserSettings.md │ │ ├── UserSettingsItem.md │ │ ├── Users.md │ │ ├── UsersAllOf.md │ │ ├── VisibleTo.md │ │ ├── Webhook.md │ │ ├── WebhookBadRequest.md │ │ ├── WebhookBadRequestAllOf.md │ │ ├── Webhooks.md │ │ ├── WebhooksAllOf.md │ │ ├── WebhooksDeleteForbiddenSchema.md │ │ └── WebhooksDeleteForbiddenSchemaAllOf.md │ └── README.md │ └── v2 │ ├── Api │ ├── ActivitiesApi.md │ ├── BetaApi.md │ ├── DealsApi.md │ ├── ItemSearchApi.md │ ├── LeadsApi.md │ ├── OrganizationsApi.md │ ├── PersonsApi.md │ ├── PipelinesApi.md │ ├── ProductsApi.md │ ├── StagesApi.md │ └── UsersApi.md │ ├── Model │ ├── ActivityItem.md │ ├── ActivityItemAttendees.md │ ├── ActivityItemLocation.md │ ├── ActivityItemParticipants.md │ ├── ActivityRequestBody.md │ ├── AddAdditionalDiscountResponse.md │ ├── AddConvertDealToLeadResponse.md │ ├── AddConvertLeadToDealResponse.md │ ├── AddDealProductResponse.md │ ├── AddInstallmentResponse.md │ ├── AddProductRequestBody.md │ ├── AdditionalDataWithCursorPagination.md │ ├── AdditionalDiscountRequestBody.md │ ├── AdditionalDiscountsResponse.md │ ├── ArrayPrices.md │ ├── BaseAdditionalDiscount.md │ ├── BaseDealProduct.md │ ├── BaseDealProductAllOf.md │ ├── BaseDealProductAllOf1.md │ ├── BaseDealProductAllOf2.md │ ├── BaseDealProductAllOf3.md │ ├── BaseInstallment.md │ ├── BaseProduct.md │ ├── BaseProductAllOf.md │ ├── BaseProductAllOf1.md │ ├── BaseResponse.md │ ├── BillingFrequency.md │ ├── BillingFrequency1.md │ ├── ConvertEntityResponse.md │ ├── DealItem.md │ ├── DealProductRequestBody.md │ ├── DealRequestBody.md │ ├── DealSearchItem.md │ ├── DealSearchItemItem.md │ ├── DealSearchItemItemOrganization.md │ ├── DealSearchItemItemOwner.md │ ├── DealSearchItemItemPerson.md │ ├── DealSearchItemItemStage.md │ ├── DealsProductsResponse.md │ ├── DeleteActivityResponse.md │ ├── DeleteActivityResponseData.md │ ├── DeleteAdditionalDiscountResponse.md │ ├── DeleteAdditionalDiscountResponseData.md │ ├── DeleteDealProduct.md │ ├── DeleteDealProductData.md │ ├── DeleteDealResponse.md │ ├── DeleteDealResponseData.md │ ├── DeleteFollowerResponse.md │ ├── DeleteFollowerResponseData.md │ ├── DeleteInstallmentResponse.md │ ├── DeleteInstallmentResponseData.md │ ├── DeleteOrganizationResponse.md │ ├── DeleteOrganizationResponseData.md │ ├── DeletePersonResponse.md │ ├── DeletePersonResponseData.md │ ├── DeletePipelineResponse.md │ ├── DeletePipelineResponseData.md │ ├── DeleteProductResponse.md │ ├── DeleteProductResponseData.md │ ├── DeleteProductVariation.md │ ├── DeleteProductVariationData.md │ ├── DeleteStageResponse.md │ ├── DeleteStageResponseData.md │ ├── FollowerChangelogItem.md │ ├── FollowerItem.md │ ├── FollowerRequestBody.md │ ├── GetActivities.md │ ├── GetActivitiesAllOf.md │ ├── GetConvertResponse.md │ ├── GetDealSearchResponse.md │ ├── GetDealSearchResponseAllOf.md │ ├── GetDealSearchResponseAllOfData.md │ ├── GetDeals.md │ ├── GetDealsAllOf.md │ ├── GetFollowerChangelogs.md │ ├── GetFollowerChangelogsAllOf.md │ ├── GetFollowers.md │ ├── GetFollowersAllOf.md │ ├── GetItemSearchResponseData.md │ ├── GetItemSearchResponseDataData.md │ ├── GetLeadSearchResponseData.md │ ├── GetLeadSearchResponseDataData.md │ ├── GetOrganizationSearchResponse.md │ ├── GetOrganizationSearchResponseAllOf.md │ ├── GetOrganizationSearchResponseAllOfData.md │ ├── GetOrganizations.md │ ├── GetOrganizationsAllOf.md │ ├── GetPersons.md │ ├── GetPersonsAllOf.md │ ├── GetPipelines.md │ ├── GetPipelinesAllOf.md │ ├── GetStages.md │ ├── InlineObject.md │ ├── InstallmentRequestBody.md │ ├── InstallmentsResponse.md │ ├── ItemSearchFieldResponse.md │ ├── ItemSearchFieldResponseAllOf.md │ ├── ItemSearchItem.md │ ├── ItemSearchResponse.md │ ├── LeadSearchItem.md │ ├── LeadSearchItemItem.md │ ├── LeadSearchItemItemOrganization.md │ ├── LeadSearchItemItemOwner.md │ ├── LeadSearchItemItemPerson.md │ ├── LeadSearchResponse.md │ ├── NameObject.md │ ├── NewDealProductRequestBody.md │ ├── OrganizationItem.md │ ├── OrganizationItemAddress.md │ ├── OrganizationRequestBody.md │ ├── OrganizationSearchItem.md │ ├── OrganizationSearchItemItem.md │ ├── PersonItem.md │ ├── PersonItemEmails.md │ ├── PersonItemIm.md │ ├── PersonItemPhones.md │ ├── PersonItemPostalAddress.md │ ├── PersonRequestBody.md │ ├── PersonRequestBodyEmails.md │ ├── PersonRequestBodyPhones.md │ ├── PersonSearchItem.md │ ├── PersonSearchItemItem.md │ ├── PersonSearchItemItemOrganization.md │ ├── PersonSearchItemItemOwner.md │ ├── PersonSearchResponse.md │ ├── PersonSearchResponseAllOf.md │ ├── PersonSearchResponseAllOfData.md │ ├── PipelineItem.md │ ├── PipelineRequestBody.md │ ├── PostFollower.md │ ├── PostFollowerAllOf.md │ ├── PostPatchGetActivity.md │ ├── PostPatchGetDeal.md │ ├── PostPatchGetOrganization.md │ ├── PostPatchGetPerson.md │ ├── PostPatchGetPipeline.md │ ├── PostPatchGetStage.md │ ├── ProductRequest.md │ ├── ProductResponse.md │ ├── ProductSearchItem.md │ ├── ProductSearchItemItem.md │ ├── ProductSearchItemItemOwner.md │ ├── ProductSearchResponse.md │ ├── ProductSearchResponseAllOf.md │ ├── ProductSearchResponseAllOfData.md │ ├── ProductVariation.md │ ├── ProductVariationRequestBody.md │ ├── ProductVariationResponse.md │ ├── ProductVariationsResponse.md │ ├── ProductWithArrayPrices.md │ ├── ProductsResponse.md │ ├── StageItem.md │ ├── StageRequestBody.md │ ├── UpdateAdditionalDiscountResponse.md │ ├── UpdateDealProductRequestBody.md │ ├── UpdateInstallmentResponse.md │ ├── UpdateProductRequestBody.md │ ├── UpdateProductResponse.md │ ├── UpsertActivityResponseData.md │ ├── UpsertDealResponseData.md │ ├── UpsertOrganizationResponseData.md │ ├── UpsertPersonResponseData.md │ ├── UpsertPipelineResponseData.md │ └── VisibleTo.md │ └── README.md ├── git_push.sh ├── lib └── versions │ ├── .gitkeep │ ├── v1 │ ├── Api │ │ ├── ActivitiesApi.php │ │ ├── ActivityFieldsApi.php │ │ ├── ActivityTypesApi.php │ │ ├── BillingApi.php │ │ ├── CallLogsApi.php │ │ ├── ChannelsApi.php │ │ ├── CurrenciesApi.php │ │ ├── DealFieldsApi.php │ │ ├── DealsApi.php │ │ ├── FilesApi.php │ │ ├── FiltersApi.php │ │ ├── GoalsApi.php │ │ ├── ItemSearchApi.php │ │ ├── LeadLabelsApi.php │ │ ├── LeadSourcesApi.php │ │ ├── LeadsApi.php │ │ ├── LegacyTeamsApi.php │ │ ├── MailboxApi.php │ │ ├── MeetingsApi.php │ │ ├── NoteFieldsApi.php │ │ ├── NotesApi.php │ │ ├── OrganizationFieldsApi.php │ │ ├── OrganizationRelationshipsApi.php │ │ ├── OrganizationsApi.php │ │ ├── PermissionSetsApi.php │ │ ├── PersonFieldsApi.php │ │ ├── PersonsApi.php │ │ ├── PipelinesApi.php │ │ ├── ProductFieldsApi.php │ │ ├── ProductsApi.php │ │ ├── ProjectTemplatesApi.php │ │ ├── ProjectsApi.php │ │ ├── RecentsApi.php │ │ ├── RolesApi.php │ │ ├── StagesApi.php │ │ ├── SubscriptionsApi.php │ │ ├── TasksApi.php │ │ ├── UserConnectionsApi.php │ │ ├── UserSettingsApi.php │ │ ├── UsersApi.php │ │ └── WebhooksApi.php │ ├── ApiException.php │ ├── Configuration.php │ ├── Exceptions │ │ └── OAuthProviderException.php │ ├── HeaderSelector.php │ ├── Model │ │ ├── ActivityCollectionResponseObject.php │ │ ├── ActivityCollectionResponseObjectAllOf.php │ │ ├── ActivityDistribution.php │ │ ├── ActivityDistributionData.php │ │ ├── ActivityDistributionDataWithAdditionalData.php │ │ ├── ActivityDistributionItem.php │ │ ├── ActivityInfo.php │ │ ├── ActivityObjectFragment.php │ │ ├── ActivityPostObject.php │ │ ├── ActivityPostObjectAllOf.php │ │ ├── ActivityPutObject.php │ │ ├── ActivityPutObjectAllOf.php │ │ ├── ActivityRecordAdditionalData.php │ │ ├── ActivityResponseObject.php │ │ ├── ActivityResponseObjectAllOf.php │ │ ├── ActivityTypeBulkDeleteResponse.php │ │ ├── ActivityTypeBulkDeleteResponseAllOf.php │ │ ├── ActivityTypeBulkDeleteResponseAllOfData.php │ │ ├── ActivityTypeCount.php │ │ ├── ActivityTypeCreateRequest.php │ │ ├── ActivityTypeCreateUpdateDeleteResponse.php │ │ ├── ActivityTypeCreateUpdateDeleteResponseAllOf.php │ │ ├── ActivityTypeListResponse.php │ │ ├── ActivityTypeListResponseAllOf.php │ │ ├── ActivityTypeObjectResponse.php │ │ ├── ActivityTypeUpdateRequest.php │ │ ├── AddActivityResponse.php │ │ ├── AddActivityResponseRelatedObjects.php │ │ ├── AddChannelBadRequestResponse.php │ │ ├── AddChannelBadRequestResponseAdditionalData.php │ │ ├── AddChannelForbiddenErrorResponse.php │ │ ├── AddChannelForbiddenErrorResponseAdditionalData.php │ │ ├── AddDealFollowerRequest.php │ │ ├── AddDealParticipantRequest.php │ │ ├── AddFile.php │ │ ├── AddFilterRequest.php │ │ ├── AddFollowerToPersonResponse.php │ │ ├── AddFollowerToPersonResponseAllOf.php │ │ ├── AddFollowerToPersonResponseAllOfData.php │ │ ├── AddLeadLabelRequest.php │ │ ├── AddLeadRequest.php │ │ ├── AddNewPipeline.php │ │ ├── AddNewPipelineAllOf.php │ │ ├── AddNoteRequest.php │ │ ├── AddNoteRequestAllOf.php │ │ ├── AddOrUpdateRoleSettingRequest.php │ │ ├── AddOrganizationFollowerRequest.php │ │ ├── AddOrganizationRelationshipRequest.php │ │ ├── AddPersonFollowerRequest.php │ │ ├── AddPersonPictureResponse.php │ │ ├── AddPersonPictureResponseAllOf.php │ │ ├── AddPersonResponse.php │ │ ├── AddPersonResponseAllOf.php │ │ ├── AddProductAttachmentDetails.php │ │ ├── AddProductAttachmentDetailsAllOf.php │ │ ├── AddProductFollowerRequest.php │ │ ├── AddProductRequestBody.php │ │ ├── AddProductRequestBodyAllOf.php │ │ ├── AddProductRequestBodyAllOf1.php │ │ ├── AddProjectResponse.php │ │ ├── AddRole.php │ │ ├── AddRoleAssignmentRequest.php │ │ ├── AddRoleAssignmentResponseData.php │ │ ├── AddRoleAssignmentResponseDataData.php │ │ ├── AddRolesResponseData.php │ │ ├── AddTaskResponse.php │ │ ├── AddTeamUserRequest.php │ │ ├── AddUserRequest.php │ │ ├── AddWebhookRequest.php │ │ ├── AddedDealFollower.php │ │ ├── AddedDealFollowerData.php │ │ ├── AdditionalBaseOrganizationItemInfo.php │ │ ├── AdditionalData.php │ │ ├── AdditionalDataWithCursorPagination.php │ │ ├── AdditionalDataWithOffsetPagination.php │ │ ├── AdditionalDataWithPaginationDetails.php │ │ ├── AdditionalMergePersonInfo.php │ │ ├── AdditionalPersonInfo.php │ │ ├── AllOrganizationRelationshipsGetResponse.php │ │ ├── AllOrganizationRelationshipsGetResponseAllOf.php │ │ ├── AllOrganizationRelationshipsGetResponseAllOfRelatedObjects.php │ │ ├── AllOrganizationsGetResponse.php │ │ ├── AllOrganizationsGetResponseAllOf.php │ │ ├── AllOrganizationsGetResponseAllOfRelatedObjects.php │ │ ├── AnyOfRecents.php │ │ ├── ArrayPrices.php │ │ ├── Assignee.php │ │ ├── BaseComment.php │ │ ├── BaseCurrency.php │ │ ├── BaseDeal.php │ │ ├── BaseFollowerItem.php │ │ ├── BaseMailThread.php │ │ ├── BaseMailThreadAllOf.php │ │ ├── BaseMailThreadAllOfParties.php │ │ ├── BaseMailThreadMessages.php │ │ ├── BaseMailThreadMessagesAllOf.php │ │ ├── BaseNote.php │ │ ├── BaseNoteDealTitle.php │ │ ├── BaseNoteOrganization.php │ │ ├── BaseNotePerson.php │ │ ├── BaseNoteProject.php │ │ ├── BaseOrganizationItem.php │ │ ├── BaseOrganizationItemFields.php │ │ ├── BaseOrganizationItemWithEditNameFlag.php │ │ ├── BaseOrganizationItemWithEditNameFlagAllOf.php │ │ ├── BaseOrganizationRelationshipItem.php │ │ ├── BasePersonItem.php │ │ ├── BasePersonItemEmail.php │ │ ├── BasePersonItemPhone.php │ │ ├── BasePipeline.php │ │ ├── BasePipelineWithSelectedFlag.php │ │ ├── BasePipelineWithSelectedFlagAllOf.php │ │ ├── BaseProduct.php │ │ ├── BaseResponse.php │ │ ├── BaseResponseWithStatus.php │ │ ├── BaseResponseWithStatusAllOf.php │ │ ├── BaseRole.php │ │ ├── BaseStage.php │ │ ├── BaseTeam.php │ │ ├── BaseTeamAdditionalProperties.php │ │ ├── BaseUser.php │ │ ├── BaseUserMe.php │ │ ├── BaseUserMeAllOf.php │ │ ├── BaseUserMeAllOfLanguage.php │ │ ├── BaseWebhook.php │ │ ├── BasicDeal.php │ │ ├── BasicDealProduct.php │ │ ├── BasicDealProductAllOf.php │ │ ├── BasicGoal.php │ │ ├── BasicOrganization.php │ │ ├── BasicPerson.php │ │ ├── BasicPersonEmail.php │ │ ├── BillingFrequency.php │ │ ├── BillingFrequency1.php │ │ ├── BulkDeleteResponse.php │ │ ├── BulkDeleteResponseAllOf.php │ │ ├── BulkDeleteResponseAllOfData.php │ │ ├── CalculatedFields.php │ │ ├── CallLogBadRequestResponse.php │ │ ├── CallLogConflictResponse.php │ │ ├── CallLogForbiddenResponse.php │ │ ├── CallLogGoneResponse.php │ │ ├── CallLogInternalErrorResponse.php │ │ ├── CallLogNotFoundResponse.php │ │ ├── CallLogObject.php │ │ ├── CallLogResponse200.php │ │ ├── CallLogsResponse.php │ │ ├── CallLogsResponseAdditionalData.php │ │ ├── ChangelogResponse.php │ │ ├── ChangelogResponseAllOf.php │ │ ├── ChangelogResponseAllOfData.php │ │ ├── ChannelObject.php │ │ ├── ChannelObjectResponse.php │ │ ├── ChannelObjectResponseData.php │ │ ├── CommentPostPutObject.php │ │ ├── CommonMailThread.php │ │ ├── CreateRemoteFileAndLinkItToItem.php │ │ ├── CreateTeam.php │ │ ├── Currencies.php │ │ ├── DealCollectionResponseObject.php │ │ ├── DealCountAndActivityInfo.php │ │ ├── DealFlowResponse.php │ │ ├── DealFlowResponseAllOf.php │ │ ├── DealFlowResponseAllOfData.php │ │ ├── DealFlowResponseAllOfRelatedObjects.php │ │ ├── DealListActivitiesResponse.php │ │ ├── DealListActivitiesResponseAllOf.php │ │ ├── DealListActivitiesResponseAllOfRelatedObjects.php │ │ ├── DealNonStrict.php │ │ ├── DealNonStrictModeFields.php │ │ ├── DealNonStrictModeFieldsCreatorUserId.php │ │ ├── DealNonStrictWithDetails.php │ │ ├── DealNonStrictWithDetailsAllOf.php │ │ ├── DealNonStrictWithDetailsAllOfAge.php │ │ ├── DealNonStrictWithDetailsAllOfAverageTimeToWon.php │ │ ├── DealNonStrictWithDetailsAllOfStayInPipelineStages.php │ │ ├── DealOrganizationData.php │ │ ├── DealOrganizationDataWithId.php │ │ ├── DealOrganizationDataWithIdAllOf.php │ │ ├── DealParticipantCountInfo.php │ │ ├── DealParticipants.php │ │ ├── DealParticipantsChangelog.php │ │ ├── DealPersonData.php │ │ ├── DealPersonDataEmail.php │ │ ├── DealPersonDataPhone.php │ │ ├── DealPersonDataWithId.php │ │ ├── DealPersonDataWithIdAllOf.php │ │ ├── DealProductRequestBody.php │ │ ├── DealSearchItem.php │ │ ├── DealSearchItemItem.php │ │ ├── DealSearchItemItemOrganization.php │ │ ├── DealSearchItemItemOwner.php │ │ ├── DealSearchItemItemPerson.php │ │ ├── DealSearchItemItemStage.php │ │ ├── DealSearchResponse.php │ │ ├── DealSearchResponseAllOf.php │ │ ├── DealSearchResponseAllOfData.php │ │ ├── DealStrict.php │ │ ├── DealStrictModeFields.php │ │ ├── DealStrictWithMergeId.php │ │ ├── DealStrictWithMergeIdAllOf.php │ │ ├── DealSummary.php │ │ ├── DealSummaryPerCurrency.php │ │ ├── DealSummaryPerCurrencyFull.php │ │ ├── DealSummaryPerCurrencyFullCURRENCYID.php │ │ ├── DealSummaryPerStages.php │ │ ├── DealSummaryPerStagesSTAGEID.php │ │ ├── DealSummaryPerStagesSTAGEIDCURRENCYID.php │ │ ├── DealTitleParameter.php │ │ ├── DealUserData.php │ │ ├── DealUserDataWithId.php │ │ ├── DealUserDataWithIdAllOf.php │ │ ├── DealsCountAndActivityInfo.php │ │ ├── DealsCountInfo.php │ │ ├── DealsMovementsInfo.php │ │ ├── DealsMovementsInfoFormattedValues.php │ │ ├── DealsMovementsInfoValues.php │ │ ├── DeleteActivitiesResponse.php │ │ ├── DeleteActivitiesResponseData.php │ │ ├── DeleteActivityResponse.php │ │ ├── DeleteActivityResponseData.php │ │ ├── DeleteChannelSuccess.php │ │ ├── DeleteComment.php │ │ ├── DeleteConversationForbiddenErrorResponse.php │ │ ├── DeleteConversationForbiddenErrorResponseAdditionalData.php │ │ ├── DeleteConversationNotFoundErrorResponse.php │ │ ├── DeleteConversationNotFoundErrorResponseAdditionalData.php │ │ ├── DeleteConversationSuccess.php │ │ ├── DeleteDeal.php │ │ ├── DeleteDealData.php │ │ ├── DeleteDealFollower.php │ │ ├── DeleteDealFollowerData.php │ │ ├── DeleteDealParticipant.php │ │ ├── DeleteDealParticipantData.php │ │ ├── DeleteDealProduct.php │ │ ├── DeleteDealProductData.php │ │ ├── DeleteFile.php │ │ ├── DeleteFileData.php │ │ ├── DeleteGoalResponse.php │ │ ├── DeleteLeadIdResponse.php │ │ ├── DeleteMultipleDeals.php │ │ ├── DeleteMultipleDealsData.php │ │ ├── DeleteMultipleProductFieldsResponse.php │ │ ├── DeleteMultipleProductFieldsResponseData.php │ │ ├── DeleteNote.php │ │ ├── DeletePersonResponse.php │ │ ├── DeletePersonResponseAllOf.php │ │ ├── DeletePersonResponseAllOfData.php │ │ ├── DeletePersonsInBulkResponse.php │ │ ├── DeletePersonsInBulkResponseAllOf.php │ │ ├── DeletePersonsInBulkResponseAllOfData.php │ │ ├── DeletePipelineResponse.php │ │ ├── DeletePipelineResponseData.php │ │ ├── DeleteProductFieldResponse.php │ │ ├── DeleteProductFieldResponseData.php │ │ ├── DeleteProductFollowerResponse.php │ │ ├── DeleteProductFollowerResponseData.php │ │ ├── DeleteProductResponse.php │ │ ├── DeleteProductResponseData.php │ │ ├── DeleteProject.php │ │ ├── DeleteProjectData.php │ │ ├── DeleteProjectResponse.php │ │ ├── DeleteResponse.php │ │ ├── DeleteResponseAllOf.php │ │ ├── DeleteResponseAllOfData.php │ │ ├── DeleteRole.php │ │ ├── DeleteRoleAssignment.php │ │ ├── DeleteRoleAssignmentRequest.php │ │ ├── DeleteRoleAssignmentResponseData.php │ │ ├── DeleteRoleAssignmentResponseDataData.php │ │ ├── DeleteRoleResponseData.php │ │ ├── DeleteRoleResponseDataData.php │ │ ├── DeleteStageResponse.php │ │ ├── DeleteStageResponseData.php │ │ ├── DeleteStagesResponse.php │ │ ├── DeleteStagesResponseData.php │ │ ├── DeleteTask.php │ │ ├── DeleteTaskData.php │ │ ├── DeleteTaskResponse.php │ │ ├── DeleteTeamUserRequest.php │ │ ├── Duration.php │ │ ├── EditPipeline.php │ │ ├── EditPipelineAllOf.php │ │ ├── EmailInfo.php │ │ ├── ExpectedOutcome.php │ │ ├── FailResponse.php │ │ ├── Field.php │ │ ├── FieldCreateRequest.php │ │ ├── FieldCreateRequestAllOf.php │ │ ├── FieldResponse.php │ │ ├── FieldResponseAllOf.php │ │ ├── FieldType.php │ │ ├── FieldTypeAsString.php │ │ ├── FieldUpdateRequest.php │ │ ├── FieldsResponse.php │ │ ├── FieldsResponseAllOf.php │ │ ├── FileData.php │ │ ├── FileItem.php │ │ ├── Filter.php │ │ ├── FilterGetItem.php │ │ ├── FilterType.php │ │ ├── FiltersBulkDeleteResponse.php │ │ ├── FiltersBulkDeleteResponseAllOf.php │ │ ├── FiltersBulkDeleteResponseAllOfData.php │ │ ├── FiltersBulkGetResponse.php │ │ ├── FiltersBulkGetResponseAllOf.php │ │ ├── FiltersDeleteResponse.php │ │ ├── FiltersDeleteResponseAllOf.php │ │ ├── FiltersDeleteResponseAllOfData.php │ │ ├── FiltersGetResponse.php │ │ ├── FiltersGetResponseAllOf.php │ │ ├── FiltersPostResponse.php │ │ ├── FiltersPostResponseAllOf.php │ │ ├── FindGoalResponse.php │ │ ├── FollowerData.php │ │ ├── FollowerDataWithID.php │ │ ├── FollowerDataWithIDAllOf.php │ │ ├── FullProjectObject.php │ │ ├── FullRole.php │ │ ├── FullRoleAllOf.php │ │ ├── FullTaskObject.php │ │ ├── GetActivitiesCollectionResponse.php │ │ ├── GetActivitiesResponse.php │ │ ├── GetActivitiesResponseRelatedObjects.php │ │ ├── GetActivityResponse.php │ │ ├── GetAddProductAttachmentDetails.php │ │ ├── GetAddUpdateStage.php │ │ ├── GetAddedDeal.php │ │ ├── GetAllFiles.php │ │ ├── GetAllPersonsResponse.php │ │ ├── GetAllPersonsResponseAllOf.php │ │ ├── GetAllPipelines.php │ │ ├── GetAllPipelinesAllOf.php │ │ ├── GetAllProductFieldsResponse.php │ │ ├── GetComments.php │ │ ├── GetDeal.php │ │ ├── GetDealAdditionalData.php │ │ ├── GetDealRelatedObjects.php │ │ ├── GetDeals.php │ │ ├── GetDealsCollection.php │ │ ├── GetDealsConversionRatesInPipeline.php │ │ ├── GetDealsConversionRatesInPipelineAllOf.php │ │ ├── GetDealsConversionRatesInPipelineAllOfData.php │ │ ├── GetDealsMovementsInPipeline.php │ │ ├── GetDealsMovementsInPipelineAllOf.php │ │ ├── GetDealsMovementsInPipelineAllOfData.php │ │ ├── GetDealsMovementsInPipelineAllOfDataAverageAgeInDays.php │ │ ├── GetDealsMovementsInPipelineAllOfDataAverageAgeInDaysByStages.php │ │ ├── GetDealsMovementsInPipelineAllOfDataMovementsBetweenStages.php │ │ ├── GetDealsRelatedObjects.php │ │ ├── GetDealsSummary.php │ │ ├── GetDealsSummaryData.php │ │ ├── GetDealsSummaryDataValuesTotal.php │ │ ├── GetDealsSummaryDataWeightedValuesTotal.php │ │ ├── GetDealsTimeline.php │ │ ├── GetDealsTimelineData.php │ │ ├── GetDealsTimelineDataTotals.php │ │ ├── GetDuplicatedDeal.php │ │ ├── GetField.php │ │ ├── GetFieldAllOf.php │ │ ├── GetGoalResultResponse.php │ │ ├── GetGoalsResponse.php │ │ ├── GetLeadIdResponse.php │ │ ├── GetLeadIdResponseData.php │ │ ├── GetLeadLabelsResponse.php │ │ ├── GetLeadResponse.php │ │ ├── GetLeadsResponse.php │ │ ├── GetLeadsSourceResponse.php │ │ ├── GetMergedDeal.php │ │ ├── GetNoteField.php │ │ ├── GetNotes.php │ │ ├── GetOneFile.php │ │ ├── GetOnePipeline.php │ │ ├── GetOnePipelineAllOf.php │ │ ├── GetOneStage.php │ │ ├── GetPersonDetailsResponse.php │ │ ├── GetPersonDetailsResponseAllOf.php │ │ ├── GetPersonDetailsResponseAllOfAdditionalData.php │ │ ├── GetProductAttachmentDetails.php │ │ ├── GetProductField.php │ │ ├── GetProductFieldResponse.php │ │ ├── GetProjectBoardResponse.php │ │ ├── GetProjectBoardsResponse.php │ │ ├── GetProjectGroupsResponse.php │ │ ├── GetProjectPhaseResponse.php │ │ ├── GetProjectPhasesResponse.php │ │ ├── GetProjectPlanResponse.php │ │ ├── GetProjectResponse.php │ │ ├── GetProjectTemplateResponse.php │ │ ├── GetProjectTemplatesResponse.php │ │ ├── GetProjectsResponse.php │ │ ├── GetReceiveMessageSuccessResponse.php │ │ ├── GetRecents.php │ │ ├── GetRecentsAdditionalData.php │ │ ├── GetRole.php │ │ ├── GetRoleAssignments.php │ │ ├── GetRoleAssignmentsResponseData.php │ │ ├── GetRolePipelines.php │ │ ├── GetRolePipelinesAllOf.php │ │ ├── GetRolePipelinesResponseData.php │ │ ├── GetRoleResponseData.php │ │ ├── GetRoleResponseDataAdditionalData.php │ │ ├── GetRoleSettings.php │ │ ├── GetRoleSettingsResponseData.php │ │ ├── GetRoles.php │ │ ├── GetRolesAllOf.php │ │ ├── GetStageDeals.php │ │ ├── GetStages.php │ │ ├── GetSubscriptionsIdResponseData.php │ │ ├── GetTaskResponse.php │ │ ├── GetTasksResponse.php │ │ ├── GetUserConnectionsResponseData.php │ │ ├── GetUserConnectionsResponseDataData.php │ │ ├── GetUserResponseData.php │ │ ├── GetUserSettingsResponseData.php │ │ ├── GetWebhookResponseData.php │ │ ├── GoalResults.php │ │ ├── GoalType.php │ │ ├── GoalsResponseComponent.php │ │ ├── IconKey.php │ │ ├── InlineResponse200.php │ │ ├── InlineResponse2001.php │ │ ├── InternalFieldType.php │ │ ├── ItemSearchAdditionalData.php │ │ ├── ItemSearchAdditionalDataPagination.php │ │ ├── ItemSearchFieldResponse.php │ │ ├── ItemSearchFieldResponseAllOf.php │ │ ├── ItemSearchFieldResponseAllOfData.php │ │ ├── ItemSearchItem.php │ │ ├── ItemSearchResponse.php │ │ ├── ItemSearchResponseAllOf.php │ │ ├── ItemSearchResponseAllOfData.php │ │ ├── LeadLabelColor.php │ │ ├── LeadLabelResponse.php │ │ ├── LeadNotFoundResponse.php │ │ ├── LeadResponse.php │ │ ├── LeadSearchItem.php │ │ ├── LeadSearchItemItem.php │ │ ├── LeadSearchItemItemOrganization.php │ │ ├── LeadSearchItemItemOwner.php │ │ ├── LeadSearchItemItemPerson.php │ │ ├── LeadSearchResponse.php │ │ ├── LeadSearchResponseAllOf.php │ │ ├── LeadSearchResponseAllOfData.php │ │ ├── LeadSource.php │ │ ├── LeadValue.php │ │ ├── LinkRemoteFileToItem.php │ │ ├── ListActivitiesResponse.php │ │ ├── ListActivitiesResponseAllOf.php │ │ ├── ListDealsResponse.php │ │ ├── ListDealsResponseAllOf.php │ │ ├── ListDealsResponseAllOfRelatedObjects.php │ │ ├── ListFilesResponse.php │ │ ├── ListFilesResponseAllOf.php │ │ ├── ListFollowersResponse.php │ │ ├── ListFollowersResponseAllOf.php │ │ ├── ListFollowersResponseAllOfData.php │ │ ├── ListMailMessagesResponse.php │ │ ├── ListMailMessagesResponseAllOf.php │ │ ├── ListMailMessagesResponseAllOfData.php │ │ ├── ListPermittedUsersResponse.php │ │ ├── ListPermittedUsersResponse1.php │ │ ├── ListPermittedUsersResponse1AllOf.php │ │ ├── ListPersonProductsResponse.php │ │ ├── ListPersonProductsResponseAllOf.php │ │ ├── ListPersonProductsResponseAllOfDEALID.php │ │ ├── ListPersonProductsResponseAllOfData.php │ │ ├── ListPersonsResponse.php │ │ ├── ListPersonsResponseAllOf.php │ │ ├── ListPersonsResponseAllOfRelatedObjects.php │ │ ├── ListProductAdditionalData.php │ │ ├── ListProductAdditionalDataAllOf.php │ │ ├── ListProductFilesResponse.php │ │ ├── ListProductFilesResponseAllOf.php │ │ ├── ListProductFollowersResponse.php │ │ ├── ListProductFollowersResponseAllOf.php │ │ ├── ListProductFollowersResponseAllOfData.php │ │ ├── ListProductsResponse.php │ │ ├── ListProductsResponseAllOf.php │ │ ├── ListProductsResponseAllOfRelatedObjects.php │ │ ├── MailMessage.php │ │ ├── MailMessageAllOf.php │ │ ├── MailMessageData.php │ │ ├── MailMessageItemForList.php │ │ ├── MailMessageItemForListAllOf.php │ │ ├── MailParticipant.php │ │ ├── MailServiceBaseResponse.php │ │ ├── MailThread.php │ │ ├── MailThreadAllOf.php │ │ ├── MailThreadDelete.php │ │ ├── MailThreadDeleteAllOf.php │ │ ├── MailThreadDeleteAllOfData.php │ │ ├── MailThreadMessages.php │ │ ├── MailThreadMessagesAllOf.php │ │ ├── MailThreadOne.php │ │ ├── MailThreadOneAllOf.php │ │ ├── MailThreadParticipant.php │ │ ├── MailThreadPut.php │ │ ├── MailThreadPutAllOf.php │ │ ├── MarketingStatus.php │ │ ├── MergeDealsRequest.php │ │ ├── MergeOrganizationsRequest.php │ │ ├── MergePersonDealRelatedInfo.php │ │ ├── MergePersonItem.php │ │ ├── MergePersonsRequest.php │ │ ├── MergePersonsResponse.php │ │ ├── MergePersonsResponseAllOf.php │ │ ├── MessageObject.php │ │ ├── MessageObjectAttachments.php │ │ ├── ModelInterface.php │ │ ├── NameObject.php │ │ ├── NewDeal.php │ │ ├── NewDealParameters.php │ │ ├── NewDealProduct.php │ │ ├── NewDealProductAllOf.php │ │ ├── NewDealProductAllOf1.php │ │ ├── NewDealProductAllOf2.php │ │ ├── NewFollowerResponse.php │ │ ├── NewFollowerResponseData.php │ │ ├── NewGoal.php │ │ ├── NewOrganization.php │ │ ├── NewOrganizationAllOf.php │ │ ├── NewPerson.php │ │ ├── NewPersonAllOf.php │ │ ├── NewProductField.php │ │ ├── Note.php │ │ ├── NoteAllOf.php │ │ ├── NoteConnectToParams.php │ │ ├── NoteCreatorUser.php │ │ ├── NoteField.php │ │ ├── NoteFieldOptions.php │ │ ├── NoteFieldsResponse.php │ │ ├── NoteFieldsResponseAllOf.php │ │ ├── NoteParams.php │ │ ├── NumberBoolean.php │ │ ├── NumberBooleanDefault0.php │ │ ├── NumberBooleanDefault1.php │ │ ├── OrgAndOwnerId.php │ │ ├── OrganizationAddressInfo.php │ │ ├── OrganizationCountAndAddressInfo.php │ │ ├── OrganizationCountInfo.php │ │ ├── OrganizationData.php │ │ ├── OrganizationDataWithId.php │ │ ├── OrganizationDataWithIdAllOf.php │ │ ├── OrganizationDataWithIdAndActiveFlag.php │ │ ├── OrganizationDataWithIdAndActiveFlagAllOf.php │ │ ├── OrganizationDeleteResponse.php │ │ ├── OrganizationDeleteResponseData.php │ │ ├── OrganizationDetailsGetResponse.php │ │ ├── OrganizationDetailsGetResponseAllOf.php │ │ ├── OrganizationDetailsGetResponseAllOfAdditionalData.php │ │ ├── OrganizationFlowResponse.php │ │ ├── OrganizationFlowResponseAllOf.php │ │ ├── OrganizationFlowResponseAllOfData.php │ │ ├── OrganizationFlowResponseAllOfRelatedObjects.php │ │ ├── OrganizationFollowerDeleteResponse.php │ │ ├── OrganizationFollowerDeleteResponseData.php │ │ ├── OrganizationFollowerItem.php │ │ ├── OrganizationFollowerItemAllOf.php │ │ ├── OrganizationFollowerPostResponse.php │ │ ├── OrganizationFollowersListResponse.php │ │ ├── OrganizationItem.php │ │ ├── OrganizationItemAllOf.php │ │ ├── OrganizationPostResponse.php │ │ ├── OrganizationPostResponseAllOf.php │ │ ├── OrganizationRelationship.php │ │ ├── OrganizationRelationshipDeleteResponse.php │ │ ├── OrganizationRelationshipDeleteResponseAllOf.php │ │ ├── OrganizationRelationshipDeleteResponseAllOfData.php │ │ ├── OrganizationRelationshipDetails.php │ │ ├── OrganizationRelationshipGetResponse.php │ │ ├── OrganizationRelationshipGetResponseAllOf.php │ │ ├── OrganizationRelationshipPostResponse.php │ │ ├── OrganizationRelationshipPostResponseAllOf.php │ │ ├── OrganizationRelationshipUpdateResponse.php │ │ ├── OrganizationRelationshipWithCalculatedFields.php │ │ ├── OrganizationSearchItem.php │ │ ├── OrganizationSearchItemItem.php │ │ ├── OrganizationSearchResponse.php │ │ ├── OrganizationSearchResponseAllOf.php │ │ ├── OrganizationSearchResponseAllOfData.php │ │ ├── OrganizationUpdateResponse.php │ │ ├── OrganizationUpdateResponseAllOf.php │ │ ├── OrganizationsCollectionResponseObject.php │ │ ├── OrganizationsCollectionResponseObjectAllOf.php │ │ ├── OrganizationsDeleteResponse.php │ │ ├── OrganizationsDeleteResponseData.php │ │ ├── OrganizationsMergeResponse.php │ │ ├── OrganizationsMergeResponseData.php │ │ ├── Owner.php │ │ ├── OwnerAllOf.php │ │ ├── PaginationDetails.php │ │ ├── PaginationDetailsAllOf.php │ │ ├── Params.php │ │ ├── ParticipantsChangelog.php │ │ ├── ParticipantsChangelogItem.php │ │ ├── PaymentItem.php │ │ ├── PaymentsResponse.php │ │ ├── PaymentsResponseAllOf.php │ │ ├── PermissionSets.php │ │ ├── PermissionSetsAllOf.php │ │ ├── PermissionSetsItem.php │ │ ├── PersonCountAndEmailInfo.php │ │ ├── PersonCountEmailDealAndActivityInfo.php │ │ ├── PersonCountInfo.php │ │ ├── PersonData.php │ │ ├── PersonDataEmail.php │ │ ├── PersonDataWithActiveFlag.php │ │ ├── PersonDataWithActiveFlagAllOf.php │ │ ├── PersonFlowResponse.php │ │ ├── PersonFlowResponseAllOf.php │ │ ├── PersonFlowResponseAllOfData.php │ │ ├── PersonItem.php │ │ ├── PersonListProduct.php │ │ ├── PersonNameCountAndEmailInfo.php │ │ ├── PersonNameCountAndEmailInfoWithIds.php │ │ ├── PersonNameCountAndEmailInfoWithIdsAllOf.php │ │ ├── PersonNameInfo.php │ │ ├── PersonNameInfoWithOrgAndOwnerId.php │ │ ├── PersonSearchItem.php │ │ ├── PersonSearchItemItem.php │ │ ├── PersonSearchItemItemOrganization.php │ │ ├── PersonSearchItemItemOwner.php │ │ ├── PersonSearchResponse.php │ │ ├── PersonSearchResponseAllOf.php │ │ ├── PersonSearchResponseAllOfData.php │ │ ├── PersonsCollectionResponseObject.php │ │ ├── PhoneData.php │ │ ├── PictureData.php │ │ ├── PictureDataPictures.php │ │ ├── PictureDataWithID.php │ │ ├── PictureDataWithID1.php │ │ ├── PictureDataWithValue.php │ │ ├── PictureDataWithValue1.php │ │ ├── Pipeline.php │ │ ├── PipelineDetails.php │ │ ├── PipelineDetailsAllOf.php │ │ ├── PostComment.php │ │ ├── PostDealParticipants.php │ │ ├── PostDealParticipantsRelatedObjects.php │ │ ├── PostGoalResponse.php │ │ ├── PostNote.php │ │ ├── PostRoleAssignment.php │ │ ├── PostRoleSettings.php │ │ ├── PostRoles.php │ │ ├── PostRolesAllOf.php │ │ ├── ProductAttachementFields.php │ │ ├── ProductAttachmentDetails.php │ │ ├── ProductBaseDeal.php │ │ ├── ProductField.php │ │ ├── ProductFieldAllOf.php │ │ ├── ProductFileItem.php │ │ ├── ProductListItem.php │ │ ├── ProductRequest.php │ │ ├── ProductResponse.php │ │ ├── ProductSearchItem.php │ │ ├── ProductSearchItemItem.php │ │ ├── ProductSearchItemItemOwner.php │ │ ├── ProductSearchResponse.php │ │ ├── ProductSearchResponseAllOf.php │ │ ├── ProductSearchResponseAllOfData.php │ │ ├── ProductWithArrayPrices.php │ │ ├── ProductsResponse.php │ │ ├── ProjectBoardObject.php │ │ ├── ProjectGroupsObject.php │ │ ├── ProjectId.php │ │ ├── ProjectMandatoryObjectFragment.php │ │ ├── ProjectNotChangeableObjectFragment.php │ │ ├── ProjectObjectFragment.php │ │ ├── ProjectPhaseObject.php │ │ ├── ProjectPlanItemObject.php │ │ ├── ProjectPostObject.php │ │ ├── ProjectPostObjectAllOf.php │ │ ├── ProjectPutObject.php │ │ ├── ProjectPutPlanItemBodyObject.php │ │ ├── ProjectResponseObject.php │ │ ├── PutRole.php │ │ ├── PutRoleAllOf.php │ │ ├── PutRolePipelinesBody.php │ │ ├── ReceiveMessageBadRequestErrorResponse.php │ │ ├── ReceiveMessageBadRequestErrorResponseAdditionalData.php │ │ ├── RecentDataProduct.php │ │ ├── RecentsActivity.php │ │ ├── RecentsActivityType.php │ │ ├── RecentsDeal.php │ │ ├── RecentsFile.php │ │ ├── RecentsFilter.php │ │ ├── RecentsNote.php │ │ ├── RecentsOrganization.php │ │ ├── RecentsPerson.php │ │ ├── RecentsPipeline.php │ │ ├── RecentsProduct.php │ │ ├── RecentsStage.php │ │ ├── RecentsUser.php │ │ ├── RelatedDealData.php │ │ ├── RelatedDealDataDEALID.php │ │ ├── RelatedFollowerData.php │ │ ├── RelatedOrganizationData.php │ │ ├── RelatedOrganizationDataWithActiveFlag.php │ │ ├── RelatedOrganizationName.php │ │ ├── RelatedPersonData.php │ │ ├── RelatedPersonDataWithActiveFlag.php │ │ ├── RelatedPictureData.php │ │ ├── RelatedUserData.php │ │ ├── RelationshipOrganizationInfoItem.php │ │ ├── RelationshipOrganizationInfoItemAllOf.php │ │ ├── RelationshipOrganizationInfoItemWithActiveFlag.php │ │ ├── RelationshipOrganizationInfoItemWithActiveFlagAllOf.php │ │ ├── RequiredPostProjectParameters.php │ │ ├── RequiredPostTaskParameters.php │ │ ├── RequredTitleParameter.php │ │ ├── ResponseCallLogObject.php │ │ ├── ResponseCallLogObjectAllOf.php │ │ ├── RoleAssignment.php │ │ ├── RoleAssignmentData.php │ │ ├── RoleSettings.php │ │ ├── RolesAdditionalData.php │ │ ├── RolesAdditionalDataPagination.php │ │ ├── SinglePermissionSetsItem.php │ │ ├── SinglePermissionSetsItemAllOf.php │ │ ├── Stage.php │ │ ├── StageConversions.php │ │ ├── StageDetails.php │ │ ├── StageDetailsData.php │ │ ├── StageWithPipelineInfo.php │ │ ├── StageWithPipelineInfo1.php │ │ ├── SubRole.php │ │ ├── SubRoleAllOf.php │ │ ├── SubscriptionAddonsResponse.php │ │ ├── SubscriptionAddonsResponseAllOf.php │ │ ├── SubscriptionInstallmentCreateRequest.php │ │ ├── SubscriptionInstallmentUpdateRequest.php │ │ ├── SubscriptionItem.php │ │ ├── SubscriptionRecurringCancelRequest.php │ │ ├── SubscriptionRecurringCreateRequest.php │ │ ├── SubscriptionRecurringUpdateRequest.php │ │ ├── SubscriptionsIdResponse.php │ │ ├── TaskId.php │ │ ├── TaskMandatoryObjectFragment.php │ │ ├── TaskNotChangeableObjectFragment.php │ │ ├── TaskObjectFragment.php │ │ ├── TaskPostObject.php │ │ ├── TaskPutObject.php │ │ ├── TaskResponseObject.php │ │ ├── Team.php │ │ ├── TeamAllOf.php │ │ ├── TeamId.php │ │ ├── Teams.php │ │ ├── TeamsAllOf.php │ │ ├── TemplateObject.php │ │ ├── TemplateResponseObject.php │ │ ├── Unauthorized.php │ │ ├── UpdateActivityPlanItemResponse.php │ │ ├── UpdateActivityResponse.php │ │ ├── UpdateDealParameters.php │ │ ├── UpdateDealProduct.php │ │ ├── UpdateDealRequest.php │ │ ├── UpdateFile.php │ │ ├── UpdateFilterRequest.php │ │ ├── UpdateLeadLabelRequest.php │ │ ├── UpdateLeadRequest.php │ │ ├── UpdateOrganization.php │ │ ├── UpdateOrganizationAllOf.php │ │ ├── UpdatePerson.php │ │ ├── UpdatePersonAllOf.php │ │ ├── UpdatePersonResponse.php │ │ ├── UpdateProductField.php │ │ ├── UpdateProductRequestBody.php │ │ ├── UpdateProductResponse.php │ │ ├── UpdateProjectResponse.php │ │ ├── UpdateRoleResponseData.php │ │ ├── UpdateStageRequest.php │ │ ├── UpdateStageRequestAllOf.php │ │ ├── UpdateTaskPlanItemResponse.php │ │ ├── UpdateTaskResponse.php │ │ ├── UpdateTeam.php │ │ ├── UpdateTeamAllOf.php │ │ ├── UpdateTeamWithAdditionalProperties.php │ │ ├── UpdateUserRequest.php │ │ ├── UpsertGoalResponse.php │ │ ├── UpsertLeadLabelResponse.php │ │ ├── UpsertRoleSettingsResponseData.php │ │ ├── UpsertRoleSettingsResponseDataData.php │ │ ├── User.php │ │ ├── UserAccess.php │ │ ├── UserAssignmentToPermissionSet.php │ │ ├── UserAssignmentsToPermissionSet.php │ │ ├── UserAssignmentsToPermissionSetAllOf.php │ │ ├── UserConnections.php │ │ ├── UserData.php │ │ ├── UserDataWithId.php │ │ ├── UserIDs.php │ │ ├── UserIDsAllOf.php │ │ ├── UserMe.php │ │ ├── UserMeAllOf.php │ │ ├── UserPermissions.php │ │ ├── UserPermissionsAllOf.php │ │ ├── UserPermissionsItem.php │ │ ├── UserProviderLinkCreateRequest.php │ │ ├── UserProviderLinkErrorResponse.php │ │ ├── UserProviderLinkSuccessResponse.php │ │ ├── UserProviderLinkSuccessResponseData.php │ │ ├── UserSettings.php │ │ ├── UserSettingsItem.php │ │ ├── Users.php │ │ ├── UsersAllOf.php │ │ ├── VisibleTo.php │ │ ├── Webhook.php │ │ ├── WebhookBadRequest.php │ │ ├── WebhookBadRequestAllOf.php │ │ ├── Webhooks.php │ │ ├── WebhooksAllOf.php │ │ ├── WebhooksDeleteForbiddenSchema.php │ │ └── WebhooksDeleteForbiddenSchemaAllOf.php │ ├── ObjectSerializer.php │ └── Traits │ │ └── RawData.php │ └── v2 │ ├── Api │ ├── ActivitiesApi.php │ ├── BetaApi.php │ ├── DealsApi.php │ ├── ItemSearchApi.php │ ├── LeadsApi.php │ ├── OrganizationsApi.php │ ├── PersonsApi.php │ ├── PipelinesApi.php │ ├── ProductsApi.php │ ├── StagesApi.php │ └── UsersApi.php │ ├── ApiException.php │ ├── Configuration.php │ ├── Exceptions │ └── OAuthProviderException.php │ ├── HeaderSelector.php │ ├── Model │ ├── ActivityItem.php │ ├── ActivityItemAttendees.php │ ├── ActivityItemLocation.php │ ├── ActivityItemParticipants.php │ ├── ActivityRequestBody.php │ ├── AddAdditionalDiscountResponse.php │ ├── AddConvertDealToLeadResponse.php │ ├── AddConvertLeadToDealResponse.php │ ├── AddDealProductResponse.php │ ├── AddInstallmentResponse.php │ ├── AddProductRequestBody.php │ ├── AdditionalDataWithCursorPagination.php │ ├── AdditionalDiscountRequestBody.php │ ├── AdditionalDiscountsResponse.php │ ├── AnyOfRecents.php │ ├── ArrayPrices.php │ ├── BaseAdditionalDiscount.php │ ├── BaseDealProduct.php │ ├── BaseDealProductAllOf.php │ ├── BaseDealProductAllOf1.php │ ├── BaseDealProductAllOf2.php │ ├── BaseDealProductAllOf3.php │ ├── BaseInstallment.php │ ├── BaseProduct.php │ ├── BaseProductAllOf.php │ ├── BaseProductAllOf1.php │ ├── BaseResponse.php │ ├── BillingFrequency.php │ ├── BillingFrequency1.php │ ├── ConvertEntityResponse.php │ ├── DealItem.php │ ├── DealProductRequestBody.php │ ├── DealRequestBody.php │ ├── DealSearchItem.php │ ├── DealSearchItemItem.php │ ├── DealSearchItemItemOrganization.php │ ├── DealSearchItemItemOwner.php │ ├── DealSearchItemItemPerson.php │ ├── DealSearchItemItemStage.php │ ├── DealsProductsResponse.php │ ├── DeleteActivityResponse.php │ ├── DeleteActivityResponseData.php │ ├── DeleteAdditionalDiscountResponse.php │ ├── DeleteAdditionalDiscountResponseData.php │ ├── DeleteDealProduct.php │ ├── DeleteDealProductData.php │ ├── DeleteDealResponse.php │ ├── DeleteDealResponseData.php │ ├── DeleteFollowerResponse.php │ ├── DeleteFollowerResponseData.php │ ├── DeleteInstallmentResponse.php │ ├── DeleteInstallmentResponseData.php │ ├── DeleteOrganizationResponse.php │ ├── DeleteOrganizationResponseData.php │ ├── DeletePersonResponse.php │ ├── DeletePersonResponseData.php │ ├── DeletePipelineResponse.php │ ├── DeletePipelineResponseData.php │ ├── DeleteProductResponse.php │ ├── DeleteProductResponseData.php │ ├── DeleteProductVariation.php │ ├── DeleteProductVariationData.php │ ├── DeleteStageResponse.php │ ├── DeleteStageResponseData.php │ ├── FollowerChangelogItem.php │ ├── FollowerItem.php │ ├── FollowerRequestBody.php │ ├── GetActivities.php │ ├── GetActivitiesAllOf.php │ ├── GetConvertResponse.php │ ├── GetDealSearchResponse.php │ ├── GetDealSearchResponseAllOf.php │ ├── GetDealSearchResponseAllOfData.php │ ├── GetDeals.php │ ├── GetDealsAllOf.php │ ├── GetFollowerChangelogs.php │ ├── GetFollowerChangelogsAllOf.php │ ├── GetFollowers.php │ ├── GetFollowersAllOf.php │ ├── GetItemSearchResponseData.php │ ├── GetItemSearchResponseDataData.php │ ├── GetLeadSearchResponseData.php │ ├── GetLeadSearchResponseDataData.php │ ├── GetOrganizationSearchResponse.php │ ├── GetOrganizationSearchResponseAllOf.php │ ├── GetOrganizationSearchResponseAllOfData.php │ ├── GetOrganizations.php │ ├── GetOrganizationsAllOf.php │ ├── GetPersons.php │ ├── GetPersonsAllOf.php │ ├── GetPipelines.php │ ├── GetPipelinesAllOf.php │ ├── GetStages.php │ ├── InlineObject.php │ ├── InstallmentRequestBody.php │ ├── InstallmentsResponse.php │ ├── ItemSearchFieldResponse.php │ ├── ItemSearchFieldResponseAllOf.php │ ├── ItemSearchItem.php │ ├── ItemSearchResponse.php │ ├── LeadSearchItem.php │ ├── LeadSearchItemItem.php │ ├── LeadSearchItemItemOrganization.php │ ├── LeadSearchItemItemOwner.php │ ├── LeadSearchItemItemPerson.php │ ├── LeadSearchResponse.php │ ├── ModelInterface.php │ ├── NameObject.php │ ├── NewDealProductRequestBody.php │ ├── OrganizationItem.php │ ├── OrganizationItemAddress.php │ ├── OrganizationRequestBody.php │ ├── OrganizationSearchItem.php │ ├── OrganizationSearchItemItem.php │ ├── PersonItem.php │ ├── PersonItemEmails.php │ ├── PersonItemIm.php │ ├── PersonItemPhones.php │ ├── PersonItemPostalAddress.php │ ├── PersonRequestBody.php │ ├── PersonRequestBodyEmails.php │ ├── PersonRequestBodyPhones.php │ ├── PersonSearchItem.php │ ├── PersonSearchItemItem.php │ ├── PersonSearchItemItemOrganization.php │ ├── PersonSearchItemItemOwner.php │ ├── PersonSearchResponse.php │ ├── PersonSearchResponseAllOf.php │ ├── PersonSearchResponseAllOfData.php │ ├── PipelineItem.php │ ├── PipelineRequestBody.php │ ├── PostFollower.php │ ├── PostFollowerAllOf.php │ ├── PostPatchGetActivity.php │ ├── PostPatchGetDeal.php │ ├── PostPatchGetOrganization.php │ ├── PostPatchGetPerson.php │ ├── PostPatchGetPipeline.php │ ├── PostPatchGetStage.php │ ├── ProductRequest.php │ ├── ProductResponse.php │ ├── ProductSearchItem.php │ ├── ProductSearchItemItem.php │ ├── ProductSearchItemItemOwner.php │ ├── ProductSearchResponse.php │ ├── ProductSearchResponseAllOf.php │ ├── ProductSearchResponseAllOfData.php │ ├── ProductVariation.php │ ├── ProductVariationRequestBody.php │ ├── ProductVariationResponse.php │ ├── ProductVariationsResponse.php │ ├── ProductWithArrayPrices.php │ ├── ProductsResponse.php │ ├── StageItem.php │ ├── StageRequestBody.php │ ├── UpdateAdditionalDiscountResponse.php │ ├── UpdateDealProductRequestBody.php │ ├── UpdateInstallmentResponse.php │ ├── UpdateProductRequestBody.php │ ├── UpdateProductResponse.php │ ├── UpsertActivityResponseData.php │ ├── UpsertDealResponseData.php │ ├── UpsertOrganizationResponseData.php │ ├── UpsertPersonResponseData.php │ ├── UpsertPipelineResponseData.php │ └── VisibleTo.php │ ├── ObjectSerializer.php │ └── Traits │ └── RawData.php └── package.json /.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 5.3.0 -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: php 2 | # Bionic environment has preinstalled PHP from 7.1 to 7.4 3 | # https://docs.travis-ci.com/user/reference/bionic/#php-support 4 | dist: bionic 5 | php: 6 | - 7.3 7 | - 7.4 8 | before_install: "composer install" 9 | script: "vendor/bin/phpunit" 10 | -------------------------------------------------------------------------------- /docs/versions/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pipedrive/client-php/bcea624f0f33e6e625ac062943b2a0ed893bb0da/docs/versions/.gitkeep -------------------------------------------------------------------------------- /docs/versions/v1/Model/ActivityDistribution.md: -------------------------------------------------------------------------------- 1 | # # ActivityDistribution 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **assigned_to_user_id** | [**\Pipedrive\versions\v1\Model\ActivityDistributionItem**](ActivityDistributionItem.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ActivityDistributionData.md: -------------------------------------------------------------------------------- 1 | # # ActivityDistributionData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **activity_distribution** | [**\Pipedrive\versions\v1\Model\ActivityDistribution**](ActivityDistribution.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ActivityRecordAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # ActivityRecordAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **updates_story_id** | **int** | This field will be deprecated | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ActivityTypeBulkDeleteResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # ActivityTypeBulkDeleteResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\ActivityTypeBulkDeleteResponseAllOfData**](ActivityTypeBulkDeleteResponseAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ActivityTypeBulkDeleteResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # ActivityTypeBulkDeleteResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int[]** | The IDs of the deleted activity types | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ActivityTypeCount.md: -------------------------------------------------------------------------------- 1 | # # ActivityTypeCount 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **activity_type_name** | **int** | The count of activities related to a specific type | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ActivityTypeCreateUpdateDeleteResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # ActivityTypeCreateUpdateDeleteResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\ActivityTypeObjectResponse**](ActivityTypeObjectResponse.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ActivityTypeListResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # ActivityTypeListResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\ActivityTypeObjectResponse[]**](ActivityTypeObjectResponse.md) | The array of activity types | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddChannelBadRequestResponseAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # AddChannelBadRequestResponseAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **code** | **string** | An error code sent by the API | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddChannelForbiddenErrorResponseAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # AddChannelForbiddenErrorResponseAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **code** | **string** | An error code sent by the API | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddDealFollowerRequest.md: -------------------------------------------------------------------------------- 1 | # # AddDealFollowerRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | The ID of the user | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddDealParticipantRequest.md: -------------------------------------------------------------------------------- 1 | # # AddDealParticipantRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **person_id** | **int** | The ID of the person | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddFile.md: -------------------------------------------------------------------------------- 1 | # # AddFile 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\FileData**](FileData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddFollowerToPersonResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # AddFollowerToPersonResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\AddFollowerToPersonResponseAllOfData**](AddFollowerToPersonResponseAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddLeadLabelRequest.md: -------------------------------------------------------------------------------- 1 | # # AddLeadLabelRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the lead label | 8 | **color** | [**\Pipedrive\versions\v1\Model\LeadLabelColor**](LeadLabelColor.md) | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddNewPipeline.md: -------------------------------------------------------------------------------- 1 | # # AddNewPipeline 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BasePipeline**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddNewPipelineAllOf.md: -------------------------------------------------------------------------------- 1 | # # AddNewPipelineAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BasePipeline**](.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddOrganizationFollowerRequest.md: -------------------------------------------------------------------------------- 1 | # # AddOrganizationFollowerRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | The ID of the user | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddPersonFollowerRequest.md: -------------------------------------------------------------------------------- 1 | # # AddPersonFollowerRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | The ID of the user | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddPersonPictureResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # AddPersonPictureResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\RelatedPictureData**](RelatedPictureData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddProductAttachmentDetailsAllOf.md: -------------------------------------------------------------------------------- 1 | # # AddProductAttachmentDetailsAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **product_attachment_id** | **int** | The ID of the deal-product (the ID of the product attached to the deal) | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddProductFollowerRequest.md: -------------------------------------------------------------------------------- 1 | # # AddProductFollowerRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | The ID of the user | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddProductRequestBodyAllOf.md: -------------------------------------------------------------------------------- 1 | # # AddProductRequestBodyAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **billing_frequency** | [**\Pipedrive\versions\v1\Model\BillingFrequency1**](BillingFrequency1.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddRole.md: -------------------------------------------------------------------------------- 1 | # # AddRole 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the role | 8 | **parent_role_id** | **int** | The ID of the parent role | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddRoleAssignmentRequest.md: -------------------------------------------------------------------------------- 1 | # # AddRoleAssignmentRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | The ID of the user | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddRoleAssignmentResponseData.md: -------------------------------------------------------------------------------- 1 | # # AddRoleAssignmentResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\AddRoleAssignmentResponseDataData**](AddRoleAssignmentResponseDataData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddRolesResponseData.md: -------------------------------------------------------------------------------- 1 | # # AddRolesResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the created role | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AddTeamUserRequest.md: -------------------------------------------------------------------------------- 1 | # # AddTeamUserRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **users** | **int[]** | The list of user IDs | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AdditionalDataWithOffsetPagination.md: -------------------------------------------------------------------------------- 1 | # # AdditionalDataWithOffsetPagination 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **pagination** | [**\Pipedrive\versions\v1\Model\AdditionalData**](AdditionalData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/AdditionalDataWithPaginationDetails.md: -------------------------------------------------------------------------------- 1 | # # AdditionalDataWithPaginationDetails 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **pagination** | [**\Pipedrive\versions\v1\Model\PaginationDetails**](PaginationDetails.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ArrayPrices.md: -------------------------------------------------------------------------------- 1 | # # ArrayPrices 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **prices** | **object[]** | Array of objects, each containing: currency (string), price (number), cost (number, optional), overhead_cost (number, optional) | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/Assignee.md: -------------------------------------------------------------------------------- 1 | # # Assignee 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the goal assignee | [optional] 8 | **type** | **string** | The type of the assignee | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseNoteDealTitle.md: -------------------------------------------------------------------------------- 1 | # # BaseNoteDealTitle 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **string** | The title of the deal this note is attached to | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseNoteOrganization.md: -------------------------------------------------------------------------------- 1 | # # BaseNoteOrganization 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the organization the note is attached to | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseNotePerson.md: -------------------------------------------------------------------------------- 1 | # # BaseNotePerson 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the person the note is attached to | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseNoteProject.md: -------------------------------------------------------------------------------- 1 | # # BaseNoteProject 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **string** | The title of the project the note is attached to | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseOrganizationItemWithEditNameFlagAllOf.md: -------------------------------------------------------------------------------- 1 | # # BaseOrganizationItemWithEditNameFlagAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **edit_name** | **bool** | If the company ID of the organization and company ID of the request is same or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BasePipelineWithSelectedFlagAllOf.md: -------------------------------------------------------------------------------- 1 | # # BasePipelineWithSelectedFlagAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **selected** | **bool** | A boolean that shows if the pipeline is selected from a filter or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseResponse.md: -------------------------------------------------------------------------------- 1 | # # BaseResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseResponseWithStatus.md: -------------------------------------------------------------------------------- 1 | # # BaseResponseWithStatus 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **status** | **string** | The status of the response | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseResponseWithStatusAllOf.md: -------------------------------------------------------------------------------- 1 | # # BaseResponseWithStatusAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **status** | **string** | The status of the response | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseRole.md: -------------------------------------------------------------------------------- 1 | # # BaseRole 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **parent_role_id** | **int** | The ID of the parent role | [optional] 8 | **name** | **string** | The name of the role | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BaseUserMeAllOfLanguage.md: -------------------------------------------------------------------------------- 1 | # # BaseUserMeAllOfLanguage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **language_code** | **string** | The language code. E.g. en | [optional] 8 | **country_code** | **string** | The country code. E.g. US | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BillingFrequency.md: -------------------------------------------------------------------------------- 1 | # # BillingFrequency 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BillingFrequency1.md: -------------------------------------------------------------------------------- 1 | # # BillingFrequency1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BulkDeleteResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # BulkDeleteResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BulkDeleteResponseAllOfData**](BulkDeleteResponseAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/BulkDeleteResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # BulkDeleteResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int[]** | The list of deleted field IDs | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/CallLogsResponseAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # CallLogsResponseAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **pagination** | [**\Pipedrive\versions\v1\Model\AdditionalData**](AdditionalData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ChannelObjectResponse.md: -------------------------------------------------------------------------------- 1 | # # ChannelObjectResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\ChannelObjectResponseData**](ChannelObjectResponseData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/CommentPostPutObject.md: -------------------------------------------------------------------------------- 1 | # # CommentPostPutObject 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **content** | **string** | The content of the comment in HTML format. Subject to sanitization on the back-end. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/Currencies.md: -------------------------------------------------------------------------------- 1 | # # Currencies 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseCurrency[]**](BaseCurrency.md) | The array of currencies | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealOrganizationDataWithIdAllOf.md: -------------------------------------------------------------------------------- 1 | # # DealOrganizationDataWithIdAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **int** | The ID of the organization associated with the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealPersonDataWithIdAllOf.md: -------------------------------------------------------------------------------- 1 | # # DealPersonDataWithIdAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **int** | The ID of the person associated with the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSearchItem.md: -------------------------------------------------------------------------------- 1 | # # DealSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | [**\Pipedrive\versions\v1\Model\DealSearchItemItem**](DealSearchItemItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSearchItemItemOwner.md: -------------------------------------------------------------------------------- 1 | # # DealSearchItemItemOwner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the owner of the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSearchItemItemPerson.md: -------------------------------------------------------------------------------- 1 | # # DealSearchItemItemPerson 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the person the deal is associated with | [optional] 8 | **name** | **string** | The name of the person the deal is associated with | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSearchItemItemStage.md: -------------------------------------------------------------------------------- 1 | # # DealSearchItemItemStage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the stage of the deal | [optional] 8 | **name** | **string** | The name of the stage of the deal | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # DealSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v1\Model\DealSearchItem[]**](DealSearchItem.md) | The array of deals | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealStrictWithMergeIdAllOf.md: -------------------------------------------------------------------------------- 1 | # # DealStrictWithMergeIdAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **merge_what_id** | **int** | The deal ID of the deal which the original deal was merged with | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSummaryPerCurrency.md: -------------------------------------------------------------------------------- 1 | # # DealSummaryPerCurrency 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **currency_id** | **int** | Deals count per currency. This parameter is dynamic and changes according to `currency_id` value. | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSummaryPerCurrencyFull.md: -------------------------------------------------------------------------------- 1 | # # DealSummaryPerCurrencyFull 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **currency_id** | [**\Pipedrive\versions\v1\Model\DealSummaryPerCurrencyFullCURRENCYID**](DealSummaryPerCurrencyFullCURRENCYID.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSummaryPerCurrencyFullCURRENCYID.md: -------------------------------------------------------------------------------- 1 | # # DealSummaryPerCurrencyFullCURRENCYID 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **count** | **int** | Deals count per currency | [optional] 8 | **value** | **int** | Deals value per currency | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSummaryPerStages.md: -------------------------------------------------------------------------------- 1 | # # DealSummaryPerStages 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **stage_id** | [**\Pipedrive\versions\v1\Model\DealSummaryPerStagesSTAGEID**](DealSummaryPerStagesSTAGEID.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealSummaryPerStagesSTAGEID.md: -------------------------------------------------------------------------------- 1 | # # DealSummaryPerStagesSTAGEID 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **currency_id** | [**\Pipedrive\versions\v1\Model\DealSummaryPerStagesSTAGEIDCURRENCYID**](DealSummaryPerStagesSTAGEIDCURRENCYID.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealTitleParameter.md: -------------------------------------------------------------------------------- 1 | # # DealTitleParameter 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **string** | The title of the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealUserDataWithIdAllOf.md: -------------------------------------------------------------------------------- 1 | # # DealUserDataWithIdAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **int** | The ID of the user | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealsMovementsInfoFormattedValues.md: -------------------------------------------------------------------------------- 1 | # # DealsMovementsInfoFormattedValues 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **currency_id** | **string** | The formatted values of the deals | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DealsMovementsInfoValues.md: -------------------------------------------------------------------------------- 1 | # # DealsMovementsInfoValues 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **currency_id** | **int** | The value of the deals | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteActivitiesResponse.md: -------------------------------------------------------------------------------- 1 | # # DeleteActivitiesResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteActivitiesResponseData**](DeleteActivitiesResponseData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteActivitiesResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteActivitiesResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int[]** | An array of the IDs of activities that were deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteActivityResponse.md: -------------------------------------------------------------------------------- 1 | # # DeleteActivityResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteActivityResponseData**](DeleteActivityResponseData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteActivityResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteActivityResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the activity that was deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteChannelSuccess.md: -------------------------------------------------------------------------------- 1 | # # DeleteChannelSuccess 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteComment.md: -------------------------------------------------------------------------------- 1 | # # DeleteComment 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | **bool** | If the response is successful or not | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteConversationForbiddenErrorResponseAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # DeleteConversationForbiddenErrorResponseAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **code** | **string** | An error code sent by the API | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteConversationNotFoundErrorResponseAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # DeleteConversationNotFoundErrorResponseAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **code** | **string** | An error code sent by the API | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteConversationSuccess.md: -------------------------------------------------------------------------------- 1 | # # DeleteConversationSuccess 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteDeal.md: -------------------------------------------------------------------------------- 1 | # # DeleteDeal 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteDealData**](DeleteDealData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteDealData.md: -------------------------------------------------------------------------------- 1 | # # DeleteDealData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deal that was deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteDealFollowerData.md: -------------------------------------------------------------------------------- 1 | # # DeleteDealFollowerData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deal follower that was deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteDealParticipantData.md: -------------------------------------------------------------------------------- 1 | # # DeleteDealParticipantData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deal participant that was deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteDealProductData.md: -------------------------------------------------------------------------------- 1 | # # DeleteDealProductData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of an attached product that was deleted from the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteFile.md: -------------------------------------------------------------------------------- 1 | # # DeleteFile 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteFileData**](DeleteFileData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteFileData.md: -------------------------------------------------------------------------------- 1 | # # DeleteFileData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the file | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteGoalResponse.md: -------------------------------------------------------------------------------- 1 | # # DeleteGoalResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteLeadIdResponse.md: -------------------------------------------------------------------------------- 1 | # # DeleteLeadIdResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\GetLeadIdResponseData**](GetLeadIdResponseData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteMultipleDealsData.md: -------------------------------------------------------------------------------- 1 | # # DeleteMultipleDealsData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int[]** | The list of deleted deals IDs | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteMultipleProductFieldsResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteMultipleProductFieldsResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int[]** | Array of all the IDs of the deleted product fields | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteNote.md: -------------------------------------------------------------------------------- 1 | # # DeleteNote 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | **bool** | If the response is successful or not | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeletePersonResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # DeletePersonResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\DeletePersonResponseAllOfData**](DeletePersonResponseAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeletePersonResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # DeletePersonResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deleted person | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeletePersonsInBulkResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # DeletePersonsInBulkResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\DeletePersonsInBulkResponseAllOfData**](DeletePersonsInBulkResponseAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeletePersonsInBulkResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # DeletePersonsInBulkResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int[]** | The list of deleted persons IDs | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeletePipelineResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeletePipelineResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | Deleted Pipeline ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteProductFieldResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteProductFieldResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deleted product field | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteProductFollowerResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteProductFollowerResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the removed follower | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteProductResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteProductResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the removed product | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteProject.md: -------------------------------------------------------------------------------- 1 | # # DeleteProject 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteProjectData**](DeleteProjectData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteProjectData.md: -------------------------------------------------------------------------------- 1 | # # DeleteProjectData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the project that was deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteResponse.md: -------------------------------------------------------------------------------- 1 | # # DeleteResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteResponseAllOfData**](DeleteResponseAllOfData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # DeleteResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\DeleteResponseAllOfData**](DeleteResponseAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # DeleteResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the field that was deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteRole.md: -------------------------------------------------------------------------------- 1 | # # DeleteRole 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteRoleResponseDataData**](DeleteRoleResponseDataData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteRoleAssignmentRequest.md: -------------------------------------------------------------------------------- 1 | # # DeleteRoleAssignmentRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | The ID of the user | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteRoleAssignmentResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteRoleAssignmentResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\DeleteRoleAssignmentResponseDataData**](DeleteRoleAssignmentResponseDataData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteRoleAssignmentResponseDataData.md: -------------------------------------------------------------------------------- 1 | # # DeleteRoleAssignmentResponseDataData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the role the user was removed from | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteRoleResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteRoleResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\DeleteRoleResponseDataData**](DeleteRoleResponseDataData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteRoleResponseDataData.md: -------------------------------------------------------------------------------- 1 | # # DeleteRoleResponseDataData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deleted role | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteStageResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteStageResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | Deleted stage ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteStagesResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteStagesResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int[]** | The list of deleted stage IDs | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteTask.md: -------------------------------------------------------------------------------- 1 | # # DeleteTask 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteTaskData**](DeleteTaskData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteTaskData.md: -------------------------------------------------------------------------------- 1 | # # DeleteTaskData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the task that was deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteTaskResponse.md: -------------------------------------------------------------------------------- 1 | # # DeleteTaskResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DeleteTask**](DeleteTask.md) | | [optional] 9 | **additional_data** | **object** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/DeleteTeamUserRequest.md: -------------------------------------------------------------------------------- 1 | # # DeleteTeamUserRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **users** | **int[]** | The list of user IDs | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/Duration.md: -------------------------------------------------------------------------------- 1 | # # Duration 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **start** | **string** | The start date of the goal | [optional] 8 | **end** | **string** | The end date of the goal | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/EditPipeline.md: -------------------------------------------------------------------------------- 1 | # # EditPipeline 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**BasePipelineWithSelectedFlag**](BasePipelineWithSelectedFlag.md) | The pipeline object | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/EditPipelineAllOf.md: -------------------------------------------------------------------------------- 1 | # # EditPipelineAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**BasePipelineWithSelectedFlag**](BasePipelineWithSelectedFlag.md) | The pipeline object | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ExpectedOutcome.md: -------------------------------------------------------------------------------- 1 | # # ExpectedOutcome 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **target** | **int** | The numeric target of the goal | [optional] 8 | **tracking_metric** | **string** | The tracking metric of the goal | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FailResponse.md: -------------------------------------------------------------------------------- 1 | # # FailResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **error** | **string** | The error message | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FieldResponse.md: -------------------------------------------------------------------------------- 1 | # # FieldResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\Field**](Field.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FieldResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # FieldResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\Field**](Field.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FieldType.md: -------------------------------------------------------------------------------- 1 | # # FieldType 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **field_type** | [**\Pipedrive\versions\v1\Model\FieldTypeAsString**](FieldTypeAsString.md) | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FieldTypeAsString.md: -------------------------------------------------------------------------------- 1 | # # FieldTypeAsString 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FilterType.md: -------------------------------------------------------------------------------- 1 | # # FilterType 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersBulkDeleteResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # FiltersBulkDeleteResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\FiltersBulkDeleteResponseAllOfData**](FiltersBulkDeleteResponseAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersBulkDeleteResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # FiltersBulkDeleteResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int[]** | The array of the IDs of the deleted filter | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersBulkGetResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # FiltersBulkGetResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\FilterGetItem[]**](FilterGetItem.md) | The array of filters | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersDeleteResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # FiltersDeleteResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\FiltersDeleteResponseAllOfData**](FiltersDeleteResponseAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersDeleteResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # FiltersDeleteResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deleted filter | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersGetResponse.md: -------------------------------------------------------------------------------- 1 | # # FiltersGetResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\FilterGetItem**](FilterGetItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersGetResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # FiltersGetResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\FilterGetItem**](FilterGetItem.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersPostResponse.md: -------------------------------------------------------------------------------- 1 | # # FiltersPostResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\Filter**](Filter.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FiltersPostResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # FiltersPostResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\Filter**](Filter.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FindGoalResponse.md: -------------------------------------------------------------------------------- 1 | # # FindGoalResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **goals** | [**\Pipedrive\versions\v1\Model\GoalsResponseComponent[]**](GoalsResponseComponent.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FollowerDataWithIDAllOf.md: -------------------------------------------------------------------------------- 1 | # # FollowerDataWithIDAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the follower associated with the item | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/FullRoleAllOf.md: -------------------------------------------------------------------------------- 1 | # # FullRoleAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **level** | **int** | The level of role in the role hierarchy | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetAddUpdateStage.md: -------------------------------------------------------------------------------- 1 | # # GetAddUpdateStage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseStage**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetAllPipelinesAllOf.md: -------------------------------------------------------------------------------- 1 | # # GetAllPipelinesAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BasePipelineWithSelectedFlag[]**](BasePipelineWithSelectedFlag.md) | Pipelines array | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetDealAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # GetDealAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **dropbox_email** | **string** | The BCC email of the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetDealsMovementsInPipelineAllOf.md: -------------------------------------------------------------------------------- 1 | # # GetDealsMovementsInPipelineAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\GetDealsMovementsInPipelineAllOfData**](GetDealsMovementsInPipelineAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetDealsMovementsInPipelineAllOfDataMovementsBetweenStages.md: -------------------------------------------------------------------------------- 1 | # # GetDealsMovementsInPipelineAllOfDataMovementsBetweenStages 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **count** | **int** | The count of the deals that have been moved between stages | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetDealsSummary.md: -------------------------------------------------------------------------------- 1 | # # GetDealsSummary 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\GetDealsSummaryData**](GetDealsSummaryData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetDealsTimeline.md: -------------------------------------------------------------------------------- 1 | # # GetDealsTimeline 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\GetDealsTimelineData**](GetDealsTimelineData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetDuplicatedDeal.md: -------------------------------------------------------------------------------- 1 | # # GetDuplicatedDeal 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DealStrict**](DealStrict.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetFieldAllOf.md: -------------------------------------------------------------------------------- 1 | # # GetFieldAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **field_type** | [**\Pipedrive\versions\v1\Model\InternalFieldType**](InternalFieldType.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetGoalResultResponse.md: -------------------------------------------------------------------------------- 1 | # # GetGoalResultResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\GoalResults**](GoalResults.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetGoalsResponse.md: -------------------------------------------------------------------------------- 1 | # # GetGoalsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\FindGoalResponse**](FindGoalResponse.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetLeadIdResponse.md: -------------------------------------------------------------------------------- 1 | # # GetLeadIdResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\GetLeadIdResponseData**](GetLeadIdResponseData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetLeadIdResponseData.md: -------------------------------------------------------------------------------- 1 | # # GetLeadIdResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **string** | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetLeadLabelsResponse.md: -------------------------------------------------------------------------------- 1 | # # GetLeadLabelsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\LeadLabelResponse[]**](LeadLabelResponse.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetLeadResponse.md: -------------------------------------------------------------------------------- 1 | # # GetLeadResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\LeadResponse**](LeadResponse.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetLeadsSourceResponse.md: -------------------------------------------------------------------------------- 1 | # # GetLeadsSourceResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\LeadSource[]**](LeadSource.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetMergedDeal.md: -------------------------------------------------------------------------------- 1 | # # GetMergedDeal 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\DealStrictWithMergeId**](DealStrictWithMergeId.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetOneFile.md: -------------------------------------------------------------------------------- 1 | # # GetOneFile 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\FileData**](FileData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetOnePipeline.md: -------------------------------------------------------------------------------- 1 | # # GetOnePipeline 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\PipelineDetails**](PipelineDetails.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetOnePipelineAllOf.md: -------------------------------------------------------------------------------- 1 | # # GetOnePipelineAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\PipelineDetails**](PipelineDetails.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetOneStage.md: -------------------------------------------------------------------------------- 1 | # # GetOneStage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\StageDetails**](StageDetails.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetPersonDetailsResponseAllOfAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # GetPersonDetailsResponseAllOfAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **dropbox_email** | **string** | Dropbox email for the person | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetProductFieldResponse.md: -------------------------------------------------------------------------------- 1 | # # GetProductFieldResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**ProductField**](ProductField.md) | All data for the product field | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetRolePipelinesAllOf.md: -------------------------------------------------------------------------------- 1 | # # GetRolePipelinesAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\GetRolePipelinesResponseData**](GetRolePipelinesResponseData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetRoleResponseDataAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # GetRoleResponseDataAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **settings** | [**\Pipedrive\versions\v1\Model\RoleSettings**](RoleSettings.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetRoleSettings.md: -------------------------------------------------------------------------------- 1 | # # GetRoleSettings 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\RoleSettings**](RoleSettings.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetRoleSettingsResponseData.md: -------------------------------------------------------------------------------- 1 | # # GetRoleSettingsResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\RoleSettings**](RoleSettings.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetSubscriptionsIdResponseData.md: -------------------------------------------------------------------------------- 1 | # # GetSubscriptionsIdResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\SubscriptionItem**](SubscriptionItem.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetUserConnectionsResponseData.md: -------------------------------------------------------------------------------- 1 | # # GetUserConnectionsResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\GetUserConnectionsResponseDataData**](GetUserConnectionsResponseDataData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetUserConnectionsResponseDataData.md: -------------------------------------------------------------------------------- 1 | # # GetUserConnectionsResponseDataData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **google** | **string** | The third party ID or false in case the ID is not found | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetUserResponseData.md: -------------------------------------------------------------------------------- 1 | # # GetUserResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseUser**](BaseUser.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetUserSettingsResponseData.md: -------------------------------------------------------------------------------- 1 | # # GetUserSettingsResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\UserSettingsItem**](UserSettingsItem.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GetWebhookResponseData.md: -------------------------------------------------------------------------------- 1 | # # GetWebhookResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseWebhook**](BaseWebhook.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GoalResults.md: -------------------------------------------------------------------------------- 1 | # # GoalResults 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **progress** | **int** | The numeric progress of the goal | [optional] 8 | **goal** | [**\Pipedrive\versions\v1\Model\GoalsResponseComponent**](GoalsResponseComponent.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/GoalType.md: -------------------------------------------------------------------------------- 1 | # # GoalType 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the goal type | [optional] 8 | **params** | [**\Pipedrive\versions\v1\Model\Params**](Params.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/IconKey.md: -------------------------------------------------------------------------------- 1 | # # IconKey 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/InternalFieldType.md: -------------------------------------------------------------------------------- 1 | # # InternalFieldType 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ItemSearchAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # ItemSearchAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **pagination** | [**\Pipedrive\versions\v1\Model\ItemSearchAdditionalDataPagination**](ItemSearchAdditionalDataPagination.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ItemSearchFieldResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # ItemSearchFieldResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the item | [optional] 8 | **field_key** | **mixed** | The value of the searched `field_key` | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ItemSearchItem.md: -------------------------------------------------------------------------------- 1 | # # ItemSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | **object** | Item | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/LeadLabelColor.md: -------------------------------------------------------------------------------- 1 | # # LeadLabelColor 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/LeadSearchItem.md: -------------------------------------------------------------------------------- 1 | # # LeadSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | [**\Pipedrive\versions\v1\Model\LeadSearchItemItem**](LeadSearchItemItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/LeadSearchItemItemOwner.md: -------------------------------------------------------------------------------- 1 | # # LeadSearchItemItemOwner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the owner of the lead | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/LeadSearchItemItemPerson.md: -------------------------------------------------------------------------------- 1 | # # LeadSearchItemItemPerson 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the person the lead is associated with | [optional] 8 | **name** | **string** | The name of the person the lead is associated with | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/LeadSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # LeadSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v1\Model\LeadSearchItem[]**](LeadSearchItem.md) | The array of leads | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/LeadSource.md: -------------------------------------------------------------------------------- 1 | # # LeadSource 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The unique name of a lead source | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/LeadValue.md: -------------------------------------------------------------------------------- 1 | # # LeadValue 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **amount** | **float** | | 8 | **currency** | **string** | | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/LinkRemoteFileToItem.md: -------------------------------------------------------------------------------- 1 | # # LinkRemoteFileToItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\FileData**](FileData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ListPermittedUsersResponse.md: -------------------------------------------------------------------------------- 1 | # # ListPermittedUsersResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ListPermittedUsersResponse1.md: -------------------------------------------------------------------------------- 1 | # # ListPermittedUsersResponse1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | **float[]** | The list of permitted user IDs | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ListPermittedUsersResponse1AllOf.md: -------------------------------------------------------------------------------- 1 | # # ListPermittedUsersResponse1AllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | **float[]** | The list of permitted user IDs | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ListPersonProductsResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # ListPersonProductsResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **deal_id** | [**\Pipedrive\versions\v1\Model\ListPersonProductsResponseAllOfDEALID**](ListPersonProductsResponseAllOfDEALID.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ListProductsResponseAllOfRelatedObjects.md: -------------------------------------------------------------------------------- 1 | # # ListProductsResponseAllOfRelatedObjects 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user** | [**\Pipedrive\versions\v1\Model\RelatedUserData**](RelatedUserData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailMessageAllOf.md: -------------------------------------------------------------------------------- 1 | # # MailMessageAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\MailMessageData**](MailMessageData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailThreadAllOf.md: -------------------------------------------------------------------------------- 1 | # # MailThreadAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseMailThread[]**](BaseMailThread.md) | The array of mail threads | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailThreadDeleteAllOf.md: -------------------------------------------------------------------------------- 1 | # # MailThreadDeleteAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\MailThreadDeleteAllOfData**](MailThreadDeleteAllOfData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailThreadDeleteAllOfData.md: -------------------------------------------------------------------------------- 1 | # # MailThreadDeleteAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deleted mail thread | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailThreadMessagesAllOf.md: -------------------------------------------------------------------------------- 1 | # # MailThreadMessagesAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseMailThreadMessages[]**](BaseMailThreadMessages.md) | The array of the mail messages of the mail thread | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailThreadOne.md: -------------------------------------------------------------------------------- 1 | # # MailThreadOne 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**BaseMailThread**](BaseMailThread.md) | The mail thread object | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailThreadOneAllOf.md: -------------------------------------------------------------------------------- 1 | # # MailThreadOneAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**BaseMailThread**](BaseMailThread.md) | The mail thread object | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailThreadPut.md: -------------------------------------------------------------------------------- 1 | # # MailThreadPut 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseMailThread**](BaseMailThread.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MailThreadPutAllOf.md: -------------------------------------------------------------------------------- 1 | # # MailThreadPutAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseMailThread**](BaseMailThread.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MarketingStatus.md: -------------------------------------------------------------------------------- 1 | # # MarketingStatus 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MergeDealsRequest.md: -------------------------------------------------------------------------------- 1 | # # MergeDealsRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **merge_with_id** | **int** | The ID of the deal that the deal will be merged with | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MergeOrganizationsRequest.md: -------------------------------------------------------------------------------- 1 | # # MergeOrganizationsRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **merge_with_id** | **int** | The ID of the organization that the organization will be merged with | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MergePersonsRequest.md: -------------------------------------------------------------------------------- 1 | # # MergePersonsRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **merge_with_id** | **int** | The ID of the person that will not be overwritten. This person’s data will be prioritized in case of conflict with the other person. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MergePersonsResponse.md: -------------------------------------------------------------------------------- 1 | # # MergePersonsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\MergePersonItem**](MergePersonItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/MergePersonsResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # MergePersonsResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\MergePersonItem**](MergePersonItem.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/NameObject.md: -------------------------------------------------------------------------------- 1 | # # NameObject 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the product | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/NewDealProductAllOf.md: -------------------------------------------------------------------------------- 1 | # # NewDealProductAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **billing_frequency** | [**\Pipedrive\versions\v1\Model\BillingFrequency**](BillingFrequency.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/NewPersonAllOf.md: -------------------------------------------------------------------------------- 1 | # # NewPersonAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the person | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/NoteAllOf.md: -------------------------------------------------------------------------------- 1 | # # NoteAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **content** | **string** | The content of the note in HTML format. Subject to sanitization on the back-end. | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/NoteFieldOptions.md: -------------------------------------------------------------------------------- 1 | # # NoteFieldOptions 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | | [optional] 8 | **label** | **string** | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/NumberBoolean.md: -------------------------------------------------------------------------------- 1 | # # NumberBoolean 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/NumberBooleanDefault0.md: -------------------------------------------------------------------------------- 1 | # # NumberBooleanDefault0 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/NumberBooleanDefault1.md: -------------------------------------------------------------------------------- 1 | # # NumberBooleanDefault1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationDataWithIdAllOf.md: -------------------------------------------------------------------------------- 1 | # # OrganizationDataWithIdAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the organization associated with the item | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationDataWithIdAndActiveFlagAllOf.md: -------------------------------------------------------------------------------- 1 | # # OrganizationDataWithIdAndActiveFlagAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **active_flag** | **bool** | Whether the associated organization is active or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationDeleteResponseData.md: -------------------------------------------------------------------------------- 1 | # # OrganizationDeleteResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the organization that was deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationFollowerDeleteResponseData.md: -------------------------------------------------------------------------------- 1 | # # OrganizationFollowerDeleteResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the follower that was deleted from the organization | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationFollowerItemAllOf.md: -------------------------------------------------------------------------------- 1 | # # OrganizationFollowerItemAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **org_id** | **int** | The ID of the organization | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationRelationshipDeleteResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # OrganizationRelationshipDeleteResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the deleted organization relationship | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # OrganizationSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v1\Model\OrganizationSearchItem[]**](OrganizationSearchItem.md) | The array of found items | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationsDeleteResponseData.md: -------------------------------------------------------------------------------- 1 | # # OrganizationsDeleteResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **float[]** | The IDs of the organizations that were deleted | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OrganizationsMergeResponseData.md: -------------------------------------------------------------------------------- 1 | # # OrganizationsMergeResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the merged organization | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/OwnerAllOf.md: -------------------------------------------------------------------------------- 1 | # # OwnerAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **int** | The ID of the owner | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PaginationDetailsAllOf.md: -------------------------------------------------------------------------------- 1 | # # PaginationDetailsAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **next_start** | **int** | Next pagination start | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/Params.md: -------------------------------------------------------------------------------- 1 | # # Params 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **pipeline_id** | **int[]** | The IDs of pipelines of the goal | [optional] 8 | **activity_type_id** | **int[]** | The IDs of activity types of the goal | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PaymentsResponse.md: -------------------------------------------------------------------------------- 1 | # # PaymentsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\PaymentItem[]**](PaymentItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PaymentsResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # PaymentsResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\PaymentItem[]**](PaymentItem.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PermissionSetsAllOf.md: -------------------------------------------------------------------------------- 1 | # # PermissionSetsAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\PermissionSetsItem[]**](PermissionSetsItem.md) | The array of permission set | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PersonDataWithActiveFlagAllOf.md: -------------------------------------------------------------------------------- 1 | # # PersonDataWithActiveFlagAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **active_flag** | **bool** | Whether the associated person is active or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PersonSearchItem.md: -------------------------------------------------------------------------------- 1 | # # PersonSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | [**\Pipedrive\versions\v1\Model\PersonSearchItemItem**](PersonSearchItemItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PersonSearchItemItemOwner.md: -------------------------------------------------------------------------------- 1 | # # PersonSearchItemItemOwner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the owner of the person | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PersonSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # PersonSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v1\Model\PersonSearchItem[]**](PersonSearchItem.md) | The array of found items | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PictureDataPictures.md: -------------------------------------------------------------------------------- 1 | # # PictureDataPictures 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **_128** | **string** | The URL of the 128*128 picture | [optional] 8 | **_512** | **string** | The URL of the 512*512 picture | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PictureDataWithID1.md: -------------------------------------------------------------------------------- 1 | # # PictureDataWithID1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the picture associated with the item | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PictureDataWithValue1.md: -------------------------------------------------------------------------------- 1 | # # PictureDataWithValue1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **int** | The ID of the picture associated with the item | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PipelineDetailsAllOf.md: -------------------------------------------------------------------------------- 1 | # # PipelineDetailsAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **deals_summary** | [**\Pipedrive\versions\v1\Model\DealSummary**](DealSummary.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PostComment.md: -------------------------------------------------------------------------------- 1 | # # PostComment 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseComment**](BaseComment.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PostGoalResponse.md: -------------------------------------------------------------------------------- 1 | # # PostGoalResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **goal** | [**\Pipedrive\versions\v1\Model\GoalsResponseComponent**](GoalsResponseComponent.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PostNote.md: -------------------------------------------------------------------------------- 1 | # # PostNote 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseNote**](BaseNote.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PostRoles.md: -------------------------------------------------------------------------------- 1 | # # PostRoles 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\AddRolesResponseData**](AddRolesResponseData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PostRolesAllOf.md: -------------------------------------------------------------------------------- 1 | # # PostRolesAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\AddRolesResponseData**](AddRolesResponseData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ProductSearchItem.md: -------------------------------------------------------------------------------- 1 | # # ProductSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | [**\Pipedrive\versions\v1\Model\ProductSearchItemItem**](ProductSearchItemItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ProductSearchItemItemOwner.md: -------------------------------------------------------------------------------- 1 | # # ProductSearchItemItemOwner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the owner of the product | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ProductSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # ProductSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v1\Model\ProductSearchItem[]**](ProductSearchItem.md) | The array of found items | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ProjectGroupsObject.md: -------------------------------------------------------------------------------- 1 | # # ProjectGroupsObject 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **float** | ID of the group | [optional] 8 | **name** | **string** | Name of the group | [optional] 9 | **order_nr** | **float** | Order number of the group | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ProjectId.md: -------------------------------------------------------------------------------- 1 | # # ProjectId 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the project, generated when the task was created | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ProjectPostObjectAllOf.md: -------------------------------------------------------------------------------- 1 | # # ProjectPostObjectAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **template_id** | **float** | The ID of the template the project will be based on | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ProjectPutPlanItemBodyObject.md: -------------------------------------------------------------------------------- 1 | # # ProjectPutPlanItemBodyObject 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **phase_id** | **float** | The ID of a phase on a project board | [optional] 8 | **group_id** | **float** | The ID of a group on a project board | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PutRole.md: -------------------------------------------------------------------------------- 1 | # # PutRole 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\UpdateRoleResponseData**](UpdateRoleResponseData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/PutRoleAllOf.md: -------------------------------------------------------------------------------- 1 | # # PutRoleAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\UpdateRoleResponseData**](UpdateRoleResponseData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/ReceiveMessageBadRequestErrorResponseAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # ReceiveMessageBadRequestErrorResponseAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **code** | **string** | An error code sent by the API | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsDeal.md: -------------------------------------------------------------------------------- 1 | # # RecentsDeal 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\DealStrict**](DealStrict.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsFile.md: -------------------------------------------------------------------------------- 1 | # # RecentsFile 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\FileItem**](FileItem.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsFilter.md: -------------------------------------------------------------------------------- 1 | # # RecentsFilter 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\FilterGetItem**](FilterGetItem.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsNote.md: -------------------------------------------------------------------------------- 1 | # # RecentsNote 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\BaseNote**](BaseNote.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsPerson.md: -------------------------------------------------------------------------------- 1 | # # RecentsPerson 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\MergePersonItem**](MergePersonItem.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsPipeline.md: -------------------------------------------------------------------------------- 1 | # # RecentsPipeline 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\BasePipeline**](BasePipeline.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsProduct.md: -------------------------------------------------------------------------------- 1 | # # RecentsProduct 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\RecentDataProduct**](RecentDataProduct.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsStage.md: -------------------------------------------------------------------------------- 1 | # # RecentsStage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\BaseStage**](BaseStage.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RecentsUser.md: -------------------------------------------------------------------------------- 1 | # # RecentsUser 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **item** | **string** | | [optional] 8 | **id** | **int** | | [optional] 9 | **data** | [**\Pipedrive\versions\v1\Model\BaseUser**](BaseUser.md) | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelatedDealData.md: -------------------------------------------------------------------------------- 1 | # # RelatedDealData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **deal_id** | [**\Pipedrive\versions\v1\Model\RelatedDealDataDEALID**](RelatedDealDataDEALID.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelatedFollowerData.md: -------------------------------------------------------------------------------- 1 | # # RelatedFollowerData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **follower_user_id** | [**FollowerDataWithID**](FollowerDataWithID.md) | The user ID of the follower | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelatedOrganizationData.md: -------------------------------------------------------------------------------- 1 | # # RelatedOrganizationData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **organization_id** | [**\Pipedrive\versions\v1\Model\OrganizationDataWithId**](OrganizationDataWithId.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelatedOrganizationName.md: -------------------------------------------------------------------------------- 1 | # # RelatedOrganizationName 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **related_organization_name** | **string** | The name of the linked organization | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelatedPersonData.md: -------------------------------------------------------------------------------- 1 | # # RelatedPersonData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **person_id** | [**PersonData**](PersonData.md) | The ID of the person associated with the item | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelatedPersonDataWithActiveFlag.md: -------------------------------------------------------------------------------- 1 | # # RelatedPersonDataWithActiveFlag 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **person_id** | [**\Pipedrive\versions\v1\Model\PersonDataWithActiveFlag**](PersonDataWithActiveFlag.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelatedPictureData.md: -------------------------------------------------------------------------------- 1 | # # RelatedPictureData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **picture_id** | [**PictureDataWithID**](PictureDataWithID.md) | The ID of the picture | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelatedUserData.md: -------------------------------------------------------------------------------- 1 | # # RelatedUserData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | [**\Pipedrive\versions\v1\Model\UserDataWithId**](UserDataWithId.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelationshipOrganizationInfoItemAllOf.md: -------------------------------------------------------------------------------- 1 | # # RelationshipOrganizationInfoItemAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **value** | **int** | The ID of the organization | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RelationshipOrganizationInfoItemWithActiveFlagAllOf.md: -------------------------------------------------------------------------------- 1 | # # RelationshipOrganizationInfoItemWithActiveFlagAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **active_flag** | **bool** | Whether the associated organization is active or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RequiredPostTaskParameters.md: -------------------------------------------------------------------------------- 1 | # # RequiredPostTaskParameters 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **string** | The title of the task | 8 | **project_id** | **float** | The ID of a project | 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RequredTitleParameter.md: -------------------------------------------------------------------------------- 1 | # # RequredTitleParameter 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **string** | The title of the deal | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/RolesAdditionalData.md: -------------------------------------------------------------------------------- 1 | # # RolesAdditionalData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **pagination** | [**\Pipedrive\versions\v1\Model\RolesAdditionalDataPagination**](RolesAdditionalDataPagination.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/SinglePermissionSetsItemAllOf.md: -------------------------------------------------------------------------------- 1 | # # SinglePermissionSetsItemAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **contents** | **string[]** | A permission assigned to this permission set | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/StageDetailsData.md: -------------------------------------------------------------------------------- 1 | # # StageDetailsData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **deals_summary** | [**\Pipedrive\versions\v1\Model\DealSummary**](DealSummary.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/SubscriptionAddonsResponse.md: -------------------------------------------------------------------------------- 1 | # # SubscriptionAddonsResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | **object[]** | An array of add-ons that the company has. | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/SubscriptionAddonsResponseAllOf.md: -------------------------------------------------------------------------------- 1 | # # SubscriptionAddonsResponseAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | **object[]** | An array of add-ons that the company has. | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/TaskId.md: -------------------------------------------------------------------------------- 1 | # # TaskId 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the task, generated when the task was created | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/TaskMandatoryObjectFragment.md: -------------------------------------------------------------------------------- 1 | # # TaskMandatoryObjectFragment 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **title** | **string** | The title of the task | [optional] 8 | **project_id** | **float** | The ID of the project this task is associated with | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/Team.md: -------------------------------------------------------------------------------- 1 | # # Team 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseTeam**](BaseTeam.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/TeamAllOf.md: -------------------------------------------------------------------------------- 1 | # # TeamAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseTeam**](BaseTeam.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/TeamId.md: -------------------------------------------------------------------------------- 1 | # # TeamId 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The team ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/Teams.md: -------------------------------------------------------------------------------- 1 | # # Teams 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseTeam[]**](BaseTeam.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/TeamsAllOf.md: -------------------------------------------------------------------------------- 1 | # # TeamsAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseTeam[]**](BaseTeam.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpdateFile.md: -------------------------------------------------------------------------------- 1 | # # UpdateFile 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\FileData**](FileData.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpdateLeadLabelRequest.md: -------------------------------------------------------------------------------- 1 | # # UpdateLeadLabelRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the lead label | [optional] 8 | **color** | [**\Pipedrive\versions\v1\Model\LeadLabelColor**](LeadLabelColor.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpdateOrganizationAllOf.md: -------------------------------------------------------------------------------- 1 | # # UpdateOrganizationAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the organization | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpdatePersonAllOf.md: -------------------------------------------------------------------------------- 1 | # # UpdatePersonAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the person | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpdateRoleResponseData.md: -------------------------------------------------------------------------------- 1 | # # UpdateRoleResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the updated role | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpdateStageRequestAllOf.md: -------------------------------------------------------------------------------- 1 | # # UpdateStageRequestAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **order_nr** | **int** | An order number for this stage. Order numbers should be used to order the stages in the pipeline. | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpdateUserRequest.md: -------------------------------------------------------------------------------- 1 | # # UpdateUserRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **active_flag** | **bool** | Whether the user is active or not. `false` = Not activated, `true` = Activated | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpsertGoalResponse.md: -------------------------------------------------------------------------------- 1 | # # UpsertGoalResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the request was successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\PostGoalResponse**](PostGoalResponse.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpsertLeadLabelResponse.md: -------------------------------------------------------------------------------- 1 | # # UpsertLeadLabelResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\LeadLabelResponse**](LeadLabelResponse.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpsertRoleSettingsResponseData.md: -------------------------------------------------------------------------------- 1 | # # UpsertRoleSettingsResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\UpsertRoleSettingsResponseDataData**](UpsertRoleSettingsResponseDataData.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UpsertRoleSettingsResponseDataData.md: -------------------------------------------------------------------------------- 1 | # # UpsertRoleSettingsResponseDataData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the role | [optional] 8 | **deal_default_visibility** | **float** | The setting | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/User.md: -------------------------------------------------------------------------------- 1 | # # User 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseUser**](BaseUser.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserAccess.md: -------------------------------------------------------------------------------- 1 | # # UserAccess 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **app** | **string** | | [optional] 8 | **admin** | **bool** | | [optional] 9 | **permission_set_id** | **string** | | [optional] 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserIDs.md: -------------------------------------------------------------------------------- 1 | # # UserIDs 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | **int[]** | The list of user IDs | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserIDsAllOf.md: -------------------------------------------------------------------------------- 1 | # # UserIDsAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | **int[]** | The list of user IDs | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserMe.md: -------------------------------------------------------------------------------- 1 | # # UserMe 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseUserMe**](BaseUserMe.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserMeAllOf.md: -------------------------------------------------------------------------------- 1 | # # UserMeAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseUserMe**](BaseUserMe.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserPermissions.md: -------------------------------------------------------------------------------- 1 | # # UserPermissions 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\UserPermissionsItem**](UserPermissionsItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserPermissionsAllOf.md: -------------------------------------------------------------------------------- 1 | # # UserPermissionsAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\UserPermissionsItem**](UserPermissionsItem.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserProviderLinkSuccessResponseData.md: -------------------------------------------------------------------------------- 1 | # # UserProviderLinkSuccessResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **message** | **string** | The success message of the request | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UserSettings.md: -------------------------------------------------------------------------------- 1 | # # UserSettings 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\UserSettingsItem**](UserSettingsItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/Users.md: -------------------------------------------------------------------------------- 1 | # # Users 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v1\Model\BaseUser[]**](BaseUser.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/UsersAllOf.md: -------------------------------------------------------------------------------- 1 | # # UsersAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseUser[]**](BaseUser.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/VisibleTo.md: -------------------------------------------------------------------------------- 1 | # # VisibleTo 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/WebhookBadRequestAllOf.md: -------------------------------------------------------------------------------- 1 | # # WebhookBadRequestAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **errors** | **object** | List of errors | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/WebhooksAllOf.md: -------------------------------------------------------------------------------- 1 | # # WebhooksAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v1\Model\BaseWebhook[]**](BaseWebhook.md) | The array of Webhooks | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/WebhooksDeleteForbiddenSchema.md: -------------------------------------------------------------------------------- 1 | # # WebhooksDeleteForbiddenSchema 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **message** | **string** | The error message | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v1/Model/WebhooksDeleteForbiddenSchemaAllOf.md: -------------------------------------------------------------------------------- 1 | # # WebhooksDeleteForbiddenSchemaAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **message** | **string** | The error message | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/ActivityItemParticipants.md: -------------------------------------------------------------------------------- 1 | # # ActivityItemParticipants 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **person_id** | **int** | The ID of the person | [optional] 8 | **primary** | **bool** | Whether the person is the primary participant or not | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/AddDealProductResponse.md: -------------------------------------------------------------------------------- 1 | # # AddDealProductResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\BaseDealProduct**](BaseDealProduct.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/AddInstallmentResponse.md: -------------------------------------------------------------------------------- 1 | # # AddInstallmentResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\BaseInstallment**](BaseInstallment.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/ArrayPrices.md: -------------------------------------------------------------------------------- 1 | # # ArrayPrices 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **prices** | **object[]** | Array of objects, each containing: product_id (number), currency (string), price (number), cost (number), direct_cost (number | null), notes (string) | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/BaseDealProductAllOf1.md: -------------------------------------------------------------------------------- 1 | # # BaseDealProductAllOf1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **billing_frequency** | [**\Pipedrive\versions\v2\Model\BillingFrequency**](BillingFrequency.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/BaseProductAllOf1.md: -------------------------------------------------------------------------------- 1 | # # BaseProductAllOf1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **billing_frequency** | [**\Pipedrive\versions\v2\Model\BillingFrequency1**](BillingFrequency1.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/BaseResponse.md: -------------------------------------------------------------------------------- 1 | # # BaseResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/BillingFrequency.md: -------------------------------------------------------------------------------- 1 | # # BillingFrequency 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/BillingFrequency1.md: -------------------------------------------------------------------------------- 1 | # # BillingFrequency1 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/ConvertEntityResponse.md: -------------------------------------------------------------------------------- 1 | # # ConvertEntityResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **conversion_id** | **string** | The ID of the conversion job that can be used to retrieve conversion status and details. The ID has UUID format. | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DealSearchItem.md: -------------------------------------------------------------------------------- 1 | # # DealSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | [**\Pipedrive\versions\v2\Model\DealSearchItemItem**](DealSearchItemItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DealSearchItemItemOwner.md: -------------------------------------------------------------------------------- 1 | # # DealSearchItemItemOwner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the owner of the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DealSearchItemItemPerson.md: -------------------------------------------------------------------------------- 1 | # # DealSearchItemItemPerson 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the person the deal is associated with | [optional] 8 | **name** | **string** | The name of the person the deal is associated with | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DealSearchItemItemStage.md: -------------------------------------------------------------------------------- 1 | # # DealSearchItemItemStage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the stage of the deal | [optional] 8 | **name** | **string** | The name of the stage of the deal | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteActivityResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteActivityResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | Deleted activity ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteAdditionalDiscountResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteAdditionalDiscountResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the discount that was deleted from the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteDealProductData.md: -------------------------------------------------------------------------------- 1 | # # DeleteDealProductData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of an attached product that was deleted from the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteDealResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteDealResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | Deleted deal ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteFollowerResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteFollowerResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | Deleted follower user ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteInstallmentResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteInstallmentResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the installment that was deleted from the deal | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteOrganizationResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteOrganizationResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | Deleted organization ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeletePersonResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeletePersonResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | Deleted person ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeletePipelineResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeletePipelineResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | Deleted Pipeline ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteProductResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteProductResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteProductVariationData.md: -------------------------------------------------------------------------------- 1 | # # DeleteProductVariationData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of a deleted product variant | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/DeleteStageResponseData.md: -------------------------------------------------------------------------------- 1 | # # DeleteStageResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | Deleted stage ID | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/FollowerItem.md: -------------------------------------------------------------------------------- 1 | # # FollowerItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | The ID of the user following the entity | [optional] 8 | **add_time** | **string** | The add time of the following | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/FollowerRequestBody.md: -------------------------------------------------------------------------------- 1 | # # FollowerRequestBody 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **user_id** | **int** | The ID of the user to add as a follower | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/GetDealSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # GetDealSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v2\Model\DealSearchItem[]**](DealSearchItem.md) | The array of deals | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/GetLeadSearchResponseDataData.md: -------------------------------------------------------------------------------- 1 | # # GetLeadSearchResponseDataData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v2\Model\LeadSearchItem[]**](LeadSearchItem.md) | The array of leads | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/GetOrganizationSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # GetOrganizationSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v2\Model\OrganizationSearchItem[]**](OrganizationSearchItem.md) | The array of found items | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/ItemSearchItem.md: -------------------------------------------------------------------------------- 1 | # # ItemSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | **object** | Item | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/LeadSearchItem.md: -------------------------------------------------------------------------------- 1 | # # LeadSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | [**\Pipedrive\versions\v2\Model\LeadSearchItemItem**](LeadSearchItemItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/LeadSearchItemItemOwner.md: -------------------------------------------------------------------------------- 1 | # # LeadSearchItemItemOwner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the owner of the lead | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/NameObject.md: -------------------------------------------------------------------------------- 1 | # # NameObject 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **name** | **string** | The name of the product. Cannot be an empty string | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PersonSearchItem.md: -------------------------------------------------------------------------------- 1 | # # PersonSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | [**\Pipedrive\versions\v2\Model\PersonSearchItemItem**](PersonSearchItemItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PersonSearchItemItemOwner.md: -------------------------------------------------------------------------------- 1 | # # PersonSearchItemItemOwner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the owner of the person | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PersonSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # PersonSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v2\Model\PersonSearchItem[]**](PersonSearchItem.md) | The array of found items | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PostFollower.md: -------------------------------------------------------------------------------- 1 | # # PostFollower 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\FollowerItem**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PostFollowerAllOf.md: -------------------------------------------------------------------------------- 1 | # # PostFollowerAllOf 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v2\Model\FollowerItem**](.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PostPatchGetActivity.md: -------------------------------------------------------------------------------- 1 | # # PostPatchGetActivity 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\ActivityItem**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PostPatchGetDeal.md: -------------------------------------------------------------------------------- 1 | # # PostPatchGetDeal 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\DealItem**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PostPatchGetOrganization.md: -------------------------------------------------------------------------------- 1 | # # PostPatchGetOrganization 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\OrganizationItem**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PostPatchGetPerson.md: -------------------------------------------------------------------------------- 1 | # # PostPatchGetPerson 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\PersonItem**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PostPatchGetPipeline.md: -------------------------------------------------------------------------------- 1 | # # PostPatchGetPipeline 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\PipelineItem**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/PostPatchGetStage.md: -------------------------------------------------------------------------------- 1 | # # PostPatchGetStage 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **success** | **bool** | If the response is successful or not | [optional] 8 | **data** | [**\Pipedrive\versions\v2\Model\StageItem**](.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/ProductSearchItem.md: -------------------------------------------------------------------------------- 1 | # # ProductSearchItem 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **result_score** | **float** | Search result relevancy | [optional] 8 | **item** | [**\Pipedrive\versions\v2\Model\ProductSearchItemItem**](ProductSearchItemItem.md) | | [optional] 9 | 10 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 11 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/ProductSearchItemItemOwner.md: -------------------------------------------------------------------------------- 1 | # # ProductSearchItemItemOwner 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **id** | **int** | The ID of the owner of the product | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/ProductSearchResponseAllOfData.md: -------------------------------------------------------------------------------- 1 | # # ProductSearchResponseAllOfData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **items** | [**\Pipedrive\versions\v2\Model\ProductSearchItem[]**](ProductSearchItem.md) | The array of found items | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/UpsertActivityResponseData.md: -------------------------------------------------------------------------------- 1 | # # UpsertActivityResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v2\Model\ActivityItem**](.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/UpsertDealResponseData.md: -------------------------------------------------------------------------------- 1 | # # UpsertDealResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v2\Model\DealItem**](.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/UpsertOrganizationResponseData.md: -------------------------------------------------------------------------------- 1 | # # UpsertOrganizationResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v2\Model\OrganizationItem**](.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/UpsertPersonResponseData.md: -------------------------------------------------------------------------------- 1 | # # UpsertPersonResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v2\Model\PersonItem**](.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/UpsertPipelineResponseData.md: -------------------------------------------------------------------------------- 1 | # # UpsertPipelineResponseData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **data** | [**\Pipedrive\versions\v2\Model\PipelineItem**](.md) | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | -------------------------------------------------------------------------------- /docs/versions/v2/Model/VisibleTo.md: -------------------------------------------------------------------------------- 1 | # # VisibleTo 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | -------------------------------------------------------------------------------- /git_push.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo \"Coming soon...\"; -------------------------------------------------------------------------------- /lib/versions/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pipedrive/client-php/bcea624f0f33e6e625ac062943b2a0ed893bb0da/lib/versions/.gitkeep -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "pipedrive", 3 | "description": "PHP API client generated by OpenAPI Generator", 4 | "scripts": { 5 | "test:functional": "echo \"Skip\"", 6 | "test:functional:start": "echo \"Skip\"", 7 | "test:functional:stop": "echo \"Skip\"" 8 | } 9 | } --------------------------------------------------------------------------------