Documentation ¶
Index ¶
- Constants
- func GetAllProducts()
- type Amo
- type AmoAuthorizationDataStorage
- type AuthAmoStorageConfig
- type AuthorizationData
- type CatalogType
- type Catalogs
- type ContactWithType
- type Ct
- type Ctg
- type CustomField
- type ElementWithType
- type Elements
- type FilterByIsCompletedType
- type GetCatalogElementsQueryParams
- type GetCatalogsQueryParams
- type GetContactsQueryParams
- type GetLeadsQueryParams
- type GetNotesQueryParams
- type GetTaskQueryParams
- type InitAmoConfig
- type Ld
- type LeadWithType
- type Leads
- type MessageCashierNoteStatusType
- type NoteEntityType
- type NoteType
- type Nt
- type OrderDirectionType
- type OrderType
- type Tag
- type TaskEntityType
- type TaskTypeIdType
- type Tasks
- type Tg
- type Tsk
Constants ¶
View Source
const ( CatalogRegular CatalogType = "regular" CatalogInvoices CatalogType = "invoices" CatalogProducts CatalogType = "products" ElementWithInvoiceLink ElementWithType = "invoice_link" // При передаче данного параметра, вернется дополнительное свойство invoice_link, содержащие ссылку на печатную форму счета. Если передать этот параметр с отличным от списка Счетов списком, то вернется null. )
View Source
const ( // TaskCall задача – Звонок TaskCall TaskTypeIdType = iota + 1 // TaskMeeting задача – Встреча TaskMeeting TaskForLead TaskEntityType = "leads" TaskForContact TaskEntityType = "contacts" TasksForCompany TaskEntityType = "companies" TasksForCustomers TaskEntityType = "customers" FilterByIsCompletedTrue FilterByIsCompletedType = 1 FilterByIsCompletedFalse FilterByIsCompletedType = 0 OrderByCreatedAt OrderType = "created_at" OrderByCompleteTill OrderType = "complete_till" OrderById OrderType = "id" OrderAsc OrderDirectionType = "asc" OrderDesc OrderDirectionType = "desc" )
Variables ¶
This section is empty.
Functions ¶
func GetAllProducts ¶ added in v0.2.25
func GetAllProducts()
Types ¶
type Amo ¶ added in v0.2.23
func NewClient ¶
func NewClient(initConfig *InitAmoConfig, storageConfig *AuthAmoStorageConfig) *Amo
type AuthAmoStorageConfig ¶
type AuthorizationData ¶
type CatalogType ¶ added in v0.2.25
type CatalogType string
type ContactWithType ¶ added in v0.2.14
type ContactWithType string
const ( ContactWithLeads ContactWithType = "leads" ContactWithCustomers ContactWithType = "customers" ContactWithCatalogElements ContactWithType = "catalog_elements" )
type Ct ¶ added in v0.2.11
type Ct struct{}
func (Ct) ByID ¶ added in v0.2.14
func (c Ct) ByID(id int, with []ContactWithType) (*contact, error)
func (Ct) Query ¶ added in v0.2.11
func (c Ct) Query(params *GetContactsQueryParams) ([]*contact, error)
type Ctg ¶ added in v0.2.25
type Ctg struct{}
type CustomField ¶ added in v0.2.25
type CustomField struct { FieldId int `json:"field_id"` FieldName string `json:"field_name"` FieldCode *string `json:"field_code"` FieldType string `json:"field_type"` Values []struct { Value string `json:"value"` EnumId int `json:"enum_id,omitempty"` EnumCode string `json:"enum_code,omitempty"` } `json:"values"` }
type ElementWithType ¶ added in v0.2.25
type ElementWithType string
type FilterByIsCompletedType ¶ added in v0.2.25
type FilterByIsCompletedType int
type GetCatalogElementsQueryParams ¶ added in v0.2.25
type GetCatalogElementsQueryParams struct { Page int `url:"page"` //Страница выборки Limit int `url:"limit"` //Количество возвращаемых сущностей за один запрос (Максимум – 250) Query string `url:"query"` //Поисковый запрос (Осуществляет поиск по заполненным полям сущности) FilterByID string `url:"filter_by_id"` //Фильтр по ID элемента. Можно передать как один ID, так и массив из нескольких ID With ElementWithType `url:"with"` //Поля для выборки }
type GetCatalogsQueryParams ¶ added in v0.2.25
type GetContactsQueryParams ¶ added in v0.2.14
type GetContactsQueryParams struct { With []ContactWithType `url:"with,omitempty"` Limit int `url:"limit,omitempty"` Page int `url:"page,omitempty"` Query interface{} `url:"query,omitempty"` Filter interface{} `url:"filter,omitempty"` Order interface{} `url:"order,omitempty"` }
type GetLeadsQueryParams ¶ added in v0.2.14
type GetNotesQueryParams ¶ added in v0.2.12
type GetNotesQueryParams struct { //entityType string `url:"-"` //entityId int `url:"-"` //path string `url:"-"` Page int `url:"page,omitempty"` Limit int `url:"limit,omitempty"` Filter interface{} `url:"filter,omitempty"` FilterById interface{} `url:"filter[id],omitempty"` FilterByNoteType interface{} `url:"filter[note_type],omitempty"` FilterByUpdatedAt interface{} `url:"filter[updated_at],omitempty"` Order interface{} `url:"order,omitempty"` }
type GetTaskQueryParams ¶ added in v0.2.25
type GetTaskQueryParams struct { Page int `url:"page,omitempty"` // Страница выборки Limit int `url:"limit,omitempty"` // Количество возвращаемых сущностей за один запрос (Максимум – 250) FilterByResponsibleUserId []int `url:"filter[responsible_user_id][],omitempty"` // Фильтр по ID ответственного за задачу пользователя. Можно передать как один ID, так и массив из нескольких ID FilterByIsCompleted FilterByIsCompletedType `url:"filter[is_completed][],omitempty"` // Фильтр по статусу задачи. FilterByTaskType []TaskEntityType `url:"filter[task_type][],omitempty"` // Фильтр по ID типа задачи. Можно передать как один ID, так и массив из нескольких ID FilterByEntityType TaskEntityType `url:"filter[entity_type][],omitempty"` // Фильтр по типу привязанной к задаче сущности. Возможные значения: leads, contacts, companies, customers FilterByEntityId []int `url:"filter[entity_id][],omitempty"` // Фильтр по ID, привязанной к задаче, сущности. Для его использования необходимо передать значение в filter[entity_type]. Можно передать как один ID, так и массив из нескольких ID FilterById []int `url:"filter[id][],omitempty"` // Фильтр по ID задачи. Можно передать как один ID, так и массив из нескольких ID FilterByUpdatedAt int `url:"filter[updated_at][],omitempty"` // Фильтр по дате последнего изменения задачи. Можно передать timestamp, в таком случае будут возвращены задачи, которые были изменены после переданного значения. Также можно передать массив вида filter[updated_at][from]=… и filter[updated_at][to]=…, для фильтрации по значениям ОТ и ДО. FilterByUpdatedAtFrom int `url:"filter[updated_at][from],omitempty"` FilterByUpdatedAtTo int `url:"filter[updated_at][to],omitempty"` OrderByCreatedAt OrderDirectionType `url:"order[created_at],omitempty"` OrderBuCompleteTill OrderDirectionType `url:"order[complete_till],omitempty"` OrderById OrderDirectionType `url:"order[id],omitempty"` }
type InitAmoConfig ¶
type Ld ¶ added in v0.2.11
type Ld struct{}
func (Ld) Query ¶ added in v0.2.14
func (l Ld) Query(params *GetLeadsQueryParams) ([]*lead, error)
type LeadWithType ¶ added in v0.2.25
type LeadWithType string
const ( // LeadWithCatalogElements Добавляет в ответ связанные со сделками элементы списков LeadWithCatalogElements LeadWithType = "catalog_elements" // LeadWithIsPriceModifiedByRobot Добавляет в ответ свойство, показывающее, // изменен ли в последний раз бюджет сделки роботом LeadWithIsPriceModifiedByRobot LeadWithType = "is_price_modified_by_robot" // LeadWithLossReason Добавляет в ответ расширенную информацию по причине отказа LeadWithLossReason LeadWithType = "loss_reason" // LeadWithContacts Добавляет в ответ информацию о связанных со сделкой контактах LeadWithContacts LeadWithType = "contacts" // LeadWithOnlyDeleted Если передать данный параметр, то в ответе на запрос метода, // вернутся удаленные сделки, которые еще находятся в корзине. В ответ вы получите модель сделки, // у которой доступны дату изменения, ID пользователя сделавшего последнее изменение, // её ID и параметр is_deleted = true. LeadWithOnlyDeleted LeadWithType = "only_deleted" // LeadWithSourceID Добавляет в ответ ID источника LeadWithSourceID LeadWithType = "source_id" )
type MessageCashierNoteStatusType ¶ added in v0.2.11
type MessageCashierNoteStatusType string
const ( MessageCashierNoteStatusCreated MessageCashierNoteStatusType = "created" MessageCashierNoteStatusShown MessageCashierNoteStatusType = "shown" MessageCashierNoteStatusCanceled MessageCashierNoteStatusType = "canceled" )
type NoteEntityType ¶ added in v0.2.18
type NoteEntityType string
const ( NoteEntityTypeLead NoteEntityType = "leads" NoteEntityTypeContact NoteEntityType = "contacts" )
type NoteType ¶ added in v0.2.11
type NoteType string
const ( CommonNote NoteType = "common" CallInNote NoteType = "call_in" CallOutNote NoteType = "call_out" ServiceMessageNote NoteType = "service_message" ExtendedServiceMessageNote NoteType = "extended_service_message" MessageCashierNote NoteType = "message_cashier" InvoicePaidNote NoteType = "invoice_paid" GeolocationNote NoteType = "geolocation" SmsInNote NoteType = "sms_in" SmsOutNote NoteType = "sms_out" AttachmentNote NoteType = "attachment" )
type OrderDirectionType ¶ added in v0.2.25
type OrderDirectionType string
type TaskEntityType ¶ added in v0.2.25
type TaskEntityType string
type TaskTypeIdType ¶ added in v0.2.25
type TaskTypeIdType int
type Tsk ¶ added in v0.2.25
type Tsk struct{}
func (Tsk) Create ¶ added in v0.2.25
Create Создает новую задачу. Для создания задачи нужно передать 2 обязательных параметра: text и complete_till.
Click to show internal directories.
Click to hide internal directories.