mautic_swagger_client 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3358f7b4b3cd2c31b21d0462b9a445cf9c4d1b13
4
+ data.tar.gz: 506ba101c67059d3ab9e21a5ee6b16cb2bbc79c7
5
+ SHA512:
6
+ metadata.gz: 59323307e4167bddd13707eb7d5b7c078ff38890b4eb49a2bce5c81e404298911666c228d4050243da37997f72db51d154bb2772de7ca70e4a97ad60acfac561
7
+ data.tar.gz: 36c548648e949d56f54b2ed713bfca98dd5a45733de2f19b92adc24a6d8cdb0359c9f6a36d69087801e6c11a5de99684d25ef1901dee6bedf06725c11ed148d6
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gemspec
4
+
5
+ group :development, :test do
6
+ gem 'rake', '~> 12.3.3'
7
+ end
@@ -0,0 +1,69 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ swagger_client (1.0.0)
5
+ json (~> 2.1, >= 2.1.0)
6
+ typhoeus (~> 1.0, >= 1.0.1)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ ZenTest (4.12.0)
12
+ addressable (2.7.0)
13
+ public_suffix (>= 2.0.2, < 5.0)
14
+ autotest (4.4.6)
15
+ ZenTest (>= 4.4.1)
16
+ autotest-fsevent (0.2.17)
17
+ sys-uname
18
+ autotest-growl (0.2.16)
19
+ autotest-rails-pure (4.1.2)
20
+ crack (0.4.3)
21
+ safe_yaml (~> 1.0.0)
22
+ diff-lcs (1.4.4)
23
+ ethon (0.12.0)
24
+ ffi (>= 1.3.0)
25
+ ffi (1.13.1)
26
+ hashdiff (1.0.1)
27
+ json (2.3.1)
28
+ public_suffix (4.0.5)
29
+ rake (12.3.3)
30
+ rspec (3.9.0)
31
+ rspec-core (~> 3.9.0)
32
+ rspec-expectations (~> 3.9.0)
33
+ rspec-mocks (~> 3.9.0)
34
+ rspec-core (3.9.2)
35
+ rspec-support (~> 3.9.3)
36
+ rspec-expectations (3.9.2)
37
+ diff-lcs (>= 1.2.0, < 2.0)
38
+ rspec-support (~> 3.9.0)
39
+ rspec-mocks (3.9.1)
40
+ diff-lcs (>= 1.2.0, < 2.0)
41
+ rspec-support (~> 3.9.0)
42
+ rspec-support (3.9.3)
43
+ safe_yaml (1.0.5)
44
+ sys-uname (1.2.1)
45
+ ffi (>= 1.0.0)
46
+ typhoeus (1.4.0)
47
+ ethon (>= 0.9.0)
48
+ vcr (3.0.3)
49
+ webmock (1.24.6)
50
+ addressable (>= 2.3.6)
51
+ crack (>= 0.3.2)
52
+ hashdiff
53
+
54
+ PLATFORMS
55
+ ruby
56
+
57
+ DEPENDENCIES
58
+ autotest (~> 4.4, >= 4.4.6)
59
+ autotest-fsevent (~> 0.2, >= 0.2.12)
60
+ autotest-growl (~> 0.2, >= 0.2.16)
61
+ autotest-rails-pure (~> 4.1, >= 4.1.2)
62
+ rake (~> 12.3.3)
63
+ rspec (~> 3.6, >= 3.6.0)
64
+ swagger_client!
65
+ vcr (~> 3.0, >= 3.0.1)
66
+ webmock (~> 1.24, >= 1.24.3)
67
+
68
+ BUNDLED WITH
69
+ 1.15.1
@@ -0,0 +1,403 @@
1
+ # swagger_client
2
+
3
+ SwaggerClient - the Ruby gem for the Mautic API docs
4
+
5
+ Auto-generated Swagger documentation.
6
+
7
+ This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
+
9
+ - API version: 3.0.0
10
+ - Package version: 1.0.0
11
+ - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
+
13
+ ## Installation
14
+
15
+ ### Build a gem
16
+
17
+ To build the Ruby code into a gem:
18
+
19
+ ```shell
20
+ gem build swagger_client.gemspec
21
+ ```
22
+
23
+ Then either install the gem locally:
24
+
25
+ ```shell
26
+ gem install ./swagger_client-1.0.0.gem
27
+ ```
28
+ (for development, run `gem install --dev ./swagger_client-1.0.0.gem` to install the development dependencies)
29
+
30
+ or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
+
32
+ Finally add this to the Gemfile:
33
+
34
+ gem 'swagger_client', '~> 1.0.0'
35
+
36
+ ### Install from Git
37
+
38
+ If the Ruby gem is hosted at a git repository: https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO, then add the following in the Gemfile:
39
+
40
+ gem 'swagger_client', :git => 'https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO.git'
41
+
42
+ ### Include the Ruby code directly
43
+
44
+ Include the Ruby code directly using `-I` as follows:
45
+
46
+ ```shell
47
+ ruby -Ilib script.rb
48
+ ```
49
+
50
+ ## Getting Started
51
+
52
+ Please follow the [installation](#installation) procedure and then run the following code:
53
+ ```ruby
54
+ # Load the gem
55
+ require 'swagger_client'
56
+
57
+ # Setup authorization
58
+ SwaggerClient.configure do |config|
59
+ # Configure HTTP basic authorization: Basic
60
+ config.username = 'YOUR USERNAME'
61
+ config.password = 'YOUR PASSWORD'
62
+ end
63
+
64
+ api_instance = SwaggerClient::DefaultApi.new
65
+
66
+ begin
67
+ #Delete a batch of entities.
68
+ api_instance.api_assets_batch_delete_delete
69
+ rescue SwaggerClient::ApiError => e
70
+ puts "Exception when calling DefaultApi->api_assets_batch_delete_delete: #{e}"
71
+ end
72
+
73
+ ```
74
+
75
+ ## Documentation for API Endpoints
76
+
77
+ All URIs are relative to *https://https://atoc.detie.cn/index_dev.php*
78
+
79
+ Class | Method | HTTP request | Description
80
+ ------------ | ------------- | ------------- | -------------
81
+ *SwaggerClient::DefaultApi* | [**api_assets_batch_delete_delete**](docs/DefaultApi.md#api_assets_batch_delete_delete) | **DELETE** /api/assets/batch/delete | Delete a batch of entities.
82
+ *SwaggerClient::DefaultApi* | [**api_assets_batch_edit_patch**](docs/DefaultApi.md#api_assets_batch_edit_patch) | **PATCH** /api/assets/batch/edit | Edit a batch of entities.
83
+ *SwaggerClient::DefaultApi* | [**api_assets_batch_edit_put**](docs/DefaultApi.md#api_assets_batch_edit_put) | **PUT** /api/assets/batch/edit | Edit a batch of entities.
84
+ *SwaggerClient::DefaultApi* | [**api_assets_batch_new_post**](docs/DefaultApi.md#api_assets_batch_new_post) | **POST** /api/assets/batch/new | Create a batch of new entities.
85
+ *SwaggerClient::DefaultApi* | [**api_assets_get**](docs/DefaultApi.md#api_assets_get) | **GET** /api/assets | Obtains a list of entities as defined by the API URL.
86
+ *SwaggerClient::DefaultApi* | [**api_assets_id_delete_delete**](docs/DefaultApi.md#api_assets_id_delete_delete) | **DELETE** /api/assets/{id}/delete | Deletes an entity.
87
+ *SwaggerClient::DefaultApi* | [**api_assets_id_edit_patch**](docs/DefaultApi.md#api_assets_id_edit_patch) | **PATCH** /api/assets/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
88
+ *SwaggerClient::DefaultApi* | [**api_assets_id_edit_put**](docs/DefaultApi.md#api_assets_id_edit_put) | **PUT** /api/assets/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
89
+ *SwaggerClient::DefaultApi* | [**api_assets_id_get**](docs/DefaultApi.md#api_assets_id_get) | **GET** /api/assets/{id} | Obtains a specific entity as defined by the API URL.
90
+ *SwaggerClient::DefaultApi* | [**api_assets_new_post**](docs/DefaultApi.md#api_assets_new_post) | **POST** /api/assets/new | Creates a new entity.
91
+ *SwaggerClient::DefaultApi* | [**api_campaigns_batch_delete_delete**](docs/DefaultApi.md#api_campaigns_batch_delete_delete) | **DELETE** /api/campaigns/batch/delete | Delete a batch of entities.
92
+ *SwaggerClient::DefaultApi* | [**api_campaigns_batch_edit_patch**](docs/DefaultApi.md#api_campaigns_batch_edit_patch) | **PATCH** /api/campaigns/batch/edit | Edit a batch of entities.
93
+ *SwaggerClient::DefaultApi* | [**api_campaigns_batch_edit_put**](docs/DefaultApi.md#api_campaigns_batch_edit_put) | **PUT** /api/campaigns/batch/edit | Edit a batch of entities.
94
+ *SwaggerClient::DefaultApi* | [**api_campaigns_batch_new_post**](docs/DefaultApi.md#api_campaigns_batch_new_post) | **POST** /api/campaigns/batch/new | Create a batch of new entities.
95
+ *SwaggerClient::DefaultApi* | [**api_campaigns_campaign_id_events_contact_contact_id_get**](docs/DefaultApi.md#api_campaigns_campaign_id_events_contact_contact_id_get) | **GET** /api/campaigns/{campaignId}/events/contact/{contactId} | Get a list of events.
96
+ *SwaggerClient::DefaultApi* | [**api_campaigns_clone_campaign_id_post**](docs/DefaultApi.md#api_campaigns_clone_campaign_id_post) | **POST** /api/campaigns/clone/{campaignId} |
97
+ *SwaggerClient::DefaultApi* | [**api_campaigns_events_batch_edit_put**](docs/DefaultApi.md#api_campaigns_events_batch_edit_put) | **PUT** /api/campaigns/events/batch/edit |
98
+ *SwaggerClient::DefaultApi* | [**api_campaigns_events_contact_contact_id_get**](docs/DefaultApi.md#api_campaigns_events_contact_contact_id_get) | **GET** /api/campaigns/events/contact/{contactId} | Get a list of events.
99
+ *SwaggerClient::DefaultApi* | [**api_campaigns_events_event_id_contact_contact_id_edit_put**](docs/DefaultApi.md#api_campaigns_events_event_id_contact_contact_id_edit_put) | **PUT** /api/campaigns/events/{eventId}/contact/{contactId}/edit |
100
+ *SwaggerClient::DefaultApi* | [**api_campaigns_events_get**](docs/DefaultApi.md#api_campaigns_events_get) | **GET** /api/campaigns/events | Obtains a list of entities as defined by the API URL.
101
+ *SwaggerClient::DefaultApi* | [**api_campaigns_events_id_get**](docs/DefaultApi.md#api_campaigns_events_id_get) | **GET** /api/campaigns/events/{id} | Obtains a specific entity as defined by the API URL.
102
+ *SwaggerClient::DefaultApi* | [**api_campaigns_get**](docs/DefaultApi.md#api_campaigns_get) | **GET** /api/campaigns | Obtains a list of entities as defined by the API URL.
103
+ *SwaggerClient::DefaultApi* | [**api_campaigns_id_contact_lead_id_add_post**](docs/DefaultApi.md#api_campaigns_id_contact_lead_id_add_post) | **POST** /api/campaigns/{id}/contact/{leadId}/add | Adds a lead to a campaign.
104
+ *SwaggerClient::DefaultApi* | [**api_campaigns_id_contact_lead_id_remove_post**](docs/DefaultApi.md#api_campaigns_id_contact_lead_id_remove_post) | **POST** /api/campaigns/{id}/contact/{leadId}/remove | Removes given lead from a campaign.
105
+ *SwaggerClient::DefaultApi* | [**api_campaigns_id_contacts_get**](docs/DefaultApi.md#api_campaigns_id_contacts_get) | **GET** /api/campaigns/{id}/contacts | Obtains a list of campaign contacts.
106
+ *SwaggerClient::DefaultApi* | [**api_campaigns_id_delete_delete**](docs/DefaultApi.md#api_campaigns_id_delete_delete) | **DELETE** /api/campaigns/{id}/delete | Deletes an entity.
107
+ *SwaggerClient::DefaultApi* | [**api_campaigns_id_edit_patch**](docs/DefaultApi.md#api_campaigns_id_edit_patch) | **PATCH** /api/campaigns/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
108
+ *SwaggerClient::DefaultApi* | [**api_campaigns_id_edit_put**](docs/DefaultApi.md#api_campaigns_id_edit_put) | **PUT** /api/campaigns/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
109
+ *SwaggerClient::DefaultApi* | [**api_campaigns_id_get**](docs/DefaultApi.md#api_campaigns_id_get) | **GET** /api/campaigns/{id} | Obtains a specific entity as defined by the API URL.
110
+ *SwaggerClient::DefaultApi* | [**api_campaigns_new_post**](docs/DefaultApi.md#api_campaigns_new_post) | **POST** /api/campaigns/new | Creates a new entity.
111
+ *SwaggerClient::DefaultApi* | [**api_categories_batch_delete_delete**](docs/DefaultApi.md#api_categories_batch_delete_delete) | **DELETE** /api/categories/batch/delete | Delete a batch of entities.
112
+ *SwaggerClient::DefaultApi* | [**api_categories_batch_edit_patch**](docs/DefaultApi.md#api_categories_batch_edit_patch) | **PATCH** /api/categories/batch/edit | Edit a batch of entities.
113
+ *SwaggerClient::DefaultApi* | [**api_categories_batch_edit_put**](docs/DefaultApi.md#api_categories_batch_edit_put) | **PUT** /api/categories/batch/edit | Edit a batch of entities.
114
+ *SwaggerClient::DefaultApi* | [**api_categories_batch_new_post**](docs/DefaultApi.md#api_categories_batch_new_post) | **POST** /api/categories/batch/new | Create a batch of new entities.
115
+ *SwaggerClient::DefaultApi* | [**api_categories_get**](docs/DefaultApi.md#api_categories_get) | **GET** /api/categories | Obtains a list of entities as defined by the API URL.
116
+ *SwaggerClient::DefaultApi* | [**api_categories_id_delete_delete**](docs/DefaultApi.md#api_categories_id_delete_delete) | **DELETE** /api/categories/{id}/delete | Deletes an entity.
117
+ *SwaggerClient::DefaultApi* | [**api_categories_id_edit_patch**](docs/DefaultApi.md#api_categories_id_edit_patch) | **PATCH** /api/categories/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
118
+ *SwaggerClient::DefaultApi* | [**api_categories_id_edit_put**](docs/DefaultApi.md#api_categories_id_edit_put) | **PUT** /api/categories/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
119
+ *SwaggerClient::DefaultApi* | [**api_categories_id_get**](docs/DefaultApi.md#api_categories_id_get) | **GET** /api/categories/{id} | Obtains a specific entity as defined by the API URL.
120
+ *SwaggerClient::DefaultApi* | [**api_categories_new_post**](docs/DefaultApi.md#api_categories_new_post) | **POST** /api/categories/new | Creates a new entity.
121
+ *SwaggerClient::DefaultApi* | [**api_companies_batch_delete_delete**](docs/DefaultApi.md#api_companies_batch_delete_delete) | **DELETE** /api/companies/batch/delete | Delete a batch of entities.
122
+ *SwaggerClient::DefaultApi* | [**api_companies_batch_edit_patch**](docs/DefaultApi.md#api_companies_batch_edit_patch) | **PATCH** /api/companies/batch/edit | Edit a batch of entities.
123
+ *SwaggerClient::DefaultApi* | [**api_companies_batch_edit_put**](docs/DefaultApi.md#api_companies_batch_edit_put) | **PUT** /api/companies/batch/edit | Edit a batch of entities.
124
+ *SwaggerClient::DefaultApi* | [**api_companies_batch_new_post**](docs/DefaultApi.md#api_companies_batch_new_post) | **POST** /api/companies/batch/new | Create a batch of new entities.
125
+ *SwaggerClient::DefaultApi* | [**api_companies_company_id_contact_contact_id_add_post**](docs/DefaultApi.md#api_companies_company_id_contact_contact_id_add_post) | **POST** /api/companies/{companyId}/contact/{contactId}/add | Adds a contact to a company.
126
+ *SwaggerClient::DefaultApi* | [**api_companies_company_id_contact_contact_id_remove_post**](docs/DefaultApi.md#api_companies_company_id_contact_contact_id_remove_post) | **POST** /api/companies/{companyId}/contact/{contactId}/remove | Removes given contact from a company.
127
+ *SwaggerClient::DefaultApi* | [**api_companies_get**](docs/DefaultApi.md#api_companies_get) | **GET** /api/companies | Obtains a list of entities as defined by the API URL.
128
+ *SwaggerClient::DefaultApi* | [**api_companies_id_delete_delete**](docs/DefaultApi.md#api_companies_id_delete_delete) | **DELETE** /api/companies/{id}/delete | Deletes an entity.
129
+ *SwaggerClient::DefaultApi* | [**api_companies_id_edit_patch**](docs/DefaultApi.md#api_companies_id_edit_patch) | **PATCH** /api/companies/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
130
+ *SwaggerClient::DefaultApi* | [**api_companies_id_edit_put**](docs/DefaultApi.md#api_companies_id_edit_put) | **PUT** /api/companies/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
131
+ *SwaggerClient::DefaultApi* | [**api_companies_id_get**](docs/DefaultApi.md#api_companies_id_get) | **GET** /api/companies/{id} | Obtains a specific entity as defined by the API URL.
132
+ *SwaggerClient::DefaultApi* | [**api_companies_new_post**](docs/DefaultApi.md#api_companies_new_post) | **POST** /api/companies/new | If an existing company is matched, it'll be merged. Otherwise it'll be created.
133
+ *SwaggerClient::DefaultApi* | [**api_contacts_activity_get**](docs/DefaultApi.md#api_contacts_activity_get) | **GET** /api/contacts/activity | Obtains a list of contact events.
134
+ *SwaggerClient::DefaultApi* | [**api_contacts_batch_delete_delete**](docs/DefaultApi.md#api_contacts_batch_delete_delete) | **DELETE** /api/contacts/batch/delete | Delete a batch of entities.
135
+ *SwaggerClient::DefaultApi* | [**api_contacts_batch_edit_patch**](docs/DefaultApi.md#api_contacts_batch_edit_patch) | **PATCH** /api/contacts/batch/edit | Edit a batch of entities.
136
+ *SwaggerClient::DefaultApi* | [**api_contacts_batch_edit_put**](docs/DefaultApi.md#api_contacts_batch_edit_put) | **PUT** /api/contacts/batch/edit | Edit a batch of entities.
137
+ *SwaggerClient::DefaultApi* | [**api_contacts_batch_new_post**](docs/DefaultApi.md#api_contacts_batch_new_post) | **POST** /api/contacts/batch/new | Create a batch of new entities.
138
+ *SwaggerClient::DefaultApi* | [**api_contacts_get**](docs/DefaultApi.md#api_contacts_get) | **GET** /api/contacts | Obtains a list of entities as defined by the API URL.
139
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_activity_get**](docs/DefaultApi.md#api_contacts_id_activity_get) | **GET** /api/contacts/{id}/activity | Obtains a list of contact events.
140
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_campaigns_get**](docs/DefaultApi.md#api_contacts_id_campaigns_get) | **GET** /api/contacts/{id}/campaigns | Obtains a list of campaigns the lead is part of.
141
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_companies_get**](docs/DefaultApi.md#api_contacts_id_companies_get) | **GET** /api/contacts/{id}/companies | Obtains a list of contact companies the contact is in.
142
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_delete_delete**](docs/DefaultApi.md#api_contacts_id_delete_delete) | **DELETE** /api/contacts/{id}/delete | Deletes an entity.
143
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_devices_get**](docs/DefaultApi.md#api_contacts_id_devices_get) | **GET** /api/contacts/{id}/devices | Obtains a list of devices on a specific lead.
144
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_dnc_channel_add_post**](docs/DefaultApi.md#api_contacts_id_dnc_channel_add_post) | **POST** /api/contacts/{id}/dnc/{channel}/add | Adds a DNC to the contact.
145
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_dnc_channel_remove_post**](docs/DefaultApi.md#api_contacts_id_dnc_channel_remove_post) | **POST** /api/contacts/{id}/dnc/{channel}/remove | Removes a DNC from the contact.
146
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_edit_patch**](docs/DefaultApi.md#api_contacts_id_edit_patch) | **PATCH** /api/contacts/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
147
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_edit_put**](docs/DefaultApi.md#api_contacts_id_edit_put) | **PUT** /api/contacts/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
148
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_get**](docs/DefaultApi.md#api_contacts_id_get) | **GET** /api/contacts/{id} | Obtains a specific entity as defined by the API URL.
149
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_notes_get**](docs/DefaultApi.md#api_contacts_id_notes_get) | **GET** /api/contacts/{id}/notes | Obtains a list of notes on a specific lead.
150
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_segments_get**](docs/DefaultApi.md#api_contacts_id_segments_get) | **GET** /api/contacts/{id}/segments | Obtains a list of contact segments the contact is in.
151
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_utm_add_post**](docs/DefaultApi.md#api_contacts_id_utm_add_post) | **POST** /api/contacts/{id}/utm/add | Adds a UTM Tagset to the contact.
152
+ *SwaggerClient::DefaultApi* | [**api_contacts_id_utm_utmid_remove_post**](docs/DefaultApi.md#api_contacts_id_utm_utmid_remove_post) | **POST** /api/contacts/{id}/utm/{utmid}/remove | Remove a UTM Tagset for the contact.
153
+ *SwaggerClient::DefaultApi* | [**api_contacts_lead_id_points_operator_delta_post**](docs/DefaultApi.md#api_contacts_lead_id_points_operator_delta_post) | **POST** /api/contacts/{leadId}/points/{operator}/{delta} | Subtract points from a lead.
154
+ *SwaggerClient::DefaultApi* | [**api_contacts_list_fields_get**](docs/DefaultApi.md#api_contacts_list_fields_get) | **GET** /api/contacts/list/fields | Obtains a list of custom fields.
155
+ *SwaggerClient::DefaultApi* | [**api_contacts_list_owners_get**](docs/DefaultApi.md#api_contacts_list_owners_get) | **GET** /api/contacts/list/owners | Obtains a list of users for lead owner edits.
156
+ *SwaggerClient::DefaultApi* | [**api_contacts_list_segments_get**](docs/DefaultApi.md#api_contacts_list_segments_get) | **GET** /api/contacts/list/segments | Obtains a list of smart lists for the user.
157
+ *SwaggerClient::DefaultApi* | [**api_contacts_new_post**](docs/DefaultApi.md#api_contacts_new_post) | **POST** /api/contacts/new | Creates a new entity.
158
+ *SwaggerClient::DefaultApi* | [**api_data_get**](docs/DefaultApi.md#api_data_get) | **GET** /api/data | Obtains a list of available widget types.
159
+ *SwaggerClient::DefaultApi* | [**api_data_type_get**](docs/DefaultApi.md#api_data_type_get) | **GET** /api/data/{type} | Obtains a list of available widget types.
160
+ *SwaggerClient::DefaultApi* | [**api_devices_batch_delete_delete**](docs/DefaultApi.md#api_devices_batch_delete_delete) | **DELETE** /api/devices/batch/delete | Delete a batch of entities.
161
+ *SwaggerClient::DefaultApi* | [**api_devices_batch_edit_patch**](docs/DefaultApi.md#api_devices_batch_edit_patch) | **PATCH** /api/devices/batch/edit | Edit a batch of entities.
162
+ *SwaggerClient::DefaultApi* | [**api_devices_batch_edit_put**](docs/DefaultApi.md#api_devices_batch_edit_put) | **PUT** /api/devices/batch/edit | Edit a batch of entities.
163
+ *SwaggerClient::DefaultApi* | [**api_devices_batch_new_post**](docs/DefaultApi.md#api_devices_batch_new_post) | **POST** /api/devices/batch/new | Create a batch of new entities.
164
+ *SwaggerClient::DefaultApi* | [**api_devices_get**](docs/DefaultApi.md#api_devices_get) | **GET** /api/devices | Obtains a list of entities as defined by the API URL.
165
+ *SwaggerClient::DefaultApi* | [**api_devices_id_delete_delete**](docs/DefaultApi.md#api_devices_id_delete_delete) | **DELETE** /api/devices/{id}/delete | Deletes an entity.
166
+ *SwaggerClient::DefaultApi* | [**api_devices_id_edit_patch**](docs/DefaultApi.md#api_devices_id_edit_patch) | **PATCH** /api/devices/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
167
+ *SwaggerClient::DefaultApi* | [**api_devices_id_edit_put**](docs/DefaultApi.md#api_devices_id_edit_put) | **PUT** /api/devices/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
168
+ *SwaggerClient::DefaultApi* | [**api_devices_id_get**](docs/DefaultApi.md#api_devices_id_get) | **GET** /api/devices/{id} | Obtains a specific entity as defined by the API URL.
169
+ *SwaggerClient::DefaultApi* | [**api_devices_new_post**](docs/DefaultApi.md#api_devices_new_post) | **POST** /api/devices/new | Creates a new entity.
170
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_batch_delete_delete**](docs/DefaultApi.md#api_dynamiccontents_batch_delete_delete) | **DELETE** /api/dynamiccontents/batch/delete | Delete a batch of entities.
171
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_batch_edit_patch**](docs/DefaultApi.md#api_dynamiccontents_batch_edit_patch) | **PATCH** /api/dynamiccontents/batch/edit | Edit a batch of entities.
172
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_batch_edit_put**](docs/DefaultApi.md#api_dynamiccontents_batch_edit_put) | **PUT** /api/dynamiccontents/batch/edit | Edit a batch of entities.
173
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_batch_new_post**](docs/DefaultApi.md#api_dynamiccontents_batch_new_post) | **POST** /api/dynamiccontents/batch/new | Create a batch of new entities.
174
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_get**](docs/DefaultApi.md#api_dynamiccontents_get) | **GET** /api/dynamiccontents | Obtains a list of entities as defined by the API URL.
175
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_id_delete_delete**](docs/DefaultApi.md#api_dynamiccontents_id_delete_delete) | **DELETE** /api/dynamiccontents/{id}/delete | Deletes an entity.
176
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_id_edit_patch**](docs/DefaultApi.md#api_dynamiccontents_id_edit_patch) | **PATCH** /api/dynamiccontents/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
177
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_id_edit_put**](docs/DefaultApi.md#api_dynamiccontents_id_edit_put) | **PUT** /api/dynamiccontents/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
178
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_id_get**](docs/DefaultApi.md#api_dynamiccontents_id_get) | **GET** /api/dynamiccontents/{id} | Obtains a specific entity as defined by the API URL.
179
+ *SwaggerClient::DefaultApi* | [**api_dynamiccontents_new_post**](docs/DefaultApi.md#api_dynamiccontents_new_post) | **POST** /api/dynamiccontents/new | Creates a new entity.
180
+ *SwaggerClient::DefaultApi* | [**api_emails_batch_delete_delete**](docs/DefaultApi.md#api_emails_batch_delete_delete) | **DELETE** /api/emails/batch/delete | Delete a batch of entities.
181
+ *SwaggerClient::DefaultApi* | [**api_emails_batch_edit_patch**](docs/DefaultApi.md#api_emails_batch_edit_patch) | **PATCH** /api/emails/batch/edit | Edit a batch of entities.
182
+ *SwaggerClient::DefaultApi* | [**api_emails_batch_edit_put**](docs/DefaultApi.md#api_emails_batch_edit_put) | **PUT** /api/emails/batch/edit | Edit a batch of entities.
183
+ *SwaggerClient::DefaultApi* | [**api_emails_batch_new_post**](docs/DefaultApi.md#api_emails_batch_new_post) | **POST** /api/emails/batch/new | Create a batch of new entities.
184
+ *SwaggerClient::DefaultApi* | [**api_emails_get**](docs/DefaultApi.md#api_emails_get) | **GET** /api/emails | Obtains a list of emails.
185
+ *SwaggerClient::DefaultApi* | [**api_emails_id_contact_lead_id_send_post**](docs/DefaultApi.md#api_emails_id_contact_lead_id_send_post) | **POST** /api/emails/{id}/contact/{leadId}/send | Sends the email to a specific lead.
186
+ *SwaggerClient::DefaultApi* | [**api_emails_id_delete_delete**](docs/DefaultApi.md#api_emails_id_delete_delete) | **DELETE** /api/emails/{id}/delete | Deletes an entity.
187
+ *SwaggerClient::DefaultApi* | [**api_emails_id_edit_patch**](docs/DefaultApi.md#api_emails_id_edit_patch) | **PATCH** /api/emails/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
188
+ *SwaggerClient::DefaultApi* | [**api_emails_id_edit_put**](docs/DefaultApi.md#api_emails_id_edit_put) | **PUT** /api/emails/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
189
+ *SwaggerClient::DefaultApi* | [**api_emails_id_get**](docs/DefaultApi.md#api_emails_id_get) | **GET** /api/emails/{id} | Obtains a specific entity as defined by the API URL.
190
+ *SwaggerClient::DefaultApi* | [**api_emails_id_send_post**](docs/DefaultApi.md#api_emails_id_send_post) | **POST** /api/emails/{id}/send | Sends the email to it's assigned lists.
191
+ *SwaggerClient::DefaultApi* | [**api_emails_new_post**](docs/DefaultApi.md#api_emails_new_post) | **POST** /api/emails/new | Creates a new entity.
192
+ *SwaggerClient::DefaultApi* | [**api_fields_object_batch_delete_delete**](docs/DefaultApi.md#api_fields_object_batch_delete_delete) | **DELETE** /api/fields/{object}/batch/delete | Delete a batch of entities.
193
+ *SwaggerClient::DefaultApi* | [**api_fields_object_batch_edit_patch**](docs/DefaultApi.md#api_fields_object_batch_edit_patch) | **PATCH** /api/fields/{object}/batch/edit | Edit a batch of entities.
194
+ *SwaggerClient::DefaultApi* | [**api_fields_object_batch_edit_put**](docs/DefaultApi.md#api_fields_object_batch_edit_put) | **PUT** /api/fields/{object}/batch/edit | Edit a batch of entities.
195
+ *SwaggerClient::DefaultApi* | [**api_fields_object_batch_new_post**](docs/DefaultApi.md#api_fields_object_batch_new_post) | **POST** /api/fields/{object}/batch/new | Create a batch of new entities.
196
+ *SwaggerClient::DefaultApi* | [**api_fields_object_get**](docs/DefaultApi.md#api_fields_object_get) | **GET** /api/fields/{object} | Obtains a list of entities as defined by the API URL.
197
+ *SwaggerClient::DefaultApi* | [**api_fields_object_id_delete_delete**](docs/DefaultApi.md#api_fields_object_id_delete_delete) | **DELETE** /api/fields/{object}/{id}/delete | Deletes an entity.
198
+ *SwaggerClient::DefaultApi* | [**api_fields_object_id_edit_patch**](docs/DefaultApi.md#api_fields_object_id_edit_patch) | **PATCH** /api/fields/{object}/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
199
+ *SwaggerClient::DefaultApi* | [**api_fields_object_id_edit_put**](docs/DefaultApi.md#api_fields_object_id_edit_put) | **PUT** /api/fields/{object}/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
200
+ *SwaggerClient::DefaultApi* | [**api_fields_object_id_get**](docs/DefaultApi.md#api_fields_object_id_get) | **GET** /api/fields/{object}/{id} | Obtains a specific entity as defined by the API URL.
201
+ *SwaggerClient::DefaultApi* | [**api_fields_object_new_post**](docs/DefaultApi.md#api_fields_object_new_post) | **POST** /api/fields/{object}/new | Creates a new entity.
202
+ *SwaggerClient::DefaultApi* | [**api_files_dir_file_delete_delete**](docs/DefaultApi.md#api_files_dir_file_delete_delete) | **DELETE** /api/files/{dir}/{file}/delete | Delete a file from /media directory.
203
+ *SwaggerClient::DefaultApi* | [**api_files_dir_get**](docs/DefaultApi.md#api_files_dir_get) | **GET** /api/files/{dir} | List the files in /media directory.
204
+ *SwaggerClient::DefaultApi* | [**api_files_dir_new_post**](docs/DefaultApi.md#api_files_dir_new_post) | **POST** /api/files/{dir}/new | Uploads a file.
205
+ *SwaggerClient::DefaultApi* | [**api_focus_batch_delete_delete**](docs/DefaultApi.md#api_focus_batch_delete_delete) | **DELETE** /api/focus/batch/delete | Delete a batch of entities.
206
+ *SwaggerClient::DefaultApi* | [**api_focus_batch_edit_patch**](docs/DefaultApi.md#api_focus_batch_edit_patch) | **PATCH** /api/focus/batch/edit | Edit a batch of entities.
207
+ *SwaggerClient::DefaultApi* | [**api_focus_batch_edit_put**](docs/DefaultApi.md#api_focus_batch_edit_put) | **PUT** /api/focus/batch/edit | Edit a batch of entities.
208
+ *SwaggerClient::DefaultApi* | [**api_focus_batch_new_post**](docs/DefaultApi.md#api_focus_batch_new_post) | **POST** /api/focus/batch/new | Create a batch of new entities.
209
+ *SwaggerClient::DefaultApi* | [**api_focus_get**](docs/DefaultApi.md#api_focus_get) | **GET** /api/focus | Obtains a list of entities as defined by the API URL.
210
+ *SwaggerClient::DefaultApi* | [**api_focus_id_delete_delete**](docs/DefaultApi.md#api_focus_id_delete_delete) | **DELETE** /api/focus/{id}/delete | Deletes an entity.
211
+ *SwaggerClient::DefaultApi* | [**api_focus_id_edit_patch**](docs/DefaultApi.md#api_focus_id_edit_patch) | **PATCH** /api/focus/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
212
+ *SwaggerClient::DefaultApi* | [**api_focus_id_edit_put**](docs/DefaultApi.md#api_focus_id_edit_put) | **PUT** /api/focus/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
213
+ *SwaggerClient::DefaultApi* | [**api_focus_id_get**](docs/DefaultApi.md#api_focus_id_get) | **GET** /api/focus/{id} | Obtains a specific entity as defined by the API URL.
214
+ *SwaggerClient::DefaultApi* | [**api_focus_id_js_post**](docs/DefaultApi.md#api_focus_id_js_post) | **POST** /api/focus/{id}/js |
215
+ *SwaggerClient::DefaultApi* | [**api_focus_new_post**](docs/DefaultApi.md#api_focus_new_post) | **POST** /api/focus/new | Creates a new entity.
216
+ *SwaggerClient::DefaultApi* | [**api_forms_batch_delete_delete**](docs/DefaultApi.md#api_forms_batch_delete_delete) | **DELETE** /api/forms/batch/delete | Delete a batch of entities.
217
+ *SwaggerClient::DefaultApi* | [**api_forms_batch_edit_patch**](docs/DefaultApi.md#api_forms_batch_edit_patch) | **PATCH** /api/forms/batch/edit | Edit a batch of entities.
218
+ *SwaggerClient::DefaultApi* | [**api_forms_batch_edit_put**](docs/DefaultApi.md#api_forms_batch_edit_put) | **PUT** /api/forms/batch/edit | Edit a batch of entities.
219
+ *SwaggerClient::DefaultApi* | [**api_forms_batch_new_post**](docs/DefaultApi.md#api_forms_batch_new_post) | **POST** /api/forms/batch/new | Create a batch of new entities.
220
+ *SwaggerClient::DefaultApi* | [**api_forms_form_id_actions_delete_delete**](docs/DefaultApi.md#api_forms_form_id_actions_delete_delete) | **DELETE** /api/forms/{formId}/actions/delete | Delete fields from a form.
221
+ *SwaggerClient::DefaultApi* | [**api_forms_form_id_fields_delete_delete**](docs/DefaultApi.md#api_forms_form_id_fields_delete_delete) | **DELETE** /api/forms/{formId}/fields/delete | Delete fields from a form.
222
+ *SwaggerClient::DefaultApi* | [**api_forms_form_id_submissions_contact_contact_id_get**](docs/DefaultApi.md#api_forms_form_id_submissions_contact_contact_id_get) | **GET** /api/forms/{formId}/submissions/contact/{contactId} | Obtains a list of entities for specific form and contact.
223
+ *SwaggerClient::DefaultApi* | [**api_forms_form_id_submissions_get**](docs/DefaultApi.md#api_forms_form_id_submissions_get) | **GET** /api/forms/{formId}/submissions | Obtains a list of entities as defined by the API URL.
224
+ *SwaggerClient::DefaultApi* | [**api_forms_form_id_submissions_submission_id_get**](docs/DefaultApi.md#api_forms_form_id_submissions_submission_id_get) | **GET** /api/forms/{formId}/submissions/{submissionId} | Obtains a specific entity as defined by the API URL.
225
+ *SwaggerClient::DefaultApi* | [**api_forms_get**](docs/DefaultApi.md#api_forms_get) | **GET** /api/forms | Obtains a list of entities as defined by the API URL.
226
+ *SwaggerClient::DefaultApi* | [**api_forms_id_delete_delete**](docs/DefaultApi.md#api_forms_id_delete_delete) | **DELETE** /api/forms/{id}/delete | Deletes an entity.
227
+ *SwaggerClient::DefaultApi* | [**api_forms_id_edit_patch**](docs/DefaultApi.md#api_forms_id_edit_patch) | **PATCH** /api/forms/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
228
+ *SwaggerClient::DefaultApi* | [**api_forms_id_edit_put**](docs/DefaultApi.md#api_forms_id_edit_put) | **PUT** /api/forms/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
229
+ *SwaggerClient::DefaultApi* | [**api_forms_id_get**](docs/DefaultApi.md#api_forms_id_get) | **GET** /api/forms/{id} | Obtains a specific entity as defined by the API URL.
230
+ *SwaggerClient::DefaultApi* | [**api_forms_new_post**](docs/DefaultApi.md#api_forms_new_post) | **POST** /api/forms/new | Creates a new entity.
231
+ *SwaggerClient::DefaultApi* | [**api_hooks_batch_delete_delete**](docs/DefaultApi.md#api_hooks_batch_delete_delete) | **DELETE** /api/hooks/batch/delete | Delete a batch of entities.
232
+ *SwaggerClient::DefaultApi* | [**api_hooks_batch_edit_patch**](docs/DefaultApi.md#api_hooks_batch_edit_patch) | **PATCH** /api/hooks/batch/edit | Edit a batch of entities.
233
+ *SwaggerClient::DefaultApi* | [**api_hooks_batch_edit_put**](docs/DefaultApi.md#api_hooks_batch_edit_put) | **PUT** /api/hooks/batch/edit | Edit a batch of entities.
234
+ *SwaggerClient::DefaultApi* | [**api_hooks_batch_new_post**](docs/DefaultApi.md#api_hooks_batch_new_post) | **POST** /api/hooks/batch/new | Create a batch of new entities.
235
+ *SwaggerClient::DefaultApi* | [**api_hooks_get**](docs/DefaultApi.md#api_hooks_get) | **GET** /api/hooks | Obtains a list of entities as defined by the API URL.
236
+ *SwaggerClient::DefaultApi* | [**api_hooks_id_delete_delete**](docs/DefaultApi.md#api_hooks_id_delete_delete) | **DELETE** /api/hooks/{id}/delete | Deletes an entity.
237
+ *SwaggerClient::DefaultApi* | [**api_hooks_id_edit_patch**](docs/DefaultApi.md#api_hooks_id_edit_patch) | **PATCH** /api/hooks/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
238
+ *SwaggerClient::DefaultApi* | [**api_hooks_id_edit_put**](docs/DefaultApi.md#api_hooks_id_edit_put) | **PUT** /api/hooks/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
239
+ *SwaggerClient::DefaultApi* | [**api_hooks_id_get**](docs/DefaultApi.md#api_hooks_id_get) | **GET** /api/hooks/{id} | Obtains a specific entity as defined by the API URL.
240
+ *SwaggerClient::DefaultApi* | [**api_hooks_new_post**](docs/DefaultApi.md#api_hooks_new_post) | **POST** /api/hooks/new | Creates a new entity.
241
+ *SwaggerClient::DefaultApi* | [**api_hooks_triggers_get**](docs/DefaultApi.md#api_hooks_triggers_get) | **GET** /api/hooks/triggers |
242
+ *SwaggerClient::DefaultApi* | [**api_messages_batch_delete_delete**](docs/DefaultApi.md#api_messages_batch_delete_delete) | **DELETE** /api/messages/batch/delete | Delete a batch of entities.
243
+ *SwaggerClient::DefaultApi* | [**api_messages_batch_edit_patch**](docs/DefaultApi.md#api_messages_batch_edit_patch) | **PATCH** /api/messages/batch/edit | Edit a batch of entities.
244
+ *SwaggerClient::DefaultApi* | [**api_messages_batch_edit_put**](docs/DefaultApi.md#api_messages_batch_edit_put) | **PUT** /api/messages/batch/edit | Edit a batch of entities.
245
+ *SwaggerClient::DefaultApi* | [**api_messages_batch_new_post**](docs/DefaultApi.md#api_messages_batch_new_post) | **POST** /api/messages/batch/new | Create a batch of new entities.
246
+ *SwaggerClient::DefaultApi* | [**api_messages_get**](docs/DefaultApi.md#api_messages_get) | **GET** /api/messages | Obtains a list of entities as defined by the API URL.
247
+ *SwaggerClient::DefaultApi* | [**api_messages_id_delete_delete**](docs/DefaultApi.md#api_messages_id_delete_delete) | **DELETE** /api/messages/{id}/delete | Deletes an entity.
248
+ *SwaggerClient::DefaultApi* | [**api_messages_id_edit_patch**](docs/DefaultApi.md#api_messages_id_edit_patch) | **PATCH** /api/messages/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
249
+ *SwaggerClient::DefaultApi* | [**api_messages_id_edit_put**](docs/DefaultApi.md#api_messages_id_edit_put) | **PUT** /api/messages/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
250
+ *SwaggerClient::DefaultApi* | [**api_messages_id_get**](docs/DefaultApi.md#api_messages_id_get) | **GET** /api/messages/{id} | Obtains a specific entity as defined by the API URL.
251
+ *SwaggerClient::DefaultApi* | [**api_messages_new_post**](docs/DefaultApi.md#api_messages_new_post) | **POST** /api/messages/new | Creates a new entity.
252
+ *SwaggerClient::DefaultApi* | [**api_notes_batch_delete_delete**](docs/DefaultApi.md#api_notes_batch_delete_delete) | **DELETE** /api/notes/batch/delete | Delete a batch of entities.
253
+ *SwaggerClient::DefaultApi* | [**api_notes_batch_edit_patch**](docs/DefaultApi.md#api_notes_batch_edit_patch) | **PATCH** /api/notes/batch/edit | Edit a batch of entities.
254
+ *SwaggerClient::DefaultApi* | [**api_notes_batch_edit_put**](docs/DefaultApi.md#api_notes_batch_edit_put) | **PUT** /api/notes/batch/edit | Edit a batch of entities.
255
+ *SwaggerClient::DefaultApi* | [**api_notes_batch_new_post**](docs/DefaultApi.md#api_notes_batch_new_post) | **POST** /api/notes/batch/new | Create a batch of new entities.
256
+ *SwaggerClient::DefaultApi* | [**api_notes_get**](docs/DefaultApi.md#api_notes_get) | **GET** /api/notes | Obtains a list of entities as defined by the API URL.
257
+ *SwaggerClient::DefaultApi* | [**api_notes_id_delete_delete**](docs/DefaultApi.md#api_notes_id_delete_delete) | **DELETE** /api/notes/{id}/delete | Deletes an entity.
258
+ *SwaggerClient::DefaultApi* | [**api_notes_id_edit_patch**](docs/DefaultApi.md#api_notes_id_edit_patch) | **PATCH** /api/notes/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
259
+ *SwaggerClient::DefaultApi* | [**api_notes_id_edit_put**](docs/DefaultApi.md#api_notes_id_edit_put) | **PUT** /api/notes/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
260
+ *SwaggerClient::DefaultApi* | [**api_notes_id_get**](docs/DefaultApi.md#api_notes_id_get) | **GET** /api/notes/{id} | Obtains a specific entity as defined by the API URL.
261
+ *SwaggerClient::DefaultApi* | [**api_notes_new_post**](docs/DefaultApi.md#api_notes_new_post) | **POST** /api/notes/new | Creates a new entity.
262
+ *SwaggerClient::DefaultApi* | [**api_notifications_batch_delete_delete**](docs/DefaultApi.md#api_notifications_batch_delete_delete) | **DELETE** /api/notifications/batch/delete | Delete a batch of entities.
263
+ *SwaggerClient::DefaultApi* | [**api_notifications_batch_edit_patch**](docs/DefaultApi.md#api_notifications_batch_edit_patch) | **PATCH** /api/notifications/batch/edit | Edit a batch of entities.
264
+ *SwaggerClient::DefaultApi* | [**api_notifications_batch_edit_put**](docs/DefaultApi.md#api_notifications_batch_edit_put) | **PUT** /api/notifications/batch/edit | Edit a batch of entities.
265
+ *SwaggerClient::DefaultApi* | [**api_notifications_batch_new_post**](docs/DefaultApi.md#api_notifications_batch_new_post) | **POST** /api/notifications/batch/new | Create a batch of new entities.
266
+ *SwaggerClient::DefaultApi* | [**api_notifications_get**](docs/DefaultApi.md#api_notifications_get) | **GET** /api/notifications | Obtains a list of entities as defined by the API URL.
267
+ *SwaggerClient::DefaultApi* | [**api_notifications_id_delete_delete**](docs/DefaultApi.md#api_notifications_id_delete_delete) | **DELETE** /api/notifications/{id}/delete | Deletes an entity.
268
+ *SwaggerClient::DefaultApi* | [**api_notifications_id_edit_patch**](docs/DefaultApi.md#api_notifications_id_edit_patch) | **PATCH** /api/notifications/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
269
+ *SwaggerClient::DefaultApi* | [**api_notifications_id_edit_put**](docs/DefaultApi.md#api_notifications_id_edit_put) | **PUT** /api/notifications/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
270
+ *SwaggerClient::DefaultApi* | [**api_notifications_id_get**](docs/DefaultApi.md#api_notifications_id_get) | **GET** /api/notifications/{id} | Obtains a specific entity as defined by the API URL.
271
+ *SwaggerClient::DefaultApi* | [**api_notifications_new_post**](docs/DefaultApi.md#api_notifications_new_post) | **POST** /api/notifications/new | Creates a new entity.
272
+ *SwaggerClient::DefaultApi* | [**api_pages_batch_delete_delete**](docs/DefaultApi.md#api_pages_batch_delete_delete) | **DELETE** /api/pages/batch/delete | Delete a batch of entities.
273
+ *SwaggerClient::DefaultApi* | [**api_pages_batch_edit_patch**](docs/DefaultApi.md#api_pages_batch_edit_patch) | **PATCH** /api/pages/batch/edit | Edit a batch of entities.
274
+ *SwaggerClient::DefaultApi* | [**api_pages_batch_edit_put**](docs/DefaultApi.md#api_pages_batch_edit_put) | **PUT** /api/pages/batch/edit | Edit a batch of entities.
275
+ *SwaggerClient::DefaultApi* | [**api_pages_batch_new_post**](docs/DefaultApi.md#api_pages_batch_new_post) | **POST** /api/pages/batch/new | Create a batch of new entities.
276
+ *SwaggerClient::DefaultApi* | [**api_pages_get**](docs/DefaultApi.md#api_pages_get) | **GET** /api/pages | Obtains a list of pages.
277
+ *SwaggerClient::DefaultApi* | [**api_pages_id_delete_delete**](docs/DefaultApi.md#api_pages_id_delete_delete) | **DELETE** /api/pages/{id}/delete | Deletes an entity.
278
+ *SwaggerClient::DefaultApi* | [**api_pages_id_edit_patch**](docs/DefaultApi.md#api_pages_id_edit_patch) | **PATCH** /api/pages/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
279
+ *SwaggerClient::DefaultApi* | [**api_pages_id_edit_put**](docs/DefaultApi.md#api_pages_id_edit_put) | **PUT** /api/pages/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
280
+ *SwaggerClient::DefaultApi* | [**api_pages_id_get**](docs/DefaultApi.md#api_pages_id_get) | **GET** /api/pages/{id} | Obtains a specific entity as defined by the API URL.
281
+ *SwaggerClient::DefaultApi* | [**api_pages_new_post**](docs/DefaultApi.md#api_pages_new_post) | **POST** /api/pages/new | Creates a new entity.
282
+ *SwaggerClient::DefaultApi* | [**api_points_actions_types_get**](docs/DefaultApi.md#api_points_actions_types_get) | **GET** /api/points/actions/types | Return array of available point action types.
283
+ *SwaggerClient::DefaultApi* | [**api_points_batch_delete_delete**](docs/DefaultApi.md#api_points_batch_delete_delete) | **DELETE** /api/points/batch/delete | Delete a batch of entities.
284
+ *SwaggerClient::DefaultApi* | [**api_points_batch_edit_patch**](docs/DefaultApi.md#api_points_batch_edit_patch) | **PATCH** /api/points/batch/edit | Edit a batch of entities.
285
+ *SwaggerClient::DefaultApi* | [**api_points_batch_edit_put**](docs/DefaultApi.md#api_points_batch_edit_put) | **PUT** /api/points/batch/edit | Edit a batch of entities.
286
+ *SwaggerClient::DefaultApi* | [**api_points_batch_new_post**](docs/DefaultApi.md#api_points_batch_new_post) | **POST** /api/points/batch/new | Create a batch of new entities.
287
+ *SwaggerClient::DefaultApi* | [**api_points_get**](docs/DefaultApi.md#api_points_get) | **GET** /api/points | Obtains a list of entities as defined by the API URL.
288
+ *SwaggerClient::DefaultApi* | [**api_points_id_delete_delete**](docs/DefaultApi.md#api_points_id_delete_delete) | **DELETE** /api/points/{id}/delete | Deletes an entity.
289
+ *SwaggerClient::DefaultApi* | [**api_points_id_edit_patch**](docs/DefaultApi.md#api_points_id_edit_patch) | **PATCH** /api/points/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
290
+ *SwaggerClient::DefaultApi* | [**api_points_id_edit_put**](docs/DefaultApi.md#api_points_id_edit_put) | **PUT** /api/points/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
291
+ *SwaggerClient::DefaultApi* | [**api_points_id_get**](docs/DefaultApi.md#api_points_id_get) | **GET** /api/points/{id} | Obtains a specific entity as defined by the API URL.
292
+ *SwaggerClient::DefaultApi* | [**api_points_new_post**](docs/DefaultApi.md#api_points_new_post) | **POST** /api/points/new | Creates a new entity.
293
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_batch_delete_delete**](docs/DefaultApi.md#api_points_triggers_batch_delete_delete) | **DELETE** /api/points/triggers/batch/delete | Delete a batch of entities.
294
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_batch_edit_patch**](docs/DefaultApi.md#api_points_triggers_batch_edit_patch) | **PATCH** /api/points/triggers/batch/edit | Edit a batch of entities.
295
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_batch_edit_put**](docs/DefaultApi.md#api_points_triggers_batch_edit_put) | **PUT** /api/points/triggers/batch/edit | Edit a batch of entities.
296
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_batch_new_post**](docs/DefaultApi.md#api_points_triggers_batch_new_post) | **POST** /api/points/triggers/batch/new | Create a batch of new entities.
297
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_events_types_get**](docs/DefaultApi.md#api_points_triggers_events_types_get) | **GET** /api/points/triggers/events/types | Return array of available point trigger event types.
298
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_get**](docs/DefaultApi.md#api_points_triggers_get) | **GET** /api/points/triggers | Obtains a list of entities as defined by the API URL.
299
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_id_delete_delete**](docs/DefaultApi.md#api_points_triggers_id_delete_delete) | **DELETE** /api/points/triggers/{id}/delete | Deletes an entity.
300
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_id_edit_patch**](docs/DefaultApi.md#api_points_triggers_id_edit_patch) | **PATCH** /api/points/triggers/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
301
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_id_edit_put**](docs/DefaultApi.md#api_points_triggers_id_edit_put) | **PUT** /api/points/triggers/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
302
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_id_get**](docs/DefaultApi.md#api_points_triggers_id_get) | **GET** /api/points/triggers/{id} | Obtains a specific entity as defined by the API URL.
303
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_new_post**](docs/DefaultApi.md#api_points_triggers_new_post) | **POST** /api/points/triggers/new | Creates a new entity.
304
+ *SwaggerClient::DefaultApi* | [**api_points_triggers_trigger_id_events_delete_delete**](docs/DefaultApi.md#api_points_triggers_trigger_id_events_delete_delete) | **DELETE** /api/points/triggers/{triggerId}/events/delete | Delete events from a point trigger.
305
+ *SwaggerClient::DefaultApi* | [**api_reports_get**](docs/DefaultApi.md#api_reports_get) | **GET** /api/reports | Obtains a list of entities as defined by the API URL.
306
+ *SwaggerClient::DefaultApi* | [**api_reports_id_get**](docs/DefaultApi.md#api_reports_id_get) | **GET** /api/reports/{id} | Obtains a compiled report.
307
+ *SwaggerClient::DefaultApi* | [**api_roles_batch_delete_delete**](docs/DefaultApi.md#api_roles_batch_delete_delete) | **DELETE** /api/roles/batch/delete | Delete a batch of entities.
308
+ *SwaggerClient::DefaultApi* | [**api_roles_batch_edit_patch**](docs/DefaultApi.md#api_roles_batch_edit_patch) | **PATCH** /api/roles/batch/edit | Edit a batch of entities.
309
+ *SwaggerClient::DefaultApi* | [**api_roles_batch_edit_put**](docs/DefaultApi.md#api_roles_batch_edit_put) | **PUT** /api/roles/batch/edit | Edit a batch of entities.
310
+ *SwaggerClient::DefaultApi* | [**api_roles_batch_new_post**](docs/DefaultApi.md#api_roles_batch_new_post) | **POST** /api/roles/batch/new | Create a batch of new entities.
311
+ *SwaggerClient::DefaultApi* | [**api_roles_get**](docs/DefaultApi.md#api_roles_get) | **GET** /api/roles | Obtains a list of entities as defined by the API URL.
312
+ *SwaggerClient::DefaultApi* | [**api_roles_id_delete_delete**](docs/DefaultApi.md#api_roles_id_delete_delete) | **DELETE** /api/roles/{id}/delete | Deletes an entity.
313
+ *SwaggerClient::DefaultApi* | [**api_roles_id_edit_patch**](docs/DefaultApi.md#api_roles_id_edit_patch) | **PATCH** /api/roles/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
314
+ *SwaggerClient::DefaultApi* | [**api_roles_id_edit_put**](docs/DefaultApi.md#api_roles_id_edit_put) | **PUT** /api/roles/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
315
+ *SwaggerClient::DefaultApi* | [**api_roles_id_get**](docs/DefaultApi.md#api_roles_id_get) | **GET** /api/roles/{id} | Obtains a specific entity as defined by the API URL.
316
+ *SwaggerClient::DefaultApi* | [**api_roles_new_post**](docs/DefaultApi.md#api_roles_new_post) | **POST** /api/roles/new | Creates a new entity.
317
+ *SwaggerClient::DefaultApi* | [**api_segments_batch_delete_delete**](docs/DefaultApi.md#api_segments_batch_delete_delete) | **DELETE** /api/segments/batch/delete | Delete a batch of entities.
318
+ *SwaggerClient::DefaultApi* | [**api_segments_batch_edit_patch**](docs/DefaultApi.md#api_segments_batch_edit_patch) | **PATCH** /api/segments/batch/edit | Edit a batch of entities.
319
+ *SwaggerClient::DefaultApi* | [**api_segments_batch_edit_put**](docs/DefaultApi.md#api_segments_batch_edit_put) | **PUT** /api/segments/batch/edit | Edit a batch of entities.
320
+ *SwaggerClient::DefaultApi* | [**api_segments_batch_new_post**](docs/DefaultApi.md#api_segments_batch_new_post) | **POST** /api/segments/batch/new | Create a batch of new entities.
321
+ *SwaggerClient::DefaultApi* | [**api_segments_get**](docs/DefaultApi.md#api_segments_get) | **GET** /api/segments | Obtains a list of entities as defined by the API URL.
322
+ *SwaggerClient::DefaultApi* | [**api_segments_id_contact_lead_id_add_post**](docs/DefaultApi.md#api_segments_id_contact_lead_id_add_post) | **POST** /api/segments/{id}/contact/{leadId}/add | Adds a lead to a list.
323
+ *SwaggerClient::DefaultApi* | [**api_segments_id_contact_lead_id_remove_post**](docs/DefaultApi.md#api_segments_id_contact_lead_id_remove_post) | **POST** /api/segments/{id}/contact/{leadId}/remove | Removes given contact from a list.
324
+ *SwaggerClient::DefaultApi* | [**api_segments_id_contacts_add_post**](docs/DefaultApi.md#api_segments_id_contacts_add_post) | **POST** /api/segments/{id}/contacts/add | Adds a leads to a list.
325
+ *SwaggerClient::DefaultApi* | [**api_segments_id_delete_delete**](docs/DefaultApi.md#api_segments_id_delete_delete) | **DELETE** /api/segments/{id}/delete | Deletes an entity.
326
+ *SwaggerClient::DefaultApi* | [**api_segments_id_edit_patch**](docs/DefaultApi.md#api_segments_id_edit_patch) | **PATCH** /api/segments/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
327
+ *SwaggerClient::DefaultApi* | [**api_segments_id_edit_put**](docs/DefaultApi.md#api_segments_id_edit_put) | **PUT** /api/segments/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
328
+ *SwaggerClient::DefaultApi* | [**api_segments_id_get**](docs/DefaultApi.md#api_segments_id_get) | **GET** /api/segments/{id} | Obtains a specific entity as defined by the API URL.
329
+ *SwaggerClient::DefaultApi* | [**api_segments_new_post**](docs/DefaultApi.md#api_segments_new_post) | **POST** /api/segments/new | Creates a new entity.
330
+ *SwaggerClient::DefaultApi* | [**api_smses_batch_delete_delete**](docs/DefaultApi.md#api_smses_batch_delete_delete) | **DELETE** /api/smses/batch/delete | Delete a batch of entities.
331
+ *SwaggerClient::DefaultApi* | [**api_smses_batch_edit_patch**](docs/DefaultApi.md#api_smses_batch_edit_patch) | **PATCH** /api/smses/batch/edit | Edit a batch of entities.
332
+ *SwaggerClient::DefaultApi* | [**api_smses_batch_edit_put**](docs/DefaultApi.md#api_smses_batch_edit_put) | **PUT** /api/smses/batch/edit | Edit a batch of entities.
333
+ *SwaggerClient::DefaultApi* | [**api_smses_batch_new_post**](docs/DefaultApi.md#api_smses_batch_new_post) | **POST** /api/smses/batch/new | Create a batch of new entities.
334
+ *SwaggerClient::DefaultApi* | [**api_smses_get**](docs/DefaultApi.md#api_smses_get) | **GET** /api/smses | Obtains a list of entities as defined by the API URL.
335
+ *SwaggerClient::DefaultApi* | [**api_smses_id_contact_contact_id_send_get**](docs/DefaultApi.md#api_smses_id_contact_contact_id_send_get) | **GET** /api/smses/{id}/contact/{contactId}/send |
336
+ *SwaggerClient::DefaultApi* | [**api_smses_id_delete_delete**](docs/DefaultApi.md#api_smses_id_delete_delete) | **DELETE** /api/smses/{id}/delete | Deletes an entity.
337
+ *SwaggerClient::DefaultApi* | [**api_smses_id_edit_patch**](docs/DefaultApi.md#api_smses_id_edit_patch) | **PATCH** /api/smses/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
338
+ *SwaggerClient::DefaultApi* | [**api_smses_id_edit_put**](docs/DefaultApi.md#api_smses_id_edit_put) | **PUT** /api/smses/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
339
+ *SwaggerClient::DefaultApi* | [**api_smses_id_get**](docs/DefaultApi.md#api_smses_id_get) | **GET** /api/smses/{id} | Obtains a specific entity as defined by the API URL.
340
+ *SwaggerClient::DefaultApi* | [**api_smses_new_post**](docs/DefaultApi.md#api_smses_new_post) | **POST** /api/smses/new | Creates a new entity.
341
+ *SwaggerClient::DefaultApi* | [**api_stages_batch_delete_delete**](docs/DefaultApi.md#api_stages_batch_delete_delete) | **DELETE** /api/stages/batch/delete | Delete a batch of entities.
342
+ *SwaggerClient::DefaultApi* | [**api_stages_batch_edit_patch**](docs/DefaultApi.md#api_stages_batch_edit_patch) | **PATCH** /api/stages/batch/edit | Edit a batch of entities.
343
+ *SwaggerClient::DefaultApi* | [**api_stages_batch_edit_put**](docs/DefaultApi.md#api_stages_batch_edit_put) | **PUT** /api/stages/batch/edit | Edit a batch of entities.
344
+ *SwaggerClient::DefaultApi* | [**api_stages_batch_new_post**](docs/DefaultApi.md#api_stages_batch_new_post) | **POST** /api/stages/batch/new | Create a batch of new entities.
345
+ *SwaggerClient::DefaultApi* | [**api_stages_get**](docs/DefaultApi.md#api_stages_get) | **GET** /api/stages | Obtains a list of entities as defined by the API URL.
346
+ *SwaggerClient::DefaultApi* | [**api_stages_id_contact_contact_id_add_post**](docs/DefaultApi.md#api_stages_id_contact_contact_id_add_post) | **POST** /api/stages/{id}/contact/{contactId}/add | Adds a contact to a list.
347
+ *SwaggerClient::DefaultApi* | [**api_stages_id_contact_contact_id_remove_post**](docs/DefaultApi.md#api_stages_id_contact_contact_id_remove_post) | **POST** /api/stages/{id}/contact/{contactId}/remove | Removes given contact from a list.
348
+ *SwaggerClient::DefaultApi* | [**api_stages_id_delete_delete**](docs/DefaultApi.md#api_stages_id_delete_delete) | **DELETE** /api/stages/{id}/delete | Deletes an entity.
349
+ *SwaggerClient::DefaultApi* | [**api_stages_id_edit_patch**](docs/DefaultApi.md#api_stages_id_edit_patch) | **PATCH** /api/stages/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
350
+ *SwaggerClient::DefaultApi* | [**api_stages_id_edit_put**](docs/DefaultApi.md#api_stages_id_edit_put) | **PUT** /api/stages/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
351
+ *SwaggerClient::DefaultApi* | [**api_stages_id_get**](docs/DefaultApi.md#api_stages_id_get) | **GET** /api/stages/{id} | Obtains a specific entity as defined by the API URL.
352
+ *SwaggerClient::DefaultApi* | [**api_stages_new_post**](docs/DefaultApi.md#api_stages_new_post) | **POST** /api/stages/new | Creates a new entity.
353
+ *SwaggerClient::DefaultApi* | [**api_stats_table_get**](docs/DefaultApi.md#api_stats_table_get) | **GET** /api/stats/{table} | Lists stats for a database table.
354
+ *SwaggerClient::DefaultApi* | [**api_tags_batch_delete_delete**](docs/DefaultApi.md#api_tags_batch_delete_delete) | **DELETE** /api/tags/batch/delete | Delete a batch of entities.
355
+ *SwaggerClient::DefaultApi* | [**api_tags_batch_edit_patch**](docs/DefaultApi.md#api_tags_batch_edit_patch) | **PATCH** /api/tags/batch/edit | Edit a batch of entities.
356
+ *SwaggerClient::DefaultApi* | [**api_tags_batch_edit_put**](docs/DefaultApi.md#api_tags_batch_edit_put) | **PUT** /api/tags/batch/edit | Edit a batch of entities.
357
+ *SwaggerClient::DefaultApi* | [**api_tags_batch_new_post**](docs/DefaultApi.md#api_tags_batch_new_post) | **POST** /api/tags/batch/new | Create a batch of new entities.
358
+ *SwaggerClient::DefaultApi* | [**api_tags_get**](docs/DefaultApi.md#api_tags_get) | **GET** /api/tags | Obtains a list of entities as defined by the API URL.
359
+ *SwaggerClient::DefaultApi* | [**api_tags_id_delete_delete**](docs/DefaultApi.md#api_tags_id_delete_delete) | **DELETE** /api/tags/{id}/delete | Deletes an entity.
360
+ *SwaggerClient::DefaultApi* | [**api_tags_id_edit_patch**](docs/DefaultApi.md#api_tags_id_edit_patch) | **PATCH** /api/tags/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
361
+ *SwaggerClient::DefaultApi* | [**api_tags_id_edit_put**](docs/DefaultApi.md#api_tags_id_edit_put) | **PUT** /api/tags/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
362
+ *SwaggerClient::DefaultApi* | [**api_tags_id_get**](docs/DefaultApi.md#api_tags_id_get) | **GET** /api/tags/{id} | Obtains a specific entity as defined by the API URL.
363
+ *SwaggerClient::DefaultApi* | [**api_tags_new_post**](docs/DefaultApi.md#api_tags_new_post) | **POST** /api/tags/new | Creates a new entity.
364
+ *SwaggerClient::DefaultApi* | [**api_themes_get**](docs/DefaultApi.md#api_themes_get) | **GET** /api/themes | List the folders (themes) in the /themes directory.
365
+ *SwaggerClient::DefaultApi* | [**api_themes_new_post**](docs/DefaultApi.md#api_themes_new_post) | **POST** /api/themes/new | Accepts the zip file and installs the theme from it.
366
+ *SwaggerClient::DefaultApi* | [**api_themes_theme_delete_delete**](docs/DefaultApi.md#api_themes_theme_delete_delete) | **DELETE** /api/themes/{theme}/delete | Delete a theme.
367
+ *SwaggerClient::DefaultApi* | [**api_themes_theme_get**](docs/DefaultApi.md#api_themes_theme_get) | **GET** /api/themes/{theme} | Get zip file of a theme.
368
+ *SwaggerClient::DefaultApi* | [**api_tweets_batch_delete_delete**](docs/DefaultApi.md#api_tweets_batch_delete_delete) | **DELETE** /api/tweets/batch/delete | Delete a batch of entities.
369
+ *SwaggerClient::DefaultApi* | [**api_tweets_batch_edit_patch**](docs/DefaultApi.md#api_tweets_batch_edit_patch) | **PATCH** /api/tweets/batch/edit | Edit a batch of entities.
370
+ *SwaggerClient::DefaultApi* | [**api_tweets_batch_edit_put**](docs/DefaultApi.md#api_tweets_batch_edit_put) | **PUT** /api/tweets/batch/edit | Edit a batch of entities.
371
+ *SwaggerClient::DefaultApi* | [**api_tweets_batch_new_post**](docs/DefaultApi.md#api_tweets_batch_new_post) | **POST** /api/tweets/batch/new | Create a batch of new entities.
372
+ *SwaggerClient::DefaultApi* | [**api_tweets_get**](docs/DefaultApi.md#api_tweets_get) | **GET** /api/tweets | Obtains a list of entities as defined by the API URL.
373
+ *SwaggerClient::DefaultApi* | [**api_tweets_id_delete_delete**](docs/DefaultApi.md#api_tweets_id_delete_delete) | **DELETE** /api/tweets/{id}/delete | Deletes an entity.
374
+ *SwaggerClient::DefaultApi* | [**api_tweets_id_edit_patch**](docs/DefaultApi.md#api_tweets_id_edit_patch) | **PATCH** /api/tweets/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
375
+ *SwaggerClient::DefaultApi* | [**api_tweets_id_edit_put**](docs/DefaultApi.md#api_tweets_id_edit_put) | **PUT** /api/tweets/{id}/edit | Edits an existing entity or creates one on PUT if it doesn't exist.
376
+ *SwaggerClient::DefaultApi* | [**api_tweets_id_get**](docs/DefaultApi.md#api_tweets_id_get) | **GET** /api/tweets/{id} | Obtains a specific entity as defined by the API URL.
377
+ *SwaggerClient::DefaultApi* | [**api_tweets_new_post**](docs/DefaultApi.md#api_tweets_new_post) | **POST** /api/tweets/new | Creates a new entity.
378
+ *SwaggerClient::DefaultApi* | [**api_users_batch_delete_delete**](docs/DefaultApi.md#api_users_batch_delete_delete) | **DELETE** /api/users/batch/delete | Delete a batch of entities.
379
+ *SwaggerClient::DefaultApi* | [**api_users_batch_edit_patch**](docs/DefaultApi.md#api_users_batch_edit_patch) | **PATCH** /api/users/batch/edit | Edit a batch of entities.
380
+ *SwaggerClient::DefaultApi* | [**api_users_batch_edit_put**](docs/DefaultApi.md#api_users_batch_edit_put) | **PUT** /api/users/batch/edit | Edit a batch of entities.
381
+ *SwaggerClient::DefaultApi* | [**api_users_batch_new_post**](docs/DefaultApi.md#api_users_batch_new_post) | **POST** /api/users/batch/new | Create a batch of new entities.
382
+ *SwaggerClient::DefaultApi* | [**api_users_get**](docs/DefaultApi.md#api_users_get) | **GET** /api/users | Obtains a list of entities as defined by the API URL.
383
+ *SwaggerClient::DefaultApi* | [**api_users_id_delete_delete**](docs/DefaultApi.md#api_users_id_delete_delete) | **DELETE** /api/users/{id}/delete | Deletes an entity.
384
+ *SwaggerClient::DefaultApi* | [**api_users_id_edit_patch**](docs/DefaultApi.md#api_users_id_edit_patch) | **PATCH** /api/users/{id}/edit | Edits an existing user or creates a new one on PUT if not found.
385
+ *SwaggerClient::DefaultApi* | [**api_users_id_edit_put**](docs/DefaultApi.md#api_users_id_edit_put) | **PUT** /api/users/{id}/edit | Edits an existing user or creates a new one on PUT if not found.
386
+ *SwaggerClient::DefaultApi* | [**api_users_id_get**](docs/DefaultApi.md#api_users_id_get) | **GET** /api/users/{id} | Obtains a specific entity as defined by the API URL.
387
+ *SwaggerClient::DefaultApi* | [**api_users_id_permissioncheck_post**](docs/DefaultApi.md#api_users_id_permissioncheck_post) | **POST** /api/users/{id}/permissioncheck | Verifies if a user has permission(s) to a action.
388
+ *SwaggerClient::DefaultApi* | [**api_users_list_roles_get**](docs/DefaultApi.md#api_users_list_roles_get) | **GET** /api/users/list/roles | Obtains a list of roles for user edits.
389
+ *SwaggerClient::DefaultApi* | [**api_users_new_post**](docs/DefaultApi.md#api_users_new_post) | **POST** /api/users/new | Creates a new user.
390
+ *SwaggerClient::DefaultApi* | [**api_users_self_get**](docs/DefaultApi.md#api_users_self_get) | **GET** /api/users/self | Obtains the logged in user's data.
391
+
392
+
393
+ ## Documentation for Models
394
+
395
+
396
+
397
+ ## Documentation for Authorization
398
+
399
+
400
+ ### Basic
401
+
402
+ - **Type**: HTTP basic authentication
403
+