Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HubSpot CRM (Independent Publisher) Minor corrections to existing ope…
…rations, ContactsSearch operation (#2551) * ListContacts Query (HubSpot Connector) Are the brackets necessary here? The query doesn't work for me unless I remove them. * CompaniesRead Typo Changed 'properies' to 'properties' * Properties Specification for ContactsRead Added properties field for Contacts query (with ID) * ContactsSearch Operation Added ContactsSearch Operation, POST request that will return a set of contacts based on specified filters * Definitions for Contact, ErrorModel, and Errors * Response and Schema for ContactsSearch operation * Removed Default Response Schema * More Object Definitions Added more object definitions for future use * Added more definitions and modified existing ones * Company Functions Added responses and replaced object definition with reference. * Contacts Functions Added responses and replaced object definitions with references. * Removed Security Definitions * Shortened 'After' x-ms-summary For validation check * Company search, parameter, custom object definitions - Optional parameter IDProperty added to Contact/Company update/get functions to allow use of other unique identifiers. - Company search method added - Custom object definitions added for use in custom object methods - Improved responses/definitions * Custom Object Methods Added methods for listing, reading, creating, archiving, updating, and searching custom objects * Fixed formatting issue * Added x-ms-summary to parameters * Definitions for various methods Meetings, Products, Tickets, Deals, Line items, Owners definitions and parameters * Added responses/parameters to Deals * Added responses/parameters to Products * Added responses/parameters to Tickets * Added responses/parameters to Line Items * Added standard calls for Meetings * Added calls for Owners * Added generic association call * Added x-ms-summary field to parameters * Redefined error model
- Loading branch information