requests

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountActivecallsGetRequestBody

type AccountActivecallsGetRequestBody struct {
}

type AccountBusinessaddressPutRequestBody

type AccountBusinessaddressPutRequestBody struct {
	BusinessAddress definitions.BusinessAddressInfo `json:"businessAddress,omitempty"`
	Company         string                          `json:"company,omitempty"`
	Email           string                          `json:"email,omitempty"`
}

type AccountCalllogGetRequestBody

type AccountCalllogGetRequestBody struct {
}

type AccountDepartmentMembersGetRequestBody

type AccountDepartmentMembersGetRequestBody struct {
}

type AccountDialingplanGetRequestBody

type AccountDialingplanGetRequestBody struct {
}

type AccountExtensionActivecallsGetRequestBody

type AccountExtensionActivecallsGetRequestBody struct {
}

type AccountExtensionAddressbookContactGetRequestBody

type AccountExtensionAddressbookContactGetRequestBody struct {
}

type AccountExtensionAddressbookContactPostRequestBody

type AccountExtensionAddressbookContactPostRequestBody struct {
}

type AccountExtensionAddressbookContactPutRequestBody

type AccountExtensionAddressbookContactPutRequestBody struct {
}

type AccountExtensionAddressbooksyncGetRequestBody

type AccountExtensionAddressbooksyncGetRequestBody struct {
}

type AccountExtensionAnsweringrulePostRequestBody

type AccountExtensionAnsweringrulePostRequestBody struct {
	CallHandlingAction      string                                  `json:"callHandlingAction,omitempty"`
	CalledNumbers           []definitions.CalledNumberInfo          `json:"calledNumbers,omitempty"`
	Callers                 []definitions.CallersInfo               `json:"callers,omitempty"`
	Enabled                 bool                                    `json:"enabled,omitempty"`
	Forwarding              definitions.ForwardingInfo              `json:"forwarding,omitempty"`
	Name                    string                                  `json:"name,omitempty"`
	Schedule                definitions.AnsweringRule_ScheduleInfo  `json:"schedule,omitempty"`
	Type                    string                                  `json:"type,omitempty"`
	UnconditionalForwarding definitions.UnconditionalForwardingInfo `json:"unconditionalForwarding,omitempty"`
	VoiceMail               definitions.VoicemailInfo               `json:"voiceMail,omitempty"`
}

type AccountExtensionAnsweringrulePutRequestBody

type AccountExtensionAnsweringrulePutRequestBody struct {
	Enabled    bool                       `json:"enabled,omitempty"`
	Forwarding definitions.ForwardingInfo `json:"forwarding,omitempty"`
	Greetings  []definitions.GreetingInfo `json:"greetings,omitempty"`
	Name       string                     `json:"name,omitempty"`
}

type AccountExtensionAuthzprofileCheckGetRequestBody

type AccountExtensionAuthzprofileCheckGetRequestBody struct {
}

type AccountExtensionBlockednumberPostRequestBody

type AccountExtensionBlockednumberPostRequestBody struct {
}

type AccountExtensionBlockednumberPutRequestBody

type AccountExtensionBlockednumberPutRequestBody struct {
}

type AccountExtensionCalllogDeleteRequestBody

type AccountExtensionCalllogDeleteRequestBody struct {
}

type AccountExtensionCalllogGetRequestBody

type AccountExtensionCalllogGetRequestBody struct {
}

type AccountExtensionCalllogsyncGetRequestBody

type AccountExtensionCalllogsyncGetRequestBody struct {
}

type AccountExtensionCompanypagerPostRequestBody

type AccountExtensionCompanypagerPostRequestBody struct {
	From    definitions.CallerInfo   `json:"from,omitempty"`
	ReplyOn int                      `json:"replyOn,omitempty"`
	Text    string                   `json:"text,omitempty"`
	To      []definitions.CallerInfo `json:"to,omitempty"`
}

type AccountExtensionConferencingGetRequestBody

type AccountExtensionConferencingGetRequestBody struct {
}

type AccountExtensionConferencingPutRequestBody

type AccountExtensionConferencingPutRequestBody struct {
	AllowJoinBeforeHost bool                                           `json:"allowJoinBeforeHost,omitempty"`
	PhoneNumbers        []definitions.Conferencing_Request_PhoneNumber `json:"phoneNumbers,omitempty"`
}

type AccountExtensionFaxPostRequestBody

type AccountExtensionFaxPostRequestBody struct {
	CoverIndex        int                      `json:"coverIndex,omitempty"`
	CoverPageText     string                   `json:"coverPageText,omitempty"`
	FaxResolution     string                   `json:"faxResolution,omitempty"`
	OriginalMessageId string                   `json:"originalMessageId,omitempty"`
	SendTime          string                   `json:"sendTime,omitempty"`
	To                []definitions.CallerInfo `json:"to,omitempty"`
}

type AccountExtensionForwardingnumberGetRequestBody

type AccountExtensionForwardingnumberGetRequestBody struct {
}

type AccountExtensionForwardingnumberPostRequestBody

type AccountExtensionForwardingnumberPostRequestBody struct {
	Label       string `json:"label,omitempty"`
	PhoneNumber string `json:"phoneNumber,omitempty"`
}

type AccountExtensionGetRequestBody

type AccountExtensionGetRequestBody struct {
}

type AccountExtensionGrantGetRequestBody

type AccountExtensionGrantGetRequestBody struct {
}

type AccountExtensionGreetingPostRequestBody

type AccountExtensionGreetingPostRequestBody struct {
	AnsweringRule definitions.CustomGreetingInfo_AnsweringRuleInfo `json:"answeringRule,omitempty"`
	Type          string                                           `json:"type,omitempty"`
}

type AccountExtensionMeetingPostRequestBody

type AccountExtensionMeetingPostRequestBody struct {
	AllowJoinBeforeHost    bool                            `json:"allowJoinBeforeHost,omitempty"`
	AudioOptions           []string                        `json:"audioOptions,omitempty"`
	MeetingType            string                          `json:"meetingType,omitempty"`
	Password               string                          `json:"password,omitempty"`
	Schedule               definitions.MeetingScheduleInfo `json:"schedule,omitempty"`
	StartHostVideo         bool                            `json:"startHostVideo,omitempty"`
	StartParticipantsVideo bool                            `json:"startParticipantsVideo,omitempty"`
	Topic                  string                          `json:"topic,omitempty"`
}

type AccountExtensionMeetingPutRequestBody

type AccountExtensionMeetingPutRequestBody struct {
	AllowJoinBeforeHost    bool                            `json:"allowJoinBeforeHost,omitempty"`
	AudioOptions           []string                        `json:"audioOptions,omitempty"`
	MeetingType            string                          `json:"meetingType,omitempty"`
	Password               string                          `json:"password,omitempty"`
	Schedule               definitions.MeetingScheduleInfo `json:"schedule,omitempty"`
	StartHostVideo         bool                            `json:"startHostVideo,omitempty"`
	StartParticipantsVideo bool                            `json:"startParticipantsVideo,omitempty"`
	Topic                  string                          `json:"topic,omitempty"`
}

type AccountExtensionMessagestoreDeleteRequestBody

type AccountExtensionMessagestoreDeleteRequestBody struct {
}

type AccountExtensionMessagestoreGetRequestBody

type AccountExtensionMessagestoreGetRequestBody struct {
}

type AccountExtensionMessagestorePutRequestBody

type AccountExtensionMessagestorePutRequestBody struct {
	ReadStatus string `json:"readStatus,omitempty"`
}

type AccountExtensionMessagesyncGetRequestBody

type AccountExtensionMessagesyncGetRequestBody struct {
}

type AccountExtensionPhonenumberGetRequestBody

type AccountExtensionPhonenumberGetRequestBody struct {
}

type AccountExtensionProfileimagePostRequestBody

type AccountExtensionProfileimagePostRequestBody struct {
}

type AccountExtensionProfileimagePutRequestBody

type AccountExtensionProfileimagePutRequestBody struct {
}

type AccountExtensionPutRequestBody

type AccountExtensionPutRequestBody struct {
}

type AccountExtensionRingoutPostRequestBody

type AccountExtensionRingoutPostRequestBody struct {
	CallerId   definitions.RingOut_Request_To          `json:"callerId,omitempty"`
	Country    definitions.RingOut_Request_CountryInfo `json:"country,omitempty"`
	From       definitions.RingOut_Request_From        `json:"from,omitempty"`
	PlayPrompt bool                                    `json:"playPrompt,omitempty"`
	To         definitions.RingOut_Request_To          `json:"to,omitempty"`
}

type AccountExtensionSmsPostRequestBody

type AccountExtensionSmsPostRequestBody struct {
	From definitions.CallerInfo   `json:"from,omitempty"`
	Text string                   `json:"text,omitempty"`
	To   []definitions.CallerInfo `json:"to,omitempty"`
}

type AccountOrderPostRequestBody

type AccountOrderPostRequestBody struct {
	Devices []definitions.DeviceInfo `json:"devices,omitempty"`
}

type AccountPhonenumberGetRequestBody

type AccountPhonenumberGetRequestBody struct {
}

type ClientinfoCustomdataPutRequestBody

type ClientinfoCustomdataPutRequestBody struct {
	Id    string `json:"id,omitempty"`
	Value string `json:"value,omitempty"`
}

type DictionaryCountryGetRequestBody

type DictionaryCountryGetRequestBody struct {
}

type DictionaryLocationGetRequestBody

type DictionaryLocationGetRequestBody struct {
}

type DictionaryStateGetRequestBody

type DictionaryStateGetRequestBody struct {
}

type DictionaryTimezoneGetRequestBody

type DictionaryTimezoneGetRequestBody struct {
}

type NumberparserParsePostRequestBody

type NumberparserParsePostRequestBody struct {
	OriginalStrings []string `json:"originalStrings,omitempty"`
}

type NumberpoolLookupPostRequestBody

type NumberpoolLookupPostRequestBody struct {
}

type NumberpoolReservePostRequestBody

type NumberpoolReservePostRequestBody struct {
	Records []definitions.ReservePhoneNumber_Request_ReserveRecord `json:"records,omitempty"`
}

type OauthAuthorizePostRequestBody

type OauthAuthorizePostRequestBody struct {
	Client_id     string `json:"client_id,omitempty"`
	Redirect_uri  string `json:"redirect_uri,omitempty"`
	Response_type string `json:"response_type,omitempty"`
	State         string `json:"state,omitempty"`
}

type OauthRevokePostRequestBody

type OauthRevokePostRequestBody struct {
	Token string `json:"token,omitempty"`
}

type OauthTokenPostRequestBody

type OauthTokenPostRequestBody struct {
	Access_token_ttl  int    `json:"access_token_ttl,omitempty"`
	Endpoint_id       string `json:"endpoint_id,omitempty"`
	Extension         string `json:"extension,omitempty"`
	Grant_type        string `json:"grant_type,omitempty"`
	Password          string `json:"password,omitempty"`
	Refresh_token_ttl int    `json:"refresh_token_ttl,omitempty"`
	Scope             string `json:"scope,omitempty"`
	Username          string `json:"username,omitempty"`
}

type SubscriptionPostRequestBody

type SubscriptionPostRequestBody struct {
	DeliveryMode definitions.Subscription_Request_DeliveryMode `json:"deliveryMode,omitempty"`
	EventFilters []string                                      `json:"eventFilters,omitempty"`
}

type SubscriptionPutRequestBody

type SubscriptionPutRequestBody struct {
	EventFilters []string `json:"eventFilters,omitempty"`
}

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL