@gobodo/gobodo-api 0.1.34 → 0.1.35

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.
Files changed (188) hide show
  1. package/README.md +634 -634
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +2 -2
  4. package/dist/api/AdCampaignsApi.js +2 -2
  5. package/dist/api/AdManagementApi.js +2 -2
  6. package/dist/api/AdminDataManagementApi.js +2 -2
  7. package/dist/api/AdsApi.js +2 -2
  8. package/dist/api/AttachmentsApi.js +2 -2
  9. package/dist/api/AuthenticationApi.js +27 -27
  10. package/dist/api/CategoriesApi.js +2 -2
  11. package/dist/api/CommentsApi.js +2 -2
  12. package/dist/api/ContentManagementApi.js +2 -2
  13. package/dist/api/ConversationsApi.js +2 -2
  14. package/dist/api/DataSheetImportsApi.js +2 -2
  15. package/dist/api/DefaultApi.js +2 -2
  16. package/dist/api/DocumentsApi.js +2 -2
  17. package/dist/api/EntryPartsApi.js +2 -2
  18. package/dist/api/FacebookApi.js +6 -6
  19. package/dist/api/FieldsApi.js +2 -2
  20. package/dist/api/FilesApi.js +2 -2
  21. package/dist/api/FormsApi.js +2 -2
  22. package/dist/api/FunctionsApi.js +2 -2
  23. package/dist/api/GeocodeApi.js +2 -2
  24. package/dist/api/GoogleApi.js +6 -6
  25. package/dist/api/GraphActionsApi.js +2 -2
  26. package/dist/api/GraphObjectTypesApi.js +2 -2
  27. package/dist/api/GraphObjectsApi.js +2 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +2 -2
  29. package/dist/api/GraphRelationshipsApi.js +2 -2
  30. package/dist/api/GraphSchemasApi.js +2 -2
  31. package/dist/api/GraphTraversalApi.js +2 -2
  32. package/dist/api/GraphsApi.js +2 -2
  33. package/dist/api/GroupsApi.js +2 -2
  34. package/dist/api/IAMApi.js +2 -2
  35. package/dist/api/ImagesApi.js +2 -2
  36. package/dist/api/InvitesApi.js +2 -2
  37. package/dist/api/LikesApi.js +2 -2
  38. package/dist/api/LinkedINApi.js +6 -6
  39. package/dist/api/LiveMeetingsApi.js +2 -2
  40. package/dist/api/MeetingEventsApi.js +2 -2
  41. package/dist/api/PagesApi.js +2 -2
  42. package/dist/api/PostsApi.js +2 -2
  43. package/dist/api/PrivateMessagesApi.js +2 -2
  44. package/dist/api/PublicationsApi.js +2 -2
  45. package/dist/api/ScreensApi.js +2 -2
  46. package/dist/api/SocialIntegrationApi.js +15 -15
  47. package/dist/api/StripeAccountsApi.js +2 -2
  48. package/dist/api/TagsApi.js +2 -2
  49. package/dist/api/TemplatesApi.js +2 -2
  50. package/dist/api/ThemeMappingsApi.js +2 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +6 -6
  53. package/dist/api/UserTagsApi.js +2 -2
  54. package/dist/api/UsersApi.js +2 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +2 -2
  57. package/dist/index.js +5 -5
  58. package/dist/model/APIClient.js +2 -2
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/Article.js +27 -27
  67. package/dist/model/AuthResponse.js +152 -0
  68. package/dist/model/Balance.js +2 -2
  69. package/dist/model/BalanceDetails.js +2 -2
  70. package/dist/model/BalanceResponse.js +2 -2
  71. package/dist/model/BankAccountInfo.js +2 -2
  72. package/dist/model/CardInfo.js +2 -2
  73. package/dist/model/Comment.js +2 -2
  74. package/dist/model/Coordinates.js +2 -2
  75. package/dist/model/CreateAccountResponse.js +2 -2
  76. package/dist/model/CreateStripeAccountInput.js +2 -2
  77. package/dist/model/CreateStripeCustomerInput.js +2 -2
  78. package/dist/model/CustomerResponse.js +2 -2
  79. package/dist/model/DataObject.js +2 -2
  80. package/dist/model/DataSheetImport.js +23 -23
  81. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  82. package/dist/model/DataSheetImportSummary.js +2 -2
  83. package/dist/model/Document.js +27 -27
  84. package/dist/model/DocumentPart.js +21 -21
  85. package/dist/model/DocumentPartType.js +2 -2
  86. package/dist/model/DocumentType.js +2 -2
  87. package/dist/model/FieldMapping.js +2 -2
  88. package/dist/model/Fields.js +18 -18
  89. package/dist/model/File.js +2 -2
  90. package/dist/model/FileAttachmentUploadObject.js +2 -2
  91. package/dist/model/Filter.js +2 -2
  92. package/dist/model/FilterManager.js +2 -2
  93. package/dist/model/Form.js +2 -2
  94. package/dist/model/FormSection.js +2 -2
  95. package/dist/model/FormSubmission.js +13 -13
  96. package/dist/model/Geocode.js +2 -2
  97. package/dist/model/GeocodePayload.js +2 -2
  98. package/dist/model/GeolocationInput.js +2 -2
  99. package/dist/model/Graph.js +9 -9
  100. package/dist/model/GraphAction.js +2 -2
  101. package/dist/model/GraphDatabaseService.js +10 -10
  102. package/dist/model/GraphGeocode.js +2 -2
  103. package/dist/model/GraphIteratorEntryPart.js +2 -2
  104. package/dist/model/GraphObject.js +2 -2
  105. package/dist/model/GraphObjectPayload.js +2 -2
  106. package/dist/model/GraphObjectSchema.js +2 -2
  107. package/dist/model/GraphObjectType.js +2 -2
  108. package/dist/model/GraphObjectTypeSchema.js +2 -2
  109. package/dist/model/GraphOwner.js +2 -2
  110. package/dist/model/GraphRelationObjectObject.js +2 -2
  111. package/dist/model/GraphRelationship.js +2 -2
  112. package/dist/model/GraphRelationshipPayload.js +2 -2
  113. package/dist/model/GraphRelationshipType.js +2 -2
  114. package/dist/model/GraphSchema.js +2 -2
  115. package/dist/model/GraphTraversalInput.js +2 -2
  116. package/dist/model/Image.js +16 -16
  117. package/dist/model/ImageUploadObject.js +16 -16
  118. package/dist/model/InputPart.js +2 -2
  119. package/dist/model/InputPartMediaType.js +2 -2
  120. package/dist/model/Link.js +24 -24
  121. package/dist/model/LiveStreamInfo.js +2 -2
  122. package/dist/model/MeetingEvent.js +35 -35
  123. package/dist/model/MeetingEventTimezone.js +2 -2
  124. package/dist/model/MeetingInfo.js +14 -14
  125. package/dist/model/Member.js +18 -18
  126. package/dist/model/MemberGroupCategory.js +2 -2
  127. package/dist/model/MemberList.js +2 -2
  128. package/dist/model/MessageGroup.js +9 -9
  129. package/dist/model/MultipartBody.js +2 -2
  130. package/dist/model/Objecttype.js +2 -2
  131. package/dist/model/Page.js +2 -2
  132. package/dist/model/PageSchema.js +10 -10
  133. package/dist/model/Pageable.js +2 -2
  134. package/dist/model/Path.js +2 -2
  135. package/dist/model/PaymentAccountObject.js +2 -2
  136. package/dist/model/PaymentIntentInput.js +2 -2
  137. package/dist/model/PaymentIntentResponse.js +2 -2
  138. package/dist/model/PaymentMethod.js +10 -10
  139. package/dist/model/PaymentMethodInput.js +2 -2
  140. package/dist/model/PaymentMethodResponse.js +2 -2
  141. package/dist/model/PaymentMethodsResponse.js +2 -2
  142. package/dist/model/Payout.js +11 -11
  143. package/dist/model/PayoutInput.js +2 -2
  144. package/dist/model/PayoutResponse.js +2 -2
  145. package/dist/model/Post.js +2 -2
  146. package/dist/model/PrivateMessage.js +2 -2
  147. package/dist/model/PrivateMessageConversation.js +15 -15
  148. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  149. package/dist/model/Profile.js +2 -2
  150. package/dist/model/Profiletype.js +2 -2
  151. package/dist/model/PropertyContainer.js +2 -2
  152. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  153. package/dist/model/RelationshipMapping.js +2 -2
  154. package/dist/model/ScreenSchema.js +2 -2
  155. package/dist/model/SimulcastInfo.js +2 -2
  156. package/dist/model/SkinField.js +18 -18
  157. package/dist/model/SocialGroup.js +2 -2
  158. package/dist/model/SocialGroupType.js +2 -2
  159. package/dist/model/Sort.js +2 -2
  160. package/dist/model/SourceTypes.js +2 -2
  161. package/dist/model/StatusUpdate.js +2 -2
  162. package/dist/model/StreetAddress.js +2 -2
  163. package/dist/model/StripeAccount.js +2 -2
  164. package/dist/model/StripeCustomerAccount.js +2 -2
  165. package/dist/model/Template.js +2 -2
  166. package/dist/model/TemplateSchema.js +2 -2
  167. package/dist/model/ThemeMapping.js +2 -2
  168. package/dist/model/ThemeMappingPayload.js +2 -2
  169. package/dist/model/Transaction.js +2 -2
  170. package/dist/model/Transfer.js +15 -15
  171. package/dist/model/TransferInput.js +2 -2
  172. package/dist/model/TransferResponse.js +2 -2
  173. package/dist/model/TransferResponsePaymentMethodDetails.js +15 -15
  174. package/dist/model/TraversalRelationResponse.js +2 -2
  175. package/dist/model/User.js +18 -18
  176. package/dist/model/UserDataPayload.js +18 -18
  177. package/dist/model/UserDomain.js +2 -2
  178. package/dist/model/UserInvite.js +2 -2
  179. package/dist/model/UserInviteInput.js +2 -2
  180. package/dist/model/UserSchema.js +18 -18
  181. package/dist/model/UserTag.js +2 -2
  182. package/dist/model/Userid.js +2 -2
  183. package/dist/model/Video.js +14 -14
  184. package/dist/model/VideoLiveUrl.js +13 -13
  185. package/dist/model/VideoSchema.js +22 -22
  186. package/dist/model/VideoUploadObject.js +14 -14
  187. package/dist/model/ZeusPortalCategory.js +2 -2
  188. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # gobodo_api
1
+ # @gobodo/gobodo-api
2
2
 
3
- GobodoApi - JavaScript client for gobodo_api
3
+ GobodoGobodoApi - JavaScript client for @gobodo/gobodo-api
4
4
  REST Interface for Gobodo API
5
5
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
6
6
 
7
- - API version: 0.1.34
8
- - Package version: 0.1.34
7
+ - API version: 0.1.35
8
+ - Package version: 0.1.35
9
9
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
10
 
11
11
  ## Installation
@@ -19,7 +19,7 @@ To publish the library as a [npm](https://www.npmjs.com/), please follow the pro
19
19
  Then install it via:
20
20
 
21
21
  ```shell
22
- npm install gobodo_api --save
22
+ npm install @gobodo/gobodo-api --save
23
23
  ```
24
24
 
25
25
  Finally, you need to build the module:
@@ -42,7 +42,7 @@ Next, [link](https://docs.npmjs.com/cli/link) it globally in npm with the follow
42
42
  npm link
43
43
  ```
44
44
 
45
- To use the link you just defined in your project, switch to the directory you want to use your gobodo_api from, and run:
45
+ To use the link you just defined in your project, switch to the directory you want to use your @gobodo/gobodo-api from, and run:
46
46
 
47
47
  ```shell
48
48
  npm link /path/to/<JAVASCRIPT_CLIENT_DIR>
@@ -98,9 +98,9 @@ module: {
98
98
  Please follow the [installation](#installation) instruction and execute the following JS code:
99
99
 
100
100
  ```javascript
101
- var GobodoApi = require('gobodo_api');
101
+ var GobodoGobodoApi = require('@gobodo/gobodo-api');
102
102
 
103
- var defaultClient = GobodoApi.ApiClient.instance;
103
+ var defaultClient = GobodoGobodoApi.ApiClient.instance;
104
104
  // Configure API key authorization: NexusGraphAPIAuth
105
105
  var NexusGraphAPIAuth = defaultClient.authentications['NexusGraphAPIAuth'];
106
106
  NexusGraphAPIAuth.apiKey = "YOUR API KEY"
@@ -112,7 +112,7 @@ NexusGraphAPIKey.apiKey = "YOUR API KEY"
112
112
  // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
113
113
  //NexusGraphAPIKey.apiKeyPrefix['apiKey'] = "Token"
114
114
 
115
- var api = new GobodoApi.ActionTypesApi()
115
+ var api = new GobodoGobodoApi.ActionTypesApi()
116
116
  var id = 789; // {Number}
117
117
  var actiontypeid = 789; // {Number}
118
118
  var opts = {
@@ -139,635 +139,635 @@ All URIs are relative to *https://test.api.gobodo.io*
139
139
 
140
140
  Class | Method | HTTP request | Description
141
141
  ------------ | ------------- | ------------- | -------------
142
- *GobodoApi.ActionTypesApi* | [**getActionsByType**](docs/ActionTypesApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
143
- *GobodoApi.AdCampaignsApi* | [**createAdCampaign**](docs/AdCampaignsApi.md#createAdCampaign) | **POST** /graph/data/ads/campaigns | Create Ad Campaign
144
- *GobodoApi.AdCampaignsApi* | [**deleteObject**](docs/AdCampaignsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
145
- *GobodoApi.AdCampaignsApi* | [**get17**](docs/AdCampaignsApi.md#get17) | **GET** /graph/data/ads/campaigns |
146
- *GobodoApi.AdCampaignsApi* | [**get18**](docs/AdCampaignsApi.md#get18) | **GET** /graph/data/ads/campaigns/{id} |
147
- *GobodoApi.AdCampaignsApi* | [**getFromCat**](docs/AdCampaignsApi.md#getFromCat) | **GET** /graph/data/ads/campaigns/nextfromcategory/{id} |
148
- *GobodoApi.AdCampaignsApi* | [**update**](docs/AdCampaignsApi.md#update) | **PUT** /graph/data/ads/campaigns/{id} |
149
- *GobodoApi.AdCampaignsApi* | [**updateAds**](docs/AdCampaignsApi.md#updateAds) | **POST** /graph/data/ads/campaigns/{id}/ads |
150
- *GobodoApi.AdCampaignsApi* | [**updateSites**](docs/AdCampaignsApi.md#updateSites) | **PUT** /graph/data/ads/campaigns/{id}/sites |
151
- *GobodoApi.AdManagementApi* | [**createAd**](docs/AdManagementApi.md#createAd) | **POST** /graph/data/ads/ads | Create Ad
152
- *GobodoApi.AdManagementApi* | [**createAdCampaign**](docs/AdManagementApi.md#createAdCampaign) | **POST** /graph/data/ads/campaigns | Create Ad Campaign
153
- *GobodoApi.AdManagementApi* | [**get17**](docs/AdManagementApi.md#get17) | **GET** /graph/data/ads/campaigns |
154
- *GobodoApi.AdManagementApi* | [**get18**](docs/AdManagementApi.md#get18) | **GET** /graph/data/ads/campaigns/{id} |
155
- *GobodoApi.AdManagementApi* | [**get19**](docs/AdManagementApi.md#get19) | **GET** /graph/data/ads/ads |
156
- *GobodoApi.AdManagementApi* | [**get20**](docs/AdManagementApi.md#get20) | **GET** /graph/data/ads/ads/{id} |
157
- *GobodoApi.AdManagementApi* | [**getCampaign**](docs/AdManagementApi.md#getCampaign) | **GET** /graph/data/ads/ads/{id}/campaign |
158
- *GobodoApi.AdManagementApi* | [**getFromCat**](docs/AdManagementApi.md#getFromCat) | **GET** /graph/data/ads/campaigns/nextfromcategory/{id} |
159
- *GobodoApi.AdManagementApi* | [**update**](docs/AdManagementApi.md#update) | **PUT** /graph/data/ads/campaigns/{id} |
160
- *GobodoApi.AdManagementApi* | [**update1**](docs/AdManagementApi.md#update1) | **PUT** /graph/data/ads/ads/{id} |
161
- *GobodoApi.AdManagementApi* | [**updateAds**](docs/AdManagementApi.md#updateAds) | **POST** /graph/data/ads/campaigns/{id}/ads |
162
- *GobodoApi.AdManagementApi* | [**updateSites**](docs/AdManagementApi.md#updateSites) | **PUT** /graph/data/ads/campaigns/{id}/sites |
163
- *GobodoApi.AdminDataManagementApi* | [**purgeData**](docs/AdminDataManagementApi.md#purgeData) | **GET** /graph/data/admin/datamanagement/purge/{key}/{days} |
164
- *GobodoApi.AdsApi* | [**createAd**](docs/AdsApi.md#createAd) | **POST** /graph/data/ads/ads | Create Ad
165
- *GobodoApi.AdsApi* | [**deleteObject**](docs/AdsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
166
- *GobodoApi.AdsApi* | [**get19**](docs/AdsApi.md#get19) | **GET** /graph/data/ads/ads |
167
- *GobodoApi.AdsApi* | [**get20**](docs/AdsApi.md#get20) | **GET** /graph/data/ads/ads/{id} |
168
- *GobodoApi.AdsApi* | [**getCampaign**](docs/AdsApi.md#getCampaign) | **GET** /graph/data/ads/ads/{id}/campaign |
169
- *GobodoApi.AdsApi* | [**update1**](docs/AdsApi.md#update1) | **PUT** /graph/data/ads/ads/{id} |
170
- *GobodoApi.AttachmentsApi* | [**deleteObject**](docs/AttachmentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
171
- *GobodoApi.AttachmentsApi* | [**get23**](docs/AttachmentsApi.md#get23) | **GET** /graph/data/files |
172
- *GobodoApi.AttachmentsApi* | [**getFileById**](docs/AttachmentsApi.md#getFileById) | **GET** /graph/data/files/{id} | Get File By Id
173
- *GobodoApi.AttachmentsApi* | [**getFiles**](docs/AttachmentsApi.md#getFiles) | **GET** /graph/data/object/{id}/files |
174
- *GobodoApi.AttachmentsApi* | [**updateFile**](docs/AttachmentsApi.md#updateFile) | **PUT** /graph/data/files/{id} | Update File
175
- *GobodoApi.AttachmentsApi* | [**upload**](docs/AttachmentsApi.md#upload) | **POST** /graph/data/files/{id}/upload |
176
- *GobodoApi.AttachmentsApi* | [**uploadFile**](docs/AttachmentsApi.md#uploadFile) | **POST** /graph/data/files/upload | Upload data
177
- *GobodoApi.AuthenticationApi* | [**login**](docs/AuthenticationApi.md#login) | **POST** /graph/data/auth |
178
- *GobodoApi.AuthenticationApi* | [**loginAsApp**](docs/AuthenticationApi.md#loginAsApp) | **POST** /graph/data/auth_as_app |
179
- *GobodoApi.AuthenticationApi* | [**loginAsPage**](docs/AuthenticationApi.md#loginAsPage) | **POST** /graph/data/auth_as_page |
180
- *GobodoApi.AuthenticationApi* | [**loginAsSite**](docs/AuthenticationApi.md#loginAsSite) | **POST** /graph/data/auth_as_site |
181
- *GobodoApi.AuthenticationApi* | [**loginFacebook**](docs/AuthenticationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
182
- *GobodoApi.AuthenticationApi* | [**loginGoogle**](docs/AuthenticationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
183
- *GobodoApi.AuthenticationApi* | [**loginLinkedIn**](docs/AuthenticationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
184
- *GobodoApi.AuthenticationApi* | [**loginTwitter**](docs/AuthenticationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
185
- *GobodoApi.AuthenticationApi* | [**logout**](docs/AuthenticationApi.md#logout) | **POST** /graph/data/signout |
186
- *GobodoApi.CategoriesApi* | [**createCategory**](docs/CategoriesApi.md#createCategory) | **POST** /graph/data/categories | Create Category
187
- *GobodoApi.CategoriesApi* | [**createChildCategory**](docs/CategoriesApi.md#createChildCategory) | **POST** /graph/data/categories/{id}/subcategories | Create a child category
188
- *GobodoApi.CategoriesApi* | [**get24**](docs/CategoriesApi.md#get24) | **GET** /graph/data/categories |
189
- *GobodoApi.CategoriesApi* | [**getCategoryById**](docs/CategoriesApi.md#getCategoryById) | **GET** /graph/data/categories/{id} | Gets a category by id
190
- *GobodoApi.CategoriesApi* | [**getChildCategories**](docs/CategoriesApi.md#getChildCategories) | **GET** /graph/data/categories/{id}/subcategories |
191
- *GobodoApi.CategoriesApi* | [**getRootCategory**](docs/CategoriesApi.md#getRootCategory) | **GET** /graph/data/categories/get/root | Gets the root category
192
- *GobodoApi.CategoriesApi* | [**updateCategory**](docs/CategoriesApi.md#updateCategory) | **POST** /graph/data/categories/{id} | Update Category
193
- *GobodoApi.CommentsApi* | [**createComment**](docs/CommentsApi.md#createComment) | **POST** /graph/data/comments | Create a comment
194
- *GobodoApi.CommentsApi* | [**deleteObject**](docs/CommentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
195
- *GobodoApi.CommentsApi* | [**get25**](docs/CommentsApi.md#get25) | **GET** /graph/data/comments |
196
- *GobodoApi.CommentsApi* | [**getCommentById**](docs/CommentsApi.md#getCommentById) | **GET** /graph/data/comments/{id} | Gets a comment by id
197
- *GobodoApi.CommentsApi* | [**getCommentReplies**](docs/CommentsApi.md#getCommentReplies) | **GET** /graph/data/comments/{id}/replies | Get Replies
198
- *GobodoApi.CommentsApi* | [**getComments**](docs/CommentsApi.md#getComments) | **GET** /graph/data/object/{objectid}/comments |
199
- *GobodoApi.CommentsApi* | [**replyToComment**](docs/CommentsApi.md#replyToComment) | **POST** /graph/data/comments/{id}/replies | Add Replies
200
- *GobodoApi.CommentsApi* | [**updateComment**](docs/CommentsApi.md#updateComment) | **PUT** /graph/data/comments/{id} | Update a comment
201
- *GobodoApi.ContentManagementApi* | [**addDocumentPart**](docs/ContentManagementApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
202
- *GobodoApi.ContentManagementApi* | [**changeDocPartType**](docs/ContentManagementApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
203
- *GobodoApi.ContentManagementApi* | [**changeStatus**](docs/ContentManagementApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
204
- *GobodoApi.ContentManagementApi* | [**copyDocument**](docs/ContentManagementApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
205
- *GobodoApi.ContentManagementApi* | [**copyDocumentPart**](docs/ContentManagementApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
206
- *GobodoApi.ContentManagementApi* | [**createChildDocumentPart**](docs/ContentManagementApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
207
- *GobodoApi.ContentManagementApi* | [**createDocument**](docs/ContentManagementApi.md#createDocument) | **POST** /graph/data/articles |
208
- *GobodoApi.ContentManagementApi* | [**createDocumentPart**](docs/ContentManagementApi.md#createDocumentPart) | **POST** /graph/data/entryparts |
209
- *GobodoApi.ContentManagementApi* | [**deleteDocPart**](docs/ContentManagementApi.md#deleteDocPart) | **DELETE** /graph/data/entryparts/{docpartid} | Delete Document Part
210
- *GobodoApi.ContentManagementApi* | [**deleteDocument**](docs/ContentManagementApi.md#deleteDocument) | **DELETE** /graph/data/articles/{docid} | Delete Document Part
211
- *GobodoApi.ContentManagementApi* | [**editDocument**](docs/ContentManagementApi.md#editDocument) | **PUT** /graph/data/articles/{docid} |
212
- *GobodoApi.ContentManagementApi* | [**get26**](docs/ContentManagementApi.md#get26) | **GET** /graph/data/articles |
213
- *GobodoApi.ContentManagementApi* | [**get27**](docs/ContentManagementApi.md#get27) | **GET** /graph/data/entryparts |
214
- *GobodoApi.ContentManagementApi* | [**getAllDocuments**](docs/ContentManagementApi.md#getAllDocuments) | **GET** /graph/data/articles/all |
215
- *GobodoApi.ContentManagementApi* | [**getChildDocPartByPageNum**](docs/ContentManagementApi.md#getChildDocPartByPageNum) | **GET** /graph/data/entryparts/{id}/entryparts/{pagenum} |
216
- *GobodoApi.ContentManagementApi* | [**getDocumentById**](docs/ContentManagementApi.md#getDocumentById) | **GET** /graph/data/articles/{id} |
217
- *GobodoApi.ContentManagementApi* | [**getDocumentPartById**](docs/ContentManagementApi.md#getDocumentPartById) | **GET** /graph/data/entryparts/{id} |
218
- *GobodoApi.ContentManagementApi* | [**getDocumentPartById1**](docs/ContentManagementApi.md#getDocumentPartById1) | **GET** /graph/data/entryparts/{id}/entryparts |
219
- *GobodoApi.ContentManagementApi* | [**getDocumentPartByPageNumber**](docs/ContentManagementApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
220
- *GobodoApi.ContentManagementApi* | [**getDocumentParts**](docs/ContentManagementApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
221
- *GobodoApi.ContentManagementApi* | [**getDocumentsByType**](docs/ContentManagementApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
222
- *GobodoApi.ContentManagementApi* | [**moveChildPart**](docs/ContentManagementApi.md#moveChildPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
223
- *GobodoApi.ContentManagementApi* | [**moveDocPart**](docs/ContentManagementApi.md#moveDocPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
224
- *GobodoApi.ContentManagementApi* | [**updateDocumentPart**](docs/ContentManagementApi.md#updateDocumentPart) | **PUT** /graph/data/entryparts/{docpartid} |
225
- *GobodoApi.ConversationsApi* | [**createConversation**](docs/ConversationsApi.md#createConversation) | **POST** /graph/data/privatemessages/conversations | Create conversation(s)
226
- *GobodoApi.ConversationsApi* | [**deleteObject**](docs/ConversationsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
227
- *GobodoApi.ConversationsApi* | [**get38**](docs/ConversationsApi.md#get38) | **GET** /graph/data/privatemessages/conversations |
228
- *GobodoApi.ConversationsApi* | [**getAllConversations**](docs/ConversationsApi.md#getAllConversations) | **GET** /graph/data/privatemessages/conversations/all | Get All Conversations
229
- *GobodoApi.ConversationsApi* | [**getChildConversations**](docs/ConversationsApi.md#getChildConversations) | **GET** /graph/data/privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
230
- *GobodoApi.ConversationsApi* | [**getConversationById**](docs/ConversationsApi.md#getConversationById) | **GET** /graph/data/privatemessages/conversations/{id} | Get Conversation by ID
231
- *GobodoApi.ConversationsApi* | [**getConversationParticipants**](docs/ConversationsApi.md#getConversationParticipants) | **GET** /graph/data/privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
232
- *GobodoApi.ConversationsApi* | [**getConversationParticipants1**](docs/ConversationsApi.md#getConversationParticipants1) | **GET** /graph/data/privatemessages/conversations/{convoid}/messages | Get Participants
233
- *GobodoApi.ConversationsApi* | [**getUnreadMessageCount**](docs/ConversationsApi.md#getUnreadMessageCount) | **GET** /graph/data/privatemessages/conversations/newmessagecount | Get the number of unread messages
234
- *GobodoApi.DataSheetImportsApi* | [**addDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#addDataSheetImportGeocodeMapping) | **PUT** /graph/data/datasheetimport/{dsimportid}/geolocateon/{sheetprop} | Geocodes the imported object based on the specified data field in the datasheet
235
- *GobodoApi.DataSheetImportsApi* | [**addDataSheetImportMapping**](docs/DataSheetImportsApi.md#addDataSheetImportMapping) | **PUT** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Sets the mapping associated with the sheetprop
236
- *GobodoApi.DataSheetImportsApi* | [**addEndObjectLookup**](docs/DataSheetImportsApi.md#addEndObjectLookup) | **PUT** /graph/data/datasheetimport/{dsimportid}/endobjectlookup | Sets the lookup for the end object in a relationship import
237
- *GobodoApi.DataSheetImportsApi* | [**addStartObjectLookup**](docs/DataSheetImportsApi.md#addStartObjectLookup) | **PUT** /graph/data/datasheetimport/{dsimportid}/startobjectlookup | Sets the lookup for the start object in a relationship import
238
- *GobodoApi.DataSheetImportsApi* | [**createDataSheetImport**](docs/DataSheetImportsApi.md#createDataSheetImport) | **POST** /graph/data/datasheetimport/{containerid}/{reltypeid}/{objecttypeid} | Create a datasheet import
239
- *GobodoApi.DataSheetImportsApi* | [**createRelationshipDataSheetImport**](docs/DataSheetImportsApi.md#createRelationshipDataSheetImport) | **POST** /graph/data/datasheetimport/{containerid}/{reltypeid} | Create a datasheet import for relationships
240
- *GobodoApi.DataSheetImportsApi* | [**get28**](docs/DataSheetImportsApi.md#get28) | **GET** /graph/data/datasheetimport |
241
- *GobodoApi.DataSheetImportsApi* | [**getDataSheetImportById**](docs/DataSheetImportsApi.md#getDataSheetImportById) | **GET** /graph/data/datasheetimport/{dsimportid} | Gets the datasheet import specified by the given id
242
- *GobodoApi.DataSheetImportsApi* | [**getDataSheetImportMapping**](docs/DataSheetImportsApi.md#getDataSheetImportMapping) | **GET** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Gets the mapping associated with the sheetprop
243
- *GobodoApi.DataSheetImportsApi* | [**getDataSheetImportPreview**](docs/DataSheetImportsApi.md#getDataSheetImportPreview) | **GET** /graph/data/datasheetimport/{dsimportid}/preview | Gets the preview of the data being imported
244
- *GobodoApi.DataSheetImportsApi* | [**removeDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportGeocodeMapping) | **DELETE** /graph/data/datasheetimport/{dsimportid}/geolocateon | Removes the geolocation mapping field
245
- *GobodoApi.DataSheetImportsApi* | [**removeDataSheetImportMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportMapping) | **DELETE** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Removes the mapping associated with the sheetprop
246
- *GobodoApi.DataSheetImportsApi* | [**runDataSheetImport**](docs/DataSheetImportsApi.md#runDataSheetImport) | **POST** /graph/data/datasheetimport/{dsimportid}/run | Run a datasheet import
247
- *GobodoApi.DataSheetImportsApi* | [**setDataSheetImportPrivacy**](docs/DataSheetImportsApi.md#setDataSheetImportPrivacy) | **PUT** /graph/data/datasheetimport/{dsimportid}/privacy | Sets the privacy settings of the generated objects from the import
248
- *GobodoApi.DataSheetImportsApi* | [**updateDataSheetImportFile**](docs/DataSheetImportsApi.md#updateDataSheetImportFile) | **PUT** /graph/data/datasheetimport/{dsimportid}/datasheet | Updates the file used by a datasheet import
249
- *GobodoApi.DefaultApi* | [**addEndObjectTypes**](docs/DefaultApi.md#addEndObjectTypes) | **PUT** /graph/data/actiontype/{id}/endobjecttypes |
250
- *GobodoApi.DefaultApi* | [**createApiClient**](docs/DefaultApi.md#createApiClient) | **POST** /graph/data/api/clients |
251
- *GobodoApi.DefaultApi* | [**doEndPoint**](docs/DefaultApi.md#doEndPoint) | **GET** /graph/data |
252
- *GobodoApi.DefaultApi* | [**get21**](docs/DefaultApi.md#get21) | **GET** /graph/data/api/clients |
253
- *GobodoApi.DefaultApi* | [**get22**](docs/DefaultApi.md#get22) | **GET** /graph/data/api/clients/{id} |
254
- *GobodoApi.DefaultApi* | [**get5**](docs/DefaultApi.md#get5) | **GET** /graph/data/actiontype |
255
- *GobodoApi.DefaultApi* | [**get6**](docs/DefaultApi.md#get6) | **GET** /graph/data/actiontype/{id} |
256
- *GobodoApi.DefaultApi* | [**getApiClientById**](docs/DefaultApi.md#getApiClientById) | **GET** /graph/data/api/clients/{key} | Gets an api client by id
257
- *GobodoApi.DefaultApi* | [**getEndObjectTypes**](docs/DefaultApi.md#getEndObjectTypes) | **GET** /graph/data/actiontype/{id}/endobjecttypes |
258
- *GobodoApi.DefaultApi* | [**getFields**](docs/DefaultApi.md#getFields) | **GET** /graph/data/actiontype/{id}/fields |
259
- *GobodoApi.DefaultApi* | [**resetSecretKey**](docs/DefaultApi.md#resetSecretKey) | **PUT** /graph/data/api/clients/{key}/resetSecretkey | Resets the secret key of the API Client
260
- *GobodoApi.DefaultApi* | [**updateTemplate**](docs/DefaultApi.md#updateTemplate) | **PUT** /graph/data/actiontype/{id}/template |
261
- *GobodoApi.DocumentsApi* | [**addDocumentPart**](docs/DocumentsApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
262
- *GobodoApi.DocumentsApi* | [**changeStatus**](docs/DocumentsApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
263
- *GobodoApi.DocumentsApi* | [**copyDocument**](docs/DocumentsApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
264
- *GobodoApi.DocumentsApi* | [**createDocument**](docs/DocumentsApi.md#createDocument) | **POST** /graph/data/articles |
265
- *GobodoApi.DocumentsApi* | [**deleteDocument**](docs/DocumentsApi.md#deleteDocument) | **DELETE** /graph/data/articles/{docid} | Delete Document Part
266
- *GobodoApi.DocumentsApi* | [**deleteObject**](docs/DocumentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
267
- *GobodoApi.DocumentsApi* | [**editDocument**](docs/DocumentsApi.md#editDocument) | **PUT** /graph/data/articles/{docid} |
268
- *GobodoApi.DocumentsApi* | [**get26**](docs/DocumentsApi.md#get26) | **GET** /graph/data/articles |
269
- *GobodoApi.DocumentsApi* | [**getAllDocuments**](docs/DocumentsApi.md#getAllDocuments) | **GET** /graph/data/articles/all |
270
- *GobodoApi.DocumentsApi* | [**getDocumentById**](docs/DocumentsApi.md#getDocumentById) | **GET** /graph/data/articles/{id} |
271
- *GobodoApi.DocumentsApi* | [**getDocumentPartByPageNumber**](docs/DocumentsApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
272
- *GobodoApi.DocumentsApi* | [**getDocumentParts**](docs/DocumentsApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
273
- *GobodoApi.DocumentsApi* | [**getDocumentsByType**](docs/DocumentsApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
274
- *GobodoApi.EntryPartsApi* | [**changeDocPartType**](docs/EntryPartsApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
275
- *GobodoApi.EntryPartsApi* | [**copyDocumentPart**](docs/EntryPartsApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
276
- *GobodoApi.EntryPartsApi* | [**createChildDocumentPart**](docs/EntryPartsApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
277
- *GobodoApi.EntryPartsApi* | [**createDocumentPart**](docs/EntryPartsApi.md#createDocumentPart) | **POST** /graph/data/entryparts |
278
- *GobodoApi.EntryPartsApi* | [**deleteDocPart**](docs/EntryPartsApi.md#deleteDocPart) | **DELETE** /graph/data/entryparts/{docpartid} | Delete Document Part
279
- *GobodoApi.EntryPartsApi* | [**deleteObject**](docs/EntryPartsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
280
- *GobodoApi.EntryPartsApi* | [**get27**](docs/EntryPartsApi.md#get27) | **GET** /graph/data/entryparts |
281
- *GobodoApi.EntryPartsApi* | [**getChildDocPartByPageNum**](docs/EntryPartsApi.md#getChildDocPartByPageNum) | **GET** /graph/data/entryparts/{id}/entryparts/{pagenum} |
282
- *GobodoApi.EntryPartsApi* | [**getDocumentPartById**](docs/EntryPartsApi.md#getDocumentPartById) | **GET** /graph/data/entryparts/{id} |
283
- *GobodoApi.EntryPartsApi* | [**getDocumentPartById1**](docs/EntryPartsApi.md#getDocumentPartById1) | **GET** /graph/data/entryparts/{id}/entryparts |
284
- *GobodoApi.EntryPartsApi* | [**moveChildPart**](docs/EntryPartsApi.md#moveChildPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
285
- *GobodoApi.EntryPartsApi* | [**moveDocPart**](docs/EntryPartsApi.md#moveDocPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
286
- *GobodoApi.EntryPartsApi* | [**updateDocumentPart**](docs/EntryPartsApi.md#updateDocumentPart) | **PUT** /graph/data/entryparts/{docpartid} |
287
- *GobodoApi.FacebookApi* | [**loginFacebook**](docs/FacebookApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
288
- *GobodoApi.FieldsApi* | [**createFieldInContainer**](docs/FieldsApi.md#createFieldInContainer) | **POST** /graph/data/fields/{objecttype}/{objectid} | Create a new field
289
- *GobodoApi.FieldsApi* | [**createFields**](docs/FieldsApi.md#createFields) | **POST** /graph/data/fields | Creates new fields
290
- *GobodoApi.FieldsApi* | [**updateField**](docs/FieldsApi.md#updateField) | **PUT** /graph/data/fields/{fieldid} | Create a new field
291
- *GobodoApi.FilesApi* | [**attachFile**](docs/FilesApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
292
- *GobodoApi.FormsApi* | [**createChildSection**](docs/FormsApi.md#createChildSection) | **POST** /graph/data/forms/sections/{sectionid}/sections | Create a new Form
293
- *GobodoApi.FormsApi* | [**createForm**](docs/FormsApi.md#createForm) | **POST** /graph/data/forms | Create a new Form
294
- *GobodoApi.FormsApi* | [**createForm2**](docs/FormsApi.md#createForm2) | **PUT** /graph/data/forms/{formid} | Update a form object
295
- *GobodoApi.FormsApi* | [**createForm3**](docs/FormsApi.md#createForm3) | **PUT** /graph/data/forms/sections/{formsectionid} | Update a form object
296
- *GobodoApi.FormsApi* | [**createFormSection**](docs/FormsApi.md#createFormSection) | **POST** /graph/data/forms/{id}/sections | Create a new Form
297
- *GobodoApi.FormsApi* | [**deleteRelationship1**](docs/FormsApi.md#deleteRelationship1) | **DELETE** /graph/data/forms/submissions/{id} | Delete Relationship
298
- *GobodoApi.FormsApi* | [**get29**](docs/FormsApi.md#get29) | **GET** /graph/data/forms |
299
- *GobodoApi.FormsApi* | [**get30**](docs/FormsApi.md#get30) | **GET** /graph/data/forms/sections |
300
- *GobodoApi.FormsApi* | [**get31**](docs/FormsApi.md#get31) | **GET** /graph/data/forms/submissions |
301
- *GobodoApi.FormsApi* | [**getFormById**](docs/FormsApi.md#getFormById) | **GET** /graph/data/forms/{id} | Get Form By Id
302
- *GobodoApi.FormsApi* | [**getFormFields**](docs/FormsApi.md#getFormFields) | **GET** /graph/data/forms/{id}/fields |
303
- *GobodoApi.FormsApi* | [**getFormSectionById**](docs/FormsApi.md#getFormSectionById) | **GET** /graph/data/forms/sections/{id} | Get Form By Id
304
- *GobodoApi.FormsApi* | [**getFormSectionFields**](docs/FormsApi.md#getFormSectionFields) | **GET** /graph/data/forms/sections/{id}/fields |
305
- *GobodoApi.FormsApi* | [**getFormSubmissionById**](docs/FormsApi.md#getFormSubmissionById) | **GET** /graph/data/forms/submissions/{id} | Get Form By Id
306
- *GobodoApi.FormsApi* | [**getRelProperties1**](docs/FormsApi.md#getRelProperties1) | **GET** /graph/data/forms/submissions/{id}/properties | Get Properties
307
- *GobodoApi.FormsApi* | [**getRelProperty1**](docs/FormsApi.md#getRelProperty1) | **GET** /graph/data/forms/submissions/{id}/properties/{prop} | Get Property
308
- *GobodoApi.FormsApi* | [**setRelProperties1**](docs/FormsApi.md#setRelProperties1) | **PUT** /graph/data/forms/submissions/{id}/properties | Set Multiple Properties
309
- *GobodoApi.FormsApi* | [**setRelProperty1**](docs/FormsApi.md#setRelProperty1) | **PUT** /graph/data/forms/submissions/{id}/properties/{prop} | Update Property
310
- *GobodoApi.FunctionsApi* | [**doPostFunction**](docs/FunctionsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
311
- *GobodoApi.GeocodeApi* | [**createGeocodes**](docs/GeocodeApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
312
- *GobodoApi.GeocodeApi* | [**deleteGeocode**](docs/GeocodeApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
313
- *GobodoApi.GeocodeApi* | [**get2**](docs/GeocodeApi.md#get2) | **GET** /graph/data/geocode |
314
- *GobodoApi.GeocodeApi* | [**get3**](docs/GeocodeApi.md#get3) | **GET** /graph/data/geocode/{id} |
315
- *GobodoApi.GeocodeApi* | [**getGeocodes**](docs/GeocodeApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
316
- *GobodoApi.GoogleApi* | [**loginGoogle**](docs/GoogleApi.md#loginGoogle) | **POST** /graph/data/auth_google |
317
- *GobodoApi.GraphActionsApi* | [**createActions**](docs/GraphActionsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
318
- *GobodoApi.GraphActionsApi* | [**deleteAction**](docs/GraphActionsApi.md#deleteAction) | **DELETE** /graph/data/action/{id} | Delete Action
319
- *GobodoApi.GraphActionsApi* | [**get4**](docs/GraphActionsApi.md#get4) | **GET** /graph/data/action |
320
- *GobodoApi.GraphActionsApi* | [**getActionById**](docs/GraphActionsApi.md#getActionById) | **GET** /graph/data/action/{id} |
321
- *GobodoApi.GraphActionsApi* | [**getActionProperties**](docs/GraphActionsApi.md#getActionProperties) | **GET** /graph/data/action/{id}/properties | Get Properties
322
- *GobodoApi.GraphActionsApi* | [**getActionProperty**](docs/GraphActionsApi.md#getActionProperty) | **GET** /graph/data/action/{id}/properties/{prop} | Get Property
323
- *GobodoApi.GraphActionsApi* | [**getActions**](docs/GraphActionsApi.md#getActions) | **GET** /graph/data/object/{id}/actions | Get Actions
324
- *GobodoApi.GraphActionsApi* | [**getActionsByType**](docs/GraphActionsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
325
- *GobodoApi.GraphActionsApi* | [**setActionProperties**](docs/GraphActionsApi.md#setActionProperties) | **PUT** /graph/data/action/{id}/properties | Set Multiple Properties
326
- *GobodoApi.GraphActionsApi* | [**setActionProperty**](docs/GraphActionsApi.md#setActionProperty) | **PUT** /graph/data/action/{id}/properties/{prop} | Update Property
327
- *GobodoApi.GraphObjectTypesApi* | [**addPolicies**](docs/GraphObjectTypesApi.md#addPolicies) | **POST** /graph/data/objecttype/{id}/policies |
328
- *GobodoApi.GraphObjectTypesApi* | [**get10**](docs/GraphObjectTypesApi.md#get10) | **GET** /graph/data/objecttype/{id} |
329
- *GobodoApi.GraphObjectTypesApi* | [**get8**](docs/GraphObjectTypesApi.md#get8) | **GET** /graph/data/objecttype |
330
- *GobodoApi.GraphObjectTypesApi* | [**get9**](docs/GraphObjectTypesApi.md#get9) | **GET** /graph/data/objecttype/{key} |
331
- *GobodoApi.GraphObjectTypesApi* | [**getAllObjectTypes**](docs/GraphObjectTypesApi.md#getAllObjectTypes) | **GET** /graph/data/objecttype/all |
332
- *GobodoApi.GraphObjectTypesApi* | [**getDefaultObjectTypes**](docs/GraphObjectTypesApi.md#getDefaultObjectTypes) | **GET** /graph/data/objecttype/default |
333
- *GobodoApi.GraphObjectTypesApi* | [**getFields1**](docs/GraphObjectTypesApi.md#getFields1) | **GET** /graph/data/objecttype/{id}/fields |
334
- *GobodoApi.GraphObjectTypesApi* | [**getMyObjectTypes**](docs/GraphObjectTypesApi.md#getMyObjectTypes) | **GET** /graph/data/objecttype/mine |
335
- *GobodoApi.GraphObjectTypesApi* | [**updateTemplate1**](docs/GraphObjectTypesApi.md#updateTemplate1) | **PUT** /graph/data/objecttype/{id}/template |
336
- *GobodoApi.GraphObjectsApi* | [**addLiveMeeting**](docs/GraphObjectsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
337
- *GobodoApi.GraphObjectsApi* | [**addLiveStream**](docs/GraphObjectsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
338
- *GobodoApi.GraphObjectsApi* | [**attachFile**](docs/GraphObjectsApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
339
- *GobodoApi.GraphObjectsApi* | [**attachImage**](docs/GraphObjectsApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
340
- *GobodoApi.GraphObjectsApi* | [**createActions**](docs/GraphObjectsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
341
- *GobodoApi.GraphObjectsApi* | [**createAddObjectsToGraph**](docs/GraphObjectsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
342
- *GobodoApi.GraphObjectsApi* | [**createGeocodes**](docs/GraphObjectsApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
343
- *GobodoApi.GraphObjectsApi* | [**createInviteOnObject**](docs/GraphObjectsApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
344
- *GobodoApi.GraphObjectsApi* | [**createObject**](docs/GraphObjectsApi.md#createObject) | **POST** /graph/data/object | Create Objects
345
- *GobodoApi.GraphObjectsApi* | [**createObjects**](docs/GraphObjectsApi.md#createObjects) | **POST** /graph/data/object/createobjects | Create Objects
346
- *GobodoApi.GraphObjectsApi* | [**createRelationship**](docs/GraphObjectsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
347
- *GobodoApi.GraphObjectsApi* | [**createRelationships**](docs/GraphObjectsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
348
- *GobodoApi.GraphObjectsApi* | [**deleteGeocode**](docs/GraphObjectsApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
349
- *GobodoApi.GraphObjectsApi* | [**deleteLike**](docs/GraphObjectsApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
350
- *GobodoApi.GraphObjectsApi* | [**deleteObject**](docs/GraphObjectsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
351
- *GobodoApi.GraphObjectsApi* | [**dislike**](docs/GraphObjectsApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
352
- *GobodoApi.GraphObjectsApi* | [**doPostFunction**](docs/GraphObjectsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
353
- *GobodoApi.GraphObjectsApi* | [**follow**](docs/GraphObjectsApi.md#follow) | **PUT** /graph/data/object/{id}/follow |
354
- *GobodoApi.GraphObjectsApi* | [**get7**](docs/GraphObjectsApi.md#get7) | **GET** /graph/data/object |
355
- *GobodoApi.GraphObjectsApi* | [**getActions**](docs/GraphObjectsApi.md#getActions) | **GET** /graph/data/object/{id}/actions | Get Actions
356
- *GobodoApi.GraphObjectsApi* | [**getActionsByType**](docs/GraphObjectsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
357
- *GobodoApi.GraphObjectsApi* | [**getAllRelationships**](docs/GraphObjectsApi.md#getAllRelationships) | **GET** /graph/data/object/{id}/relationships/all | Get All Relationships
358
- *GobodoApi.GraphObjectsApi* | [**getAllRelationshipsByType**](docs/GraphObjectsApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
359
- *GobodoApi.GraphObjectsApi* | [**getComments**](docs/GraphObjectsApi.md#getComments) | **GET** /graph/data/object/{objectid}/comments |
360
- *GobodoApi.GraphObjectsApi* | [**getDataSheetImports**](docs/GraphObjectsApi.md#getDataSheetImports) | **GET** /graph/data/object/{objectid}/datasheetimports | Get Related Objects
361
- *GobodoApi.GraphObjectsApi* | [**getEvents**](docs/GraphObjectsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
362
- *GobodoApi.GraphObjectsApi* | [**getEventsDateRange**](docs/GraphObjectsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
363
- *GobodoApi.GraphObjectsApi* | [**getEventsFuture**](docs/GraphObjectsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
364
- *GobodoApi.GraphObjectsApi* | [**getEventsPast**](docs/GraphObjectsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
365
- *GobodoApi.GraphObjectsApi* | [**getFiles**](docs/GraphObjectsApi.md#getFiles) | **GET** /graph/data/object/{id}/files |
366
- *GobodoApi.GraphObjectsApi* | [**getGeocodes**](docs/GraphObjectsApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
367
- *GobodoApi.GraphObjectsApi* | [**getGraphs**](docs/GraphObjectsApi.md#getGraphs) | **GET** /graph/data/object/{id}/graphs |
368
- *GobodoApi.GraphObjectsApi* | [**getImages**](docs/GraphObjectsApi.md#getImages) | **GET** /graph/data/object/{id}/images |
369
- *GobodoApi.GraphObjectsApi* | [**getNewsfeed**](docs/GraphObjectsApi.md#getNewsfeed) | **GET** /graph/data/object/{id}/newsfeed |
370
- *GobodoApi.GraphObjectsApi* | [**getNewsfeedIndexed**](docs/GraphObjectsApi.md#getNewsfeedIndexed) | **GET** /graph/data/object/{id}/newsfeed/{start}-{end} |
371
- *GobodoApi.GraphObjectsApi* | [**getNewsfeedIndexedStart**](docs/GraphObjectsApi.md#getNewsfeedIndexedStart) | **GET** /graph/data/object/{id}/newsfeed/{start} |
372
- *GobodoApi.GraphObjectsApi* | [**getObjectById**](docs/GraphObjectsApi.md#getObjectById) | **GET** /graph/data/object/{id} |
373
- *GobodoApi.GraphObjectsApi* | [**getObjectByKey**](docs/GraphObjectsApi.md#getObjectByKey) | **GET** /graph/data/object/{key} | Get Object By Key
374
- *GobodoApi.GraphObjectsApi* | [**getObjectFromSchema**](docs/GraphObjectsApi.md#getObjectFromSchema) | **GET** /graph/data/object/schema/{schemakey} | Get Object From Schema
375
- *GobodoApi.GraphObjectsApi* | [**getObjectProperties**](docs/GraphObjectsApi.md#getObjectProperties) | **GET** /graph/data/object/{id}/properties | Get Properties
376
- *GobodoApi.GraphObjectsApi* | [**getObjectProperty**](docs/GraphObjectsApi.md#getObjectProperty) | **GET** /graph/data/object/{id}/properties/{prop} | Get Property
377
- *GobodoApi.GraphObjectsApi* | [**getObjectsInGraph**](docs/GraphObjectsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
378
- *GobodoApi.GraphObjectsApi* | [**getObjectsInGraphByTag**](docs/GraphObjectsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
379
- *GobodoApi.GraphObjectsApi* | [**getObjectsInGraphByType**](docs/GraphObjectsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/type/{type} | Get objects in the graph with the given object type
380
- *GobodoApi.GraphObjectsApi* | [**getRelatedObjects**](docs/GraphObjectsApi.md#getRelatedObjects) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid} | Get Related Objects
381
- *GobodoApi.GraphObjectsApi* | [**getRelatedObjectsIn**](docs/GraphObjectsApi.md#getRelatedObjectsIn) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid}/in | Get Related Objects
382
- *GobodoApi.GraphObjectsApi* | [**getRelatedObjectsOut**](docs/GraphObjectsApi.md#getRelatedObjectsOut) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid}/out | Get Related Objects
383
- *GobodoApi.GraphObjectsApi* | [**getRelationshipsByTypeIn**](docs/GraphObjectsApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
384
- *GobodoApi.GraphObjectsApi* | [**getRelationshipsByTypeOut**](docs/GraphObjectsApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
385
- *GobodoApi.GraphObjectsApi* | [**getRelationshipsIn**](docs/GraphObjectsApi.md#getRelationshipsIn) | **GET** /graph/data/object/{id}/relationships/in | Get Incoming Relationships
386
- *GobodoApi.GraphObjectsApi* | [**getRelationshipsOut**](docs/GraphObjectsApi.md#getRelationshipsOut) | **GET** /graph/data/object/{id}/relationships/out | Get Outgoing Relationships
387
- *GobodoApi.GraphObjectsApi* | [**getTags**](docs/GraphObjectsApi.md#getTags) | **GET** /graph/data/object/{id}/tags |
388
- *GobodoApi.GraphObjectsApi* | [**getUserTags**](docs/GraphObjectsApi.md#getUserTags) | **GET** /graph/data/object/{id}/usertags |
389
- *GobodoApi.GraphObjectsApi* | [**getVideos**](docs/GraphObjectsApi.md#getVideos) | **GET** /graph/data/object/{id}/videos |
390
- *GobodoApi.GraphObjectsApi* | [**isDisliked**](docs/GraphObjectsApi.md#isDisliked) | **GET** /graph/data/likes/{objectid}/isdisliked | Check if the user has disliked the object
391
- *GobodoApi.GraphObjectsApi* | [**isLiked**](docs/GraphObjectsApi.md#isLiked) | **GET** /graph/data/likes/{objectid}/isliked | Check if the user has liked the object
392
- *GobodoApi.GraphObjectsApi* | [**like**](docs/GraphObjectsApi.md#like) | **POST** /graph/data/likes/{objectid}/like | Like an Object
393
- *GobodoApi.GraphObjectsApi* | [**setObjectProperties**](docs/GraphObjectsApi.md#setObjectProperties) | **PUT** /graph/data/object/{id}/properties | Set Multiple Properties
394
- *GobodoApi.GraphObjectsApi* | [**setObjectProperty**](docs/GraphObjectsApi.md#setObjectProperty) | **PUT** /graph/data/object/{id}/properties/{prop} | Update Property
395
- *GobodoApi.GraphObjectsApi* | [**tagUsers**](docs/GraphObjectsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
396
- *GobodoApi.GraphObjectsApi* | [**updateObject**](docs/GraphObjectsApi.md#updateObject) | **PUT** /graph/data/object/{id} | Update an Object
397
- *GobodoApi.GraphObjectsApi* | [**updateTags**](docs/GraphObjectsApi.md#updateTags) | **PUT** /graph/data/object/{id}/tags |
398
- *GobodoApi.GraphObjectsApi* | [**view**](docs/GraphObjectsApi.md#view) | **PUT** /graph/data/object/{objectid}/view | Marks the object as viewed
399
- *GobodoApi.GraphObjectsApi* | [**viewPost**](docs/GraphObjectsApi.md#viewPost) | **POST** /graph/data/object/{id}/view | Marks the object as viewed (HTTP Post Operation)
400
- *GobodoApi.GraphRelationshipTypesApi* | [**addEndObjectTypes1**](docs/GraphRelationshipTypesApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
401
- *GobodoApi.GraphRelationshipTypesApi* | [**addStartObjectTypes**](docs/GraphRelationshipTypesApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
402
- *GobodoApi.GraphRelationshipTypesApi* | [**createRelationshipType**](docs/GraphRelationshipTypesApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
403
- *GobodoApi.GraphRelationshipTypesApi* | [**get12**](docs/GraphRelationshipTypesApi.md#get12) | **GET** /graph/data/relationshiptype |
404
- *GobodoApi.GraphRelationshipTypesApi* | [**getAllRelationshipsByType**](docs/GraphRelationshipTypesApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
405
- *GobodoApi.GraphRelationshipTypesApi* | [**getEndObjectTypes1**](docs/GraphRelationshipTypesApi.md#getEndObjectTypes1) | **GET** /graph/data/relationshiptype/{id}/endobjecttypes |
406
- *GobodoApi.GraphRelationshipTypesApi* | [**getFields2**](docs/GraphRelationshipTypesApi.md#getFields2) | **GET** /graph/data/relationshiptype/{id}/fields |
407
- *GobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
408
- *GobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeById**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
409
- *GobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
410
- *GobodoApi.GraphRelationshipTypesApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
411
- *GobodoApi.GraphRelationshipTypesApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
412
- *GobodoApi.GraphRelationshipTypesApi* | [**getStartObjectTypes**](docs/GraphRelationshipTypesApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes |
413
- *GobodoApi.GraphRelationshipTypesApi* | [**removeEndObjectTypes**](docs/GraphRelationshipTypesApi.md#removeEndObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/endobjecttypes |
414
- *GobodoApi.GraphRelationshipTypesApi* | [**removeStartObjectTypes**](docs/GraphRelationshipTypesApi.md#removeStartObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/startobjecttypes |
415
- *GobodoApi.GraphRelationshipTypesApi* | [**updateRelationshipType**](docs/GraphRelationshipTypesApi.md#updateRelationshipType) | **PUT** /graph/data/relationshiptype/{id} | Update a relationshp type
416
- *GobodoApi.GraphRelationshipTypesApi* | [**updateTemplate2**](docs/GraphRelationshipTypesApi.md#updateTemplate2) | **PUT** /graph/data/relationshiptype/{id}/template |
417
- *GobodoApi.GraphRelationshipsApi* | [**addEndObjectTypes1**](docs/GraphRelationshipsApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
418
- *GobodoApi.GraphRelationshipsApi* | [**addStartObjectTypes**](docs/GraphRelationshipsApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
419
- *GobodoApi.GraphRelationshipsApi* | [**createRelationship**](docs/GraphRelationshipsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
420
- *GobodoApi.GraphRelationshipsApi* | [**createRelationshipType**](docs/GraphRelationshipsApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
421
- *GobodoApi.GraphRelationshipsApi* | [**createRelationships**](docs/GraphRelationshipsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
422
- *GobodoApi.GraphRelationshipsApi* | [**deleteRelationship**](docs/GraphRelationshipsApi.md#deleteRelationship) | **DELETE** /graph/data/relationship/{id} | Delete Relationship
423
- *GobodoApi.GraphRelationshipsApi* | [**get11**](docs/GraphRelationshipsApi.md#get11) | **GET** /graph/data/relationship |
424
- *GobodoApi.GraphRelationshipsApi* | [**get12**](docs/GraphRelationshipsApi.md#get12) | **GET** /graph/data/relationshiptype |
425
- *GobodoApi.GraphRelationshipsApi* | [**getAllRelationships**](docs/GraphRelationshipsApi.md#getAllRelationships) | **GET** /graph/data/object/{id}/relationships/all | Get All Relationships
426
- *GobodoApi.GraphRelationshipsApi* | [**getAllRelationshipsByType**](docs/GraphRelationshipsApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
427
- *GobodoApi.GraphRelationshipsApi* | [**getEndObjectTypes1**](docs/GraphRelationshipsApi.md#getEndObjectTypes1) | **GET** /graph/data/relationshiptype/{id}/endobjecttypes |
428
- *GobodoApi.GraphRelationshipsApi* | [**getFields2**](docs/GraphRelationshipsApi.md#getFields2) | **GET** /graph/data/relationshiptype/{id}/fields |
429
- *GobodoApi.GraphRelationshipsApi* | [**getRelProperties**](docs/GraphRelationshipsApi.md#getRelProperties) | **GET** /graph/data/relationship/{id}/properties | Get Properties
430
- *GobodoApi.GraphRelationshipsApi* | [**getRelProperty**](docs/GraphRelationshipsApi.md#getRelProperty) | **GET** /graph/data/relationship/{id}/properties/{prop} | Get Property
431
- *GobodoApi.GraphRelationshipsApi* | [**getRelationshipById**](docs/GraphRelationshipsApi.md#getRelationshipById) | **GET** /graph/data/relationship/{id} |
432
- *GobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipsApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
433
- *GobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeById**](docs/GraphRelationshipsApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
434
- *GobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipsApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
435
- *GobodoApi.GraphRelationshipsApi* | [**getRelationships**](docs/GraphRelationshipsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
436
- *GobodoApi.GraphRelationshipsApi* | [**getRelationships1**](docs/GraphRelationshipsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
437
- *GobodoApi.GraphRelationshipsApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipsApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
438
- *GobodoApi.GraphRelationshipsApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipsApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
439
- *GobodoApi.GraphRelationshipsApi* | [**getRelationshipsIn**](docs/GraphRelationshipsApi.md#getRelationshipsIn) | **GET** /graph/data/object/{id}/relationships/in | Get Incoming Relationships
440
- *GobodoApi.GraphRelationshipsApi* | [**getRelationshipsOut**](docs/GraphRelationshipsApi.md#getRelationshipsOut) | **GET** /graph/data/object/{id}/relationships/out | Get Outgoing Relationships
441
- *GobodoApi.GraphRelationshipsApi* | [**getStartObjectTypes**](docs/GraphRelationshipsApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes |
442
- *GobodoApi.GraphRelationshipsApi* | [**removeEndObjectTypes**](docs/GraphRelationshipsApi.md#removeEndObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/endobjecttypes |
443
- *GobodoApi.GraphRelationshipsApi* | [**removeStartObjectTypes**](docs/GraphRelationshipsApi.md#removeStartObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/startobjecttypes |
444
- *GobodoApi.GraphRelationshipsApi* | [**setRelProperties**](docs/GraphRelationshipsApi.md#setRelProperties) | **PUT** /graph/data/relationship/{id}/properties | Set Multiple Properties
445
- *GobodoApi.GraphRelationshipsApi* | [**setRelProperty**](docs/GraphRelationshipsApi.md#setRelProperty) | **PUT** /graph/data/relationship/{id}/properties/{prop} | Update Property
446
- *GobodoApi.GraphRelationshipsApi* | [**updateRelationshipType**](docs/GraphRelationshipsApi.md#updateRelationshipType) | **PUT** /graph/data/relationshiptype/{id} | Update a relationshp type
447
- *GobodoApi.GraphRelationshipsApi* | [**updateTemplate2**](docs/GraphRelationshipsApi.md#updateTemplate2) | **PUT** /graph/data/relationshiptype/{id}/template |
448
- *GobodoApi.GraphSchemasApi* | [**addSchemas**](docs/GraphSchemasApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
449
- *GobodoApi.GraphSchemasApi* | [**get15**](docs/GraphSchemasApi.md#get15) | **GET** /graph/data/schema |
450
- *GobodoApi.GraphSchemasApi* | [**get16**](docs/GraphSchemasApi.md#get16) | **GET** /graph/data/schema/{id} |
451
- *GobodoApi.GraphSchemasApi* | [**getSchemas**](docs/GraphSchemasApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
452
- *GobodoApi.GraphSchemasApi* | [**removeSchemas**](docs/GraphSchemasApi.md#removeSchemas) | **DELETE** /graph/data/graph/{id}/schemas | Removes schemas to the graph
453
- *GobodoApi.GraphSchemasApi* | [**updateObjectTypes**](docs/GraphSchemasApi.md#updateObjectTypes) | **PUT** /graph/data/schema/{id}/objecttypes |
454
- *GobodoApi.GraphSchemasApi* | [**updateTemplate3**](docs/GraphSchemasApi.md#updateTemplate3) | **PUT** /graph/data/schema/{id}/template |
455
- *GobodoApi.GraphTraversalApi* | [**traverse**](docs/GraphTraversalApi.md#traverse) | **POST** /graph/data/traverse | Traverses the graph and returns a list of discovered paths
456
- *GobodoApi.GraphTraversalApi* | [**traverseFrom**](docs/GraphTraversalApi.md#traverseFrom) | **POST** /graph/data/traverse/{id}/traverse |
457
- *GobodoApi.GraphTraversalApi* | [**traverseFromFindObjects**](docs/GraphTraversalApi.md#traverseFromFindObjects) | **POST** /graph/data/traverse/{id}/traverseobjects |
458
- *GobodoApi.GraphTraversalApi* | [**traverseFromFindRelationships**](docs/GraphTraversalApi.md#traverseFromFindRelationships) | **POST** /graph/data/traverse/{id}/traverserelationships |
459
- *GobodoApi.GraphTraversalApi* | [**traverseObjects**](docs/GraphTraversalApi.md#traverseObjects) | **POST** /graph/data/traverse/objects | Traverses the graph based on the traversal query provided and returns the discovered objects
460
- *GobodoApi.GraphTraversalApi* | [**traverseRelationships**](docs/GraphTraversalApi.md#traverseRelationships) | **POST** /graph/data/traverse/relationships | Traverses the graph based on the traversal query provided and returns the discovered relationships
461
- *GobodoApi.GraphsApi* | [**addSchemas**](docs/GraphsApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
462
- *GobodoApi.GraphsApi* | [**createAddObjectsToGraph**](docs/GraphsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
463
- *GobodoApi.GraphsApi* | [**get13**](docs/GraphsApi.md#get13) | **GET** /graph/data/graph |
464
- *GobodoApi.GraphsApi* | [**get14**](docs/GraphsApi.md#get14) | **GET** /graph/data/graph/{id} |
465
- *GobodoApi.GraphsApi* | [**getObjectsInGraph**](docs/GraphsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
466
- *GobodoApi.GraphsApi* | [**getObjectsInGraphByTag**](docs/GraphsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
467
- *GobodoApi.GraphsApi* | [**getObjectsInGraphByType**](docs/GraphsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/type/{type} | Get objects in the graph with the given object type
468
- *GobodoApi.GraphsApi* | [**getRelationships**](docs/GraphsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
469
- *GobodoApi.GraphsApi* | [**getRelationships1**](docs/GraphsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
470
- *GobodoApi.GraphsApi* | [**getSchemas**](docs/GraphsApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
471
- *GobodoApi.GraphsApi* | [**removeSchemas**](docs/GraphsApi.md#removeSchemas) | **DELETE** /graph/data/graph/{id}/schemas | Removes schemas to the graph
472
- *GobodoApi.GroupsApi* | [**addMembers**](docs/GroupsApi.md#addMembers) | **PUT** /graph/data/groups/{groupid}/addmembers | Adds the users corresponding to the list of userids to the group
473
- *GobodoApi.GroupsApi* | [**createGroup**](docs/GroupsApi.md#createGroup) | **POST** /graph/data/groups | Create Group
474
- *GobodoApi.GroupsApi* | [**editGroup**](docs/GroupsApi.md#editGroup) | **PUT** /graph/data/groups/{id} | Edit Group
475
- *GobodoApi.GroupsApi* | [**get41**](docs/GroupsApi.md#get41) | **GET** /graph/data/groups |
476
- *GobodoApi.GroupsApi* | [**getGroupById**](docs/GroupsApi.md#getGroupById) | **GET** /graph/data/groups/{id} | Get Group By Id
477
- *GobodoApi.GroupsApi* | [**getMembers**](docs/GroupsApi.md#getMembers) | **GET** /graph/data/groups/{groupid}/administrators | Returns the admins in the group
478
- *GobodoApi.GroupsApi* | [**getMembers1**](docs/GroupsApi.md#getMembers1) | **GET** /graph/data/groups/{groupid}/members | Returns the users in the group
479
- *GobodoApi.GroupsApi* | [**joinGroup**](docs/GroupsApi.md#joinGroup) | **PUT** /graph/data/groups/{groupid}/join | Adds the currently logged in user to the group
480
- *GobodoApi.GroupsApi* | [**removeMember**](docs/GroupsApi.md#removeMember) | **DELETE** /graph/data/groups/{groupid}/members/{uid} | Remove the user from the group
481
- *GobodoApi.GroupsApi* | [**setGroupProperties**](docs/GroupsApi.md#setGroupProperties) | **PUT** /graph/data/groups/{id}/properties | Set Multiple Properties
482
- *GobodoApi.GroupsApi* | [**setGroupProperty**](docs/GroupsApi.md#setGroupProperty) | **PUT** /graph/data/groups/{id}/properties/{prop} | Update Property
483
- *GobodoApi.IAMApi* | [**createPolicy**](docs/IAMApi.md#createPolicy) | **POST** /graph/data/iam/policies | Create Policy
484
- *GobodoApi.IAMApi* | [**get35**](docs/IAMApi.md#get35) | **GET** /graph/data/iam/policies |
485
- *GobodoApi.IAMApi* | [**get36**](docs/IAMApi.md#get36) | **GET** /graph/data/iam/policies/{id} |
486
- *GobodoApi.IAMApi* | [**update2**](docs/IAMApi.md#update2) | **PUT** /graph/data/iam/policies/{id} |
487
- *GobodoApi.ImagesApi* | [**attachImage**](docs/ImagesApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
488
- *GobodoApi.ImagesApi* | [**deleteObject**](docs/ImagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
489
- *GobodoApi.ImagesApi* | [**get32**](docs/ImagesApi.md#get32) | **GET** /graph/data/images |
490
- *GobodoApi.ImagesApi* | [**getImageById**](docs/ImagesApi.md#getImageById) | **GET** /graph/data/images/{id} | Get Image By Id
491
- *GobodoApi.ImagesApi* | [**getImages**](docs/ImagesApi.md#getImages) | **GET** /graph/data/object/{id}/images |
492
- *GobodoApi.ImagesApi* | [**updateImage**](docs/ImagesApi.md#updateImage) | **PUT** /graph/data/images/{id} | Updates an image
493
- *GobodoApi.ImagesApi* | [**upload1**](docs/ImagesApi.md#upload1) | **POST** /graph/data/images/{id}/upload |
494
- *GobodoApi.ImagesApi* | [**uploadImage**](docs/ImagesApi.md#uploadImage) | **POST** /graph/data/images | Upload data
495
- *GobodoApi.InvitesApi* | [**acceptInvite**](docs/InvitesApi.md#acceptInvite) | **PUT** /graph/data/invites/{inviteid}/accept |
496
- *GobodoApi.InvitesApi* | [**createInvite**](docs/InvitesApi.md#createInvite) | **POST** /graph/data/invites | Returns an invite by id
497
- *GobodoApi.InvitesApi* | [**createInviteOnObject**](docs/InvitesApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
498
- *GobodoApi.InvitesApi* | [**getInviteByCode**](docs/InvitesApi.md#getInviteByCode) | **GET** /graph/data/invites/{inviteCode} | Returns an invite by id
499
- *GobodoApi.InvitesApi* | [**inviteLoggedInUser**](docs/InvitesApi.md#inviteLoggedInUser) | **GET** /graph/data/invites/user/logon_user | Returns the logged inuser
500
- *GobodoApi.LikesApi* | [**deleteAction1**](docs/LikesApi.md#deleteAction1) | **DELETE** /graph/data/likes/{id} | Delete Action
501
- *GobodoApi.LikesApi* | [**deleteLike**](docs/LikesApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
502
- *GobodoApi.LikesApi* | [**dislike**](docs/LikesApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
503
- *GobodoApi.LikesApi* | [**get37**](docs/LikesApi.md#get37) | **GET** /graph/data/likes |
504
- *GobodoApi.LikesApi* | [**getActionById1**](docs/LikesApi.md#getActionById1) | **GET** /graph/data/likes/{id} |
505
- *GobodoApi.LikesApi* | [**getActionProperties1**](docs/LikesApi.md#getActionProperties1) | **GET** /graph/data/likes/{id}/properties | Get Properties
506
- *GobodoApi.LikesApi* | [**getActionProperty1**](docs/LikesApi.md#getActionProperty1) | **GET** /graph/data/likes/{id}/properties/{prop} | Get Property
507
- *GobodoApi.LikesApi* | [**isDisliked**](docs/LikesApi.md#isDisliked) | **GET** /graph/data/likes/{objectid}/isdisliked | Check if the user has disliked the object
508
- *GobodoApi.LikesApi* | [**isLiked**](docs/LikesApi.md#isLiked) | **GET** /graph/data/likes/{objectid}/isliked | Check if the user has liked the object
509
- *GobodoApi.LikesApi* | [**like**](docs/LikesApi.md#like) | **POST** /graph/data/likes/{objectid}/like | Like an Object
510
- *GobodoApi.LikesApi* | [**setActionProperties1**](docs/LikesApi.md#setActionProperties1) | **PUT** /graph/data/likes/{id}/properties | Set Multiple Properties
511
- *GobodoApi.LikesApi* | [**setActionProperty1**](docs/LikesApi.md#setActionProperty1) | **PUT** /graph/data/likes/{id}/properties/{prop} | Update Property
512
- *GobodoApi.LinkedINApi* | [**loginLinkedIn**](docs/LinkedINApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
513
- *GobodoApi.LiveMeetingsApi* | [**addLiveMeeting**](docs/LiveMeetingsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
514
- *GobodoApi.LiveMeetingsApi* | [**addLiveStream**](docs/LiveMeetingsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
515
- *GobodoApi.MeetingEventsApi* | [**deleteObject**](docs/MeetingEventsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
516
- *GobodoApi.MeetingEventsApi* | [**getEvents**](docs/MeetingEventsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
517
- *GobodoApi.MeetingEventsApi* | [**getEventsDateRange**](docs/MeetingEventsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
518
- *GobodoApi.MeetingEventsApi* | [**getEventsFuture**](docs/MeetingEventsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
519
- *GobodoApi.MeetingEventsApi* | [**getEventsPast**](docs/MeetingEventsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
520
- *GobodoApi.PagesApi* | [**createPage**](docs/PagesApi.md#createPage) | **POST** /graph/data/pages | Create Page
521
- *GobodoApi.PagesApi* | [**deleteObject**](docs/PagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
522
- *GobodoApi.PagesApi* | [**editPage**](docs/PagesApi.md#editPage) | **PUT** /graph/data/pages/{id} | Edit Page
523
- *GobodoApi.PagesApi* | [**get34**](docs/PagesApi.md#get34) | **GET** /graph/data/pages |
524
- *GobodoApi.PagesApi* | [**getOwnedPages**](docs/PagesApi.md#getOwnedPages) | **GET** /graph/data/pages/ownedpages/{uid} | Get Owned Pages
525
- *GobodoApi.PagesApi* | [**getPageById**](docs/PagesApi.md#getPageById) | **GET** /graph/data/pages/{id} | Get Page By Id
526
- *GobodoApi.PagesApi* | [**setPageProfilePicture**](docs/PagesApi.md#setPageProfilePicture) | **PUT** /graph/data/pages/{id}/profilepicture | Edit Page
527
- *GobodoApi.PagesApi* | [**setPageProperties**](docs/PagesApi.md#setPageProperties) | **PUT** /graph/data/pages/{id}/properties | Set Multiple Properties
528
- *GobodoApi.PagesApi* | [**setPageProperty**](docs/PagesApi.md#setPageProperty) | **PUT** /graph/data/pages/{id}/properties/{prop} | Update Property
529
- *GobodoApi.PostsApi* | [**createPost**](docs/PostsApi.md#createPost) | **POST** /graph/data/posts |
530
- *GobodoApi.PostsApi* | [**deleteObject**](docs/PostsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
531
- *GobodoApi.PostsApi* | [**get42**](docs/PostsApi.md#get42) | **GET** /graph/data/posts |
532
- *GobodoApi.PostsApi* | [**getPostById**](docs/PostsApi.md#getPostById) | **GET** /graph/data/posts/{id} | Gets a post by id
533
- *GobodoApi.PostsApi* | [**updatePost**](docs/PostsApi.md#updatePost) | **PUT** /graph/data/posts/{id} |
534
- *GobodoApi.PrivateMessagesApi* | [**createBranch**](docs/PrivateMessagesApi.md#createBranch) | **POST** /graph/data/privatemessages/messages/{messageid}/branch |
535
- *GobodoApi.PrivateMessagesApi* | [**createConversation**](docs/PrivateMessagesApi.md#createConversation) | **POST** /graph/data/privatemessages/conversations | Create conversation(s)
536
- *GobodoApi.PrivateMessagesApi* | [**createReply**](docs/PrivateMessagesApi.md#createReply) | **POST** /graph/data/privatemessages/messages/{messageid} |
537
- *GobodoApi.PrivateMessagesApi* | [**deleteMessage**](docs/PrivateMessagesApi.md#deleteMessage) | **DELETE** /graph/data/privatemessages/messages/{messageid}/send |
538
- *GobodoApi.PrivateMessagesApi* | [**deleteObject**](docs/PrivateMessagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
539
- *GobodoApi.PrivateMessagesApi* | [**get38**](docs/PrivateMessagesApi.md#get38) | **GET** /graph/data/privatemessages/conversations |
540
- *GobodoApi.PrivateMessagesApi* | [**get39**](docs/PrivateMessagesApi.md#get39) | **GET** /graph/data/privatemessages/messages |
541
- *GobodoApi.PrivateMessagesApi* | [**get40**](docs/PrivateMessagesApi.md#get40) | **GET** /graph/data/privatemessages/messages/{id} |
542
- *GobodoApi.PrivateMessagesApi* | [**getAllConversations**](docs/PrivateMessagesApi.md#getAllConversations) | **GET** /graph/data/privatemessages/conversations/all | Get All Conversations
543
- *GobodoApi.PrivateMessagesApi* | [**getChildConversations**](docs/PrivateMessagesApi.md#getChildConversations) | **GET** /graph/data/privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
544
- *GobodoApi.PrivateMessagesApi* | [**getConversationById**](docs/PrivateMessagesApi.md#getConversationById) | **GET** /graph/data/privatemessages/conversations/{id} | Get Conversation by ID
545
- *GobodoApi.PrivateMessagesApi* | [**getConversationParticipants**](docs/PrivateMessagesApi.md#getConversationParticipants) | **GET** /graph/data/privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
546
- *GobodoApi.PrivateMessagesApi* | [**getConversationParticipants1**](docs/PrivateMessagesApi.md#getConversationParticipants1) | **GET** /graph/data/privatemessages/conversations/{convoid}/messages | Get Participants
547
- *GobodoApi.PrivateMessagesApi* | [**getUnreadMessageCount**](docs/PrivateMessagesApi.md#getUnreadMessageCount) | **GET** /graph/data/privatemessages/conversations/newmessagecount | Get the number of unread messages
548
- *GobodoApi.PrivateMessagesApi* | [**updateMessage**](docs/PrivateMessagesApi.md#updateMessage) | **PUT** /graph/data/privatemessages/messages/{messageid}/send |
549
- *GobodoApi.PrivateMessagesApi* | [**updateMessage1**](docs/PrivateMessagesApi.md#updateMessage1) | **PUT** /graph/data/privatemessages/messages/{messageid} |
550
- *GobodoApi.PublicationsApi* | [**deleteObject**](docs/PublicationsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
551
- *GobodoApi.ScreensApi* | [**createScreen**](docs/ScreensApi.md#createScreen) | **POST** /graph/data/templates |
552
- *GobodoApi.ScreensApi* | [**editScreen**](docs/ScreensApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
553
- *GobodoApi.ScreensApi* | [**getScreenById**](docs/ScreensApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
554
- *GobodoApi.SocialIntegrationApi* | [**loginFacebook**](docs/SocialIntegrationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
555
- *GobodoApi.SocialIntegrationApi* | [**loginGoogle**](docs/SocialIntegrationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
556
- *GobodoApi.SocialIntegrationApi* | [**loginLinkedIn**](docs/SocialIntegrationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
557
- *GobodoApi.SocialIntegrationApi* | [**loginTwitter**](docs/SocialIntegrationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
558
- *GobodoApi.StripeAccountsApi* | [**addStripePaymentMethod**](docs/StripeAccountsApi.md#addStripePaymentMethod) | **POST** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
559
- *GobodoApi.StripeAccountsApi* | [**attachCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#attachCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Adds payment methods for the customer stored in stripe
560
- *GobodoApi.StripeAccountsApi* | [**attachStripePaymentMethod**](docs/StripeAccountsApi.md#attachStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
561
- *GobodoApi.StripeAccountsApi* | [**createAccountSession**](docs/StripeAccountsApi.md#createAccountSession) | **POST** /graph/data/payments/stripe/accountSession | Creates an Account Session which is used to integrate Stripe&#39;s connected UI components
562
- *GobodoApi.StripeAccountsApi* | [**createAndLinkStripeAccount**](docs/StripeAccountsApi.md#createAndLinkStripeAccount) | **POST** /graph/data/payments/stripe/account | Creates a Stripe account for the logged in user
563
- *GobodoApi.StripeAccountsApi* | [**createAndLinkStripeCustomerAccount**](docs/StripeAccountsApi.md#createAndLinkStripeCustomerAccount) | **POST** /graph/data/payments/stripe/customer | Creates a Stripe customer account for the logged in user
564
- *GobodoApi.StripeAccountsApi* | [**createApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#createApplicationStripePaymentAccount) | **POST** /graph/data/payments/stripe/site/{applicationid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
565
- *GobodoApi.StripeAccountsApi* | [**createSiteStripePaymentAccount**](docs/StripeAccountsApi.md#createSiteStripePaymentAccount) | **POST** /graph/data/payments/stripe/site/{siteid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
566
- *GobodoApi.StripeAccountsApi* | [**createStripePaymentIntent**](docs/StripeAccountsApi.md#createStripePaymentIntent) | **POST** /graph/data/payments/stripe/payment | Creates a Payment Intent to initate a Stripe payment
567
- *GobodoApi.StripeAccountsApi* | [**deleteAccount**](docs/StripeAccountsApi.md#deleteAccount) | **DELETE** /graph/data/payments/stripe/account |
568
- *GobodoApi.StripeAccountsApi* | [**deleteStripePaymentMethod**](docs/StripeAccountsApi.md#deleteStripePaymentMethod) | **DELETE** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
569
- *GobodoApi.StripeAccountsApi* | [**get**](docs/StripeAccountsApi.md#get) | **GET** /graph/data/payments/stripe |
570
- *GobodoApi.StripeAccountsApi* | [**get1**](docs/StripeAccountsApi.md#get1) | **GET** /graph/data/payments/stripe/{id} |
571
- *GobodoApi.StripeAccountsApi* | [**getApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#getApplicationStripePaymentAccount) | **GET** /graph/data/payments/stripe/application/{applicationid}/paymentaccount | Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
572
- *GobodoApi.StripeAccountsApi* | [**getDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultCustomerStripePaymentMethod) | **GET** /graph/data/payments/stripe/customer/{customerID}/paymentmethods/default | Gets the default payment method
573
- *GobodoApi.StripeAccountsApi* | [**getDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultStripePaymentMethod) | **GET** /graph/data/payments/stripe/paymentmethods/default | Gets the default payment method
574
- *GobodoApi.StripeAccountsApi* | [**getSiteStripePaymentAccount**](docs/StripeAccountsApi.md#getSiteStripePaymentAccount) | **GET** /graph/data/payments/stripe/site/{siteid}/paymentaccount | Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
575
- *GobodoApi.StripeAccountsApi* | [**getStripeAccount**](docs/StripeAccountsApi.md#getStripeAccount) | **GET** /graph/data/payments/stripe/account | Retrieves the Stripe Account For the Logged In User
576
- *GobodoApi.StripeAccountsApi* | [**getStripeAccountBalance**](docs/StripeAccountsApi.md#getStripeAccountBalance) | **GET** /graph/data/payments/stripe/account/{accountID}/balance | Gets the balance of the logged in user
577
- *GobodoApi.StripeAccountsApi* | [**getStripeApiKey**](docs/StripeAccountsApi.md#getStripeApiKey) | **GET** /graph/data/payments/stripe/apikey | Returns the publishable API key for Stripe
578
- *GobodoApi.StripeAccountsApi* | [**getStripeBalance**](docs/StripeAccountsApi.md#getStripeBalance) | **GET** /graph/data/payments/stripe/balance | Gets the balance of the logged in user
579
- *GobodoApi.StripeAccountsApi* | [**getStripeCustomerAccount**](docs/StripeAccountsApi.md#getStripeCustomerAccount) | **GET** /graph/data/payments/stripe/customer | Retrieves the Stripe Customer Account For the Logged In User
580
- *GobodoApi.StripeAccountsApi* | [**getStripeCustomerPaymentMethods**](docs/StripeAccountsApi.md#getStripeCustomerPaymentMethods) | **GET** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Retrieves the payment methods for the customer stored in stripe
581
- *GobodoApi.StripeAccountsApi* | [**getStripePaymentMethods**](docs/StripeAccountsApi.md#getStripePaymentMethods) | **GET** /graph/data/payments/stripe/paymentmethods | Retrieves the payment methods for the customer stored in stripe
582
- *GobodoApi.StripeAccountsApi* | [**getStripeTransfer**](docs/StripeAccountsApi.md#getStripeTransfer) | **GET** /graph/data/payments/stripe/transfer/{transferID} | Retrieves the transfer payment with the given transferId
583
- *GobodoApi.StripeAccountsApi* | [**getStripeTransferPaymentMethodDetails**](docs/StripeAccountsApi.md#getStripeTransferPaymentMethodDetails) | **GET** /graph/data/payments/stripe/transfer/{transferID}/paymentMethodDetails | Retrieves the transfer payment details with the given transferId
584
- *GobodoApi.StripeAccountsApi* | [**getUserStripeAccount**](docs/StripeAccountsApi.md#getUserStripeAccount) | **GET** /graph/data/payments/stripe/user/{userID}/account | Retrieves the Stripe Account For the Specified User
585
- *GobodoApi.StripeAccountsApi* | [**getUserStripeCustomerAccount**](docs/StripeAccountsApi.md#getUserStripeCustomerAccount) | **GET** /graph/data/payments/stripe/user/{userID}/customer | Retrieves the Stripe Customer Account For the Logged In User
586
- *GobodoApi.StripeAccountsApi* | [**payoutStripeAccount**](docs/StripeAccountsApi.md#payoutStripeAccount) | **POST** /graph/data/payments/stripe/account/{accountID}/payout | Pays out the specified account
587
- *GobodoApi.StripeAccountsApi* | [**setApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#setApplicationStripePaymentAccount) | **PUT** /graph/data/payments/stripe/application/{applicationid}/{accountId}/paymentaccount | Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
588
- *GobodoApi.StripeAccountsApi* | [**setDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods/default | Adds payment methods for the customer stored in stripe
589
- *GobodoApi.StripeAccountsApi* | [**setDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods/default | Sets the default payment method for the customer stored in stripe
590
- *GobodoApi.StripeAccountsApi* | [**setSiteStripePaymentAccount**](docs/StripeAccountsApi.md#setSiteStripePaymentAccount) | **PUT** /graph/data/payments/stripe/site/{siteid}/{accountId}/paymentaccount | Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
591
- *GobodoApi.StripeAccountsApi* | [**stripePayout**](docs/StripeAccountsApi.md#stripePayout) | **POST** /graph/data/payments/stripe/payout | Pays out the account of the logged in user
592
- *GobodoApi.StripeAccountsApi* | [**stripeTransfer**](docs/StripeAccountsApi.md#stripeTransfer) | **POST** /graph/data/payments/stripe/transfer | Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
593
- *GobodoApi.StripeAccountsApi* | [**updateAccountLink**](docs/StripeAccountsApi.md#updateAccountLink) | **PUT** /graph/data/payments/stripe/account/{accountID} | Creates an Account Link which enables the user to update their Stripe account details
594
- *GobodoApi.StripeAccountsApi* | [**updateCustomer**](docs/StripeAccountsApi.md#updateCustomer) | **PUT** /graph/data/payments/stripe/customer/{customerID} | Updates the customer account and returns a client secret to enable user to update their details on Stripe
595
- *GobodoApi.StripeAccountsApi* | [**updateStripePaymentMethod**](docs/StripeAccountsApi.md#updateStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
596
- *GobodoApi.TagsApi* | [**getObjectsInGraphByTag**](docs/TagsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
597
- *GobodoApi.TemplatesApi* | [**createScreen**](docs/TemplatesApi.md#createScreen) | **POST** /graph/data/templates |
598
- *GobodoApi.TemplatesApi* | [**editScreen**](docs/TemplatesApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
599
- *GobodoApi.TemplatesApi* | [**getScreenById**](docs/TemplatesApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
600
- *GobodoApi.ThemeMappingsApi* | [**addUrlPatterns**](docs/ThemeMappingsApi.md#addUrlPatterns) | **PUT** /graph/data/themes/{themeid}/urlpatterns |
601
- *GobodoApi.ThemeMappingsApi* | [**createTheme**](docs/ThemeMappingsApi.md#createTheme) | **POST** /graph/data/themes | Create a Theme Mapping
602
- *GobodoApi.ThemeMappingsApi* | [**get45**](docs/ThemeMappingsApi.md#get45) | **GET** /graph/data/themes/{themeid} |
603
- *GobodoApi.TransactionsApi* | [**beginTx**](docs/TransactionsApi.md#beginTx) | **POST** /graph/data/transaction | Start a new transaction
604
- *GobodoApi.TransactionsApi* | [**commit**](docs/TransactionsApi.md#commit) | **POST** /graph/data/transaction/{id}/commit | Commits a transaction
605
- *GobodoApi.TransactionsApi* | [**failTx**](docs/TransactionsApi.md#failTx) | **DELETE** /graph/data/transaction/{id} | Marks a transaction for failure
606
- *GobodoApi.TwitterApi* | [**loginTwitter**](docs/TwitterApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
607
- *GobodoApi.UserTagsApi* | [**deleteRelationship2**](docs/UserTagsApi.md#deleteRelationship2) | **DELETE** /graph/data/usertags/{id} | Delete Relationship
608
- *GobodoApi.UserTagsApi* | [**get43**](docs/UserTagsApi.md#get43) | **GET** /graph/data/usertags |
609
- *GobodoApi.UserTagsApi* | [**getRelProperties2**](docs/UserTagsApi.md#getRelProperties2) | **GET** /graph/data/usertags/{id}/properties | Get Properties
610
- *GobodoApi.UserTagsApi* | [**getRelProperty2**](docs/UserTagsApi.md#getRelProperty2) | **GET** /graph/data/usertags/{id}/properties/{prop} | Get Property
611
- *GobodoApi.UserTagsApi* | [**getRelationshipById1**](docs/UserTagsApi.md#getRelationshipById1) | **GET** /graph/data/usertags/{id} |
612
- *GobodoApi.UserTagsApi* | [**getUserTags**](docs/UserTagsApi.md#getUserTags) | **GET** /graph/data/object/{id}/usertags |
613
- *GobodoApi.UserTagsApi* | [**setRelProperties2**](docs/UserTagsApi.md#setRelProperties2) | **PUT** /graph/data/usertags/{id}/properties | Set Multiple Properties
614
- *GobodoApi.UserTagsApi* | [**setRelProperty2**](docs/UserTagsApi.md#setRelProperty2) | **PUT** /graph/data/usertags/{id}/properties/{prop} | Update Property
615
- *GobodoApi.UserTagsApi* | [**tagUsers**](docs/UserTagsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
616
- *GobodoApi.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /graph/data/user | Create a new User
617
- *GobodoApi.UsersApi* | [**get33**](docs/UsersApi.md#get33) | **GET** /graph/data/user |
618
- *GobodoApi.UsersApi* | [**getProfileByType**](docs/UsersApi.md#getProfileByType) | **GET** /graph/data/user/{id}/profile/{type} | Returns the profile of the given type for the specified user if the profile exists
619
- *GobodoApi.UsersApi* | [**getProfiles**](docs/UsersApi.md#getProfiles) | **GET** /graph/data/user/{id}/profiles | Get a list of profiles attached to the user&#39;s account
620
- *GobodoApi.UsersApi* | [**getSelf**](docs/UsersApi.md#getSelf) | **GET** /graph/data/user/self | Returns the logged in user
621
- *GobodoApi.UsersApi* | [**getUserById**](docs/UsersApi.md#getUserById) | **GET** /graph/data/user/{id} | Get User By Id
622
- *GobodoApi.UsersApi* | [**getUserByUserName**](docs/UsersApi.md#getUserByUserName) | **GET** /graph/data/user/{username} | Get User By Username
623
- *GobodoApi.UsersApi* | [**setUserProfilePicture**](docs/UsersApi.md#setUserProfilePicture) | **PUT** /graph/data/user/{id}/profilepicture | Set user profile picture
624
- *GobodoApi.UsersApi* | [**updateUser**](docs/UsersApi.md#updateUser) | **PUT** /graph/data/user/{id} | Update User Info
625
- *GobodoApi.UtilsApi* | [**encodeAuth**](docs/UtilsApi.md#encodeAuth) | **POST** /graph/data/utils/encodeauth |
626
- *GobodoApi.VideosApi* | [**deleteObject**](docs/VideosApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
627
- *GobodoApi.VideosApi* | [**get44**](docs/VideosApi.md#get44) | **GET** /graph/data/videos |
628
- *GobodoApi.VideosApi* | [**getVideoById**](docs/VideosApi.md#getVideoById) | **GET** /graph/data/videos/{id} | Gets a video by id
629
- *GobodoApi.VideosApi* | [**getVideos**](docs/VideosApi.md#getVideos) | **GET** /graph/data/object/{id}/videos |
630
- *GobodoApi.VideosApi* | [**setThumbnail**](docs/VideosApi.md#setThumbnail) | **PUT** /graph/data/videos/{id}/setthumbnail |
631
- *GobodoApi.VideosApi* | [**simulcast**](docs/VideosApi.md#simulcast) | **PUT** /graph/data/videos/{id}/simulcast |
632
- *GobodoApi.VideosApi* | [**startLiveStream**](docs/VideosApi.md#startLiveStream) | **POST** /graph/data/videos/livestream |
633
- *GobodoApi.VideosApi* | [**streamMeeting**](docs/VideosApi.md#streamMeeting) | **POST** /graph/data/videos/livestream/{objectid} |
634
- *GobodoApi.VideosApi* | [**updateVideo**](docs/VideosApi.md#updateVideo) | **PUT** /graph/data/videos/{id} |
635
- *GobodoApi.VideosApi* | [**upload2**](docs/VideosApi.md#upload2) | **POST** /graph/data/videos/{id}/upload |
636
- *GobodoApi.VideosApi* | [**uploadVideo**](docs/VideosApi.md#uploadVideo) | **POST** /graph/data/videos/upload | Upload data
142
+ *GobodoGobodoApi.ActionTypesApi* | [**getActionsByType**](docs/ActionTypesApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
143
+ *GobodoGobodoApi.AdCampaignsApi* | [**createAdCampaign**](docs/AdCampaignsApi.md#createAdCampaign) | **POST** /graph/data/ads/campaigns | Create Ad Campaign
144
+ *GobodoGobodoApi.AdCampaignsApi* | [**deleteObject**](docs/AdCampaignsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
145
+ *GobodoGobodoApi.AdCampaignsApi* | [**get17**](docs/AdCampaignsApi.md#get17) | **GET** /graph/data/ads/campaigns |
146
+ *GobodoGobodoApi.AdCampaignsApi* | [**get18**](docs/AdCampaignsApi.md#get18) | **GET** /graph/data/ads/campaigns/{id} |
147
+ *GobodoGobodoApi.AdCampaignsApi* | [**getFromCat**](docs/AdCampaignsApi.md#getFromCat) | **GET** /graph/data/ads/campaigns/nextfromcategory/{id} |
148
+ *GobodoGobodoApi.AdCampaignsApi* | [**update**](docs/AdCampaignsApi.md#update) | **PUT** /graph/data/ads/campaigns/{id} |
149
+ *GobodoGobodoApi.AdCampaignsApi* | [**updateAds**](docs/AdCampaignsApi.md#updateAds) | **POST** /graph/data/ads/campaigns/{id}/ads |
150
+ *GobodoGobodoApi.AdCampaignsApi* | [**updateSites**](docs/AdCampaignsApi.md#updateSites) | **PUT** /graph/data/ads/campaigns/{id}/sites |
151
+ *GobodoGobodoApi.AdManagementApi* | [**createAd**](docs/AdManagementApi.md#createAd) | **POST** /graph/data/ads/ads | Create Ad
152
+ *GobodoGobodoApi.AdManagementApi* | [**createAdCampaign**](docs/AdManagementApi.md#createAdCampaign) | **POST** /graph/data/ads/campaigns | Create Ad Campaign
153
+ *GobodoGobodoApi.AdManagementApi* | [**get17**](docs/AdManagementApi.md#get17) | **GET** /graph/data/ads/campaigns |
154
+ *GobodoGobodoApi.AdManagementApi* | [**get18**](docs/AdManagementApi.md#get18) | **GET** /graph/data/ads/campaigns/{id} |
155
+ *GobodoGobodoApi.AdManagementApi* | [**get19**](docs/AdManagementApi.md#get19) | **GET** /graph/data/ads/ads |
156
+ *GobodoGobodoApi.AdManagementApi* | [**get20**](docs/AdManagementApi.md#get20) | **GET** /graph/data/ads/ads/{id} |
157
+ *GobodoGobodoApi.AdManagementApi* | [**getCampaign**](docs/AdManagementApi.md#getCampaign) | **GET** /graph/data/ads/ads/{id}/campaign |
158
+ *GobodoGobodoApi.AdManagementApi* | [**getFromCat**](docs/AdManagementApi.md#getFromCat) | **GET** /graph/data/ads/campaigns/nextfromcategory/{id} |
159
+ *GobodoGobodoApi.AdManagementApi* | [**update**](docs/AdManagementApi.md#update) | **PUT** /graph/data/ads/campaigns/{id} |
160
+ *GobodoGobodoApi.AdManagementApi* | [**update1**](docs/AdManagementApi.md#update1) | **PUT** /graph/data/ads/ads/{id} |
161
+ *GobodoGobodoApi.AdManagementApi* | [**updateAds**](docs/AdManagementApi.md#updateAds) | **POST** /graph/data/ads/campaigns/{id}/ads |
162
+ *GobodoGobodoApi.AdManagementApi* | [**updateSites**](docs/AdManagementApi.md#updateSites) | **PUT** /graph/data/ads/campaigns/{id}/sites |
163
+ *GobodoGobodoApi.AdminDataManagementApi* | [**purgeData**](docs/AdminDataManagementApi.md#purgeData) | **GET** /graph/data/admin/datamanagement/purge/{key}/{days} |
164
+ *GobodoGobodoApi.AdsApi* | [**createAd**](docs/AdsApi.md#createAd) | **POST** /graph/data/ads/ads | Create Ad
165
+ *GobodoGobodoApi.AdsApi* | [**deleteObject**](docs/AdsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
166
+ *GobodoGobodoApi.AdsApi* | [**get19**](docs/AdsApi.md#get19) | **GET** /graph/data/ads/ads |
167
+ *GobodoGobodoApi.AdsApi* | [**get20**](docs/AdsApi.md#get20) | **GET** /graph/data/ads/ads/{id} |
168
+ *GobodoGobodoApi.AdsApi* | [**getCampaign**](docs/AdsApi.md#getCampaign) | **GET** /graph/data/ads/ads/{id}/campaign |
169
+ *GobodoGobodoApi.AdsApi* | [**update1**](docs/AdsApi.md#update1) | **PUT** /graph/data/ads/ads/{id} |
170
+ *GobodoGobodoApi.AttachmentsApi* | [**deleteObject**](docs/AttachmentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
171
+ *GobodoGobodoApi.AttachmentsApi* | [**get23**](docs/AttachmentsApi.md#get23) | **GET** /graph/data/files |
172
+ *GobodoGobodoApi.AttachmentsApi* | [**getFileById**](docs/AttachmentsApi.md#getFileById) | **GET** /graph/data/files/{id} | Get File By Id
173
+ *GobodoGobodoApi.AttachmentsApi* | [**getFiles**](docs/AttachmentsApi.md#getFiles) | **GET** /graph/data/object/{id}/files |
174
+ *GobodoGobodoApi.AttachmentsApi* | [**updateFile**](docs/AttachmentsApi.md#updateFile) | **PUT** /graph/data/files/{id} | Update File
175
+ *GobodoGobodoApi.AttachmentsApi* | [**upload**](docs/AttachmentsApi.md#upload) | **POST** /graph/data/files/{id}/upload |
176
+ *GobodoGobodoApi.AttachmentsApi* | [**uploadFile**](docs/AttachmentsApi.md#uploadFile) | **POST** /graph/data/files/upload | Upload data
177
+ *GobodoGobodoApi.AuthenticationApi* | [**login**](docs/AuthenticationApi.md#login) | **POST** /graph/data/auth |
178
+ *GobodoGobodoApi.AuthenticationApi* | [**loginAsApp**](docs/AuthenticationApi.md#loginAsApp) | **POST** /graph/data/auth_as_app |
179
+ *GobodoGobodoApi.AuthenticationApi* | [**loginAsPage**](docs/AuthenticationApi.md#loginAsPage) | **POST** /graph/data/auth_as_page |
180
+ *GobodoGobodoApi.AuthenticationApi* | [**loginAsSite**](docs/AuthenticationApi.md#loginAsSite) | **POST** /graph/data/auth_as_site |
181
+ *GobodoGobodoApi.AuthenticationApi* | [**loginFacebook**](docs/AuthenticationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
182
+ *GobodoGobodoApi.AuthenticationApi* | [**loginGoogle**](docs/AuthenticationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
183
+ *GobodoGobodoApi.AuthenticationApi* | [**loginLinkedIn**](docs/AuthenticationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
184
+ *GobodoGobodoApi.AuthenticationApi* | [**loginTwitter**](docs/AuthenticationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
185
+ *GobodoGobodoApi.AuthenticationApi* | [**logout**](docs/AuthenticationApi.md#logout) | **POST** /graph/data/signout |
186
+ *GobodoGobodoApi.CategoriesApi* | [**createCategory**](docs/CategoriesApi.md#createCategory) | **POST** /graph/data/categories | Create Category
187
+ *GobodoGobodoApi.CategoriesApi* | [**createChildCategory**](docs/CategoriesApi.md#createChildCategory) | **POST** /graph/data/categories/{id}/subcategories | Create a child category
188
+ *GobodoGobodoApi.CategoriesApi* | [**get24**](docs/CategoriesApi.md#get24) | **GET** /graph/data/categories |
189
+ *GobodoGobodoApi.CategoriesApi* | [**getCategoryById**](docs/CategoriesApi.md#getCategoryById) | **GET** /graph/data/categories/{id} | Gets a category by id
190
+ *GobodoGobodoApi.CategoriesApi* | [**getChildCategories**](docs/CategoriesApi.md#getChildCategories) | **GET** /graph/data/categories/{id}/subcategories |
191
+ *GobodoGobodoApi.CategoriesApi* | [**getRootCategory**](docs/CategoriesApi.md#getRootCategory) | **GET** /graph/data/categories/get/root | Gets the root category
192
+ *GobodoGobodoApi.CategoriesApi* | [**updateCategory**](docs/CategoriesApi.md#updateCategory) | **POST** /graph/data/categories/{id} | Update Category
193
+ *GobodoGobodoApi.CommentsApi* | [**createComment**](docs/CommentsApi.md#createComment) | **POST** /graph/data/comments | Create a comment
194
+ *GobodoGobodoApi.CommentsApi* | [**deleteObject**](docs/CommentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
195
+ *GobodoGobodoApi.CommentsApi* | [**get25**](docs/CommentsApi.md#get25) | **GET** /graph/data/comments |
196
+ *GobodoGobodoApi.CommentsApi* | [**getCommentById**](docs/CommentsApi.md#getCommentById) | **GET** /graph/data/comments/{id} | Gets a comment by id
197
+ *GobodoGobodoApi.CommentsApi* | [**getCommentReplies**](docs/CommentsApi.md#getCommentReplies) | **GET** /graph/data/comments/{id}/replies | Get Replies
198
+ *GobodoGobodoApi.CommentsApi* | [**getComments**](docs/CommentsApi.md#getComments) | **GET** /graph/data/object/{objectid}/comments |
199
+ *GobodoGobodoApi.CommentsApi* | [**replyToComment**](docs/CommentsApi.md#replyToComment) | **POST** /graph/data/comments/{id}/replies | Add Replies
200
+ *GobodoGobodoApi.CommentsApi* | [**updateComment**](docs/CommentsApi.md#updateComment) | **PUT** /graph/data/comments/{id} | Update a comment
201
+ *GobodoGobodoApi.ContentManagementApi* | [**addDocumentPart**](docs/ContentManagementApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
202
+ *GobodoGobodoApi.ContentManagementApi* | [**changeDocPartType**](docs/ContentManagementApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
203
+ *GobodoGobodoApi.ContentManagementApi* | [**changeStatus**](docs/ContentManagementApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
204
+ *GobodoGobodoApi.ContentManagementApi* | [**copyDocument**](docs/ContentManagementApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
205
+ *GobodoGobodoApi.ContentManagementApi* | [**copyDocumentPart**](docs/ContentManagementApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
206
+ *GobodoGobodoApi.ContentManagementApi* | [**createChildDocumentPart**](docs/ContentManagementApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
207
+ *GobodoGobodoApi.ContentManagementApi* | [**createDocument**](docs/ContentManagementApi.md#createDocument) | **POST** /graph/data/articles |
208
+ *GobodoGobodoApi.ContentManagementApi* | [**createDocumentPart**](docs/ContentManagementApi.md#createDocumentPart) | **POST** /graph/data/entryparts |
209
+ *GobodoGobodoApi.ContentManagementApi* | [**deleteDocPart**](docs/ContentManagementApi.md#deleteDocPart) | **DELETE** /graph/data/entryparts/{docpartid} | Delete Document Part
210
+ *GobodoGobodoApi.ContentManagementApi* | [**deleteDocument**](docs/ContentManagementApi.md#deleteDocument) | **DELETE** /graph/data/articles/{docid} | Delete Document Part
211
+ *GobodoGobodoApi.ContentManagementApi* | [**editDocument**](docs/ContentManagementApi.md#editDocument) | **PUT** /graph/data/articles/{docid} |
212
+ *GobodoGobodoApi.ContentManagementApi* | [**get26**](docs/ContentManagementApi.md#get26) | **GET** /graph/data/articles |
213
+ *GobodoGobodoApi.ContentManagementApi* | [**get27**](docs/ContentManagementApi.md#get27) | **GET** /graph/data/entryparts |
214
+ *GobodoGobodoApi.ContentManagementApi* | [**getAllDocuments**](docs/ContentManagementApi.md#getAllDocuments) | **GET** /graph/data/articles/all |
215
+ *GobodoGobodoApi.ContentManagementApi* | [**getChildDocPartByPageNum**](docs/ContentManagementApi.md#getChildDocPartByPageNum) | **GET** /graph/data/entryparts/{id}/entryparts/{pagenum} |
216
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentById**](docs/ContentManagementApi.md#getDocumentById) | **GET** /graph/data/articles/{id} |
217
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartById**](docs/ContentManagementApi.md#getDocumentPartById) | **GET** /graph/data/entryparts/{id} |
218
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartById1**](docs/ContentManagementApi.md#getDocumentPartById1) | **GET** /graph/data/entryparts/{id}/entryparts |
219
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartByPageNumber**](docs/ContentManagementApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
220
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentParts**](docs/ContentManagementApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
221
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentsByType**](docs/ContentManagementApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
222
+ *GobodoGobodoApi.ContentManagementApi* | [**moveChildPart**](docs/ContentManagementApi.md#moveChildPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
223
+ *GobodoGobodoApi.ContentManagementApi* | [**moveDocPart**](docs/ContentManagementApi.md#moveDocPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
224
+ *GobodoGobodoApi.ContentManagementApi* | [**updateDocumentPart**](docs/ContentManagementApi.md#updateDocumentPart) | **PUT** /graph/data/entryparts/{docpartid} |
225
+ *GobodoGobodoApi.ConversationsApi* | [**createConversation**](docs/ConversationsApi.md#createConversation) | **POST** /graph/data/privatemessages/conversations | Create conversation(s)
226
+ *GobodoGobodoApi.ConversationsApi* | [**deleteObject**](docs/ConversationsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
227
+ *GobodoGobodoApi.ConversationsApi* | [**get38**](docs/ConversationsApi.md#get38) | **GET** /graph/data/privatemessages/conversations |
228
+ *GobodoGobodoApi.ConversationsApi* | [**getAllConversations**](docs/ConversationsApi.md#getAllConversations) | **GET** /graph/data/privatemessages/conversations/all | Get All Conversations
229
+ *GobodoGobodoApi.ConversationsApi* | [**getChildConversations**](docs/ConversationsApi.md#getChildConversations) | **GET** /graph/data/privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
230
+ *GobodoGobodoApi.ConversationsApi* | [**getConversationById**](docs/ConversationsApi.md#getConversationById) | **GET** /graph/data/privatemessages/conversations/{id} | Get Conversation by ID
231
+ *GobodoGobodoApi.ConversationsApi* | [**getConversationParticipants**](docs/ConversationsApi.md#getConversationParticipants) | **GET** /graph/data/privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
232
+ *GobodoGobodoApi.ConversationsApi* | [**getConversationParticipants1**](docs/ConversationsApi.md#getConversationParticipants1) | **GET** /graph/data/privatemessages/conversations/{convoid}/messages | Get Participants
233
+ *GobodoGobodoApi.ConversationsApi* | [**getUnreadMessageCount**](docs/ConversationsApi.md#getUnreadMessageCount) | **GET** /graph/data/privatemessages/conversations/newmessagecount | Get the number of unread messages
234
+ *GobodoGobodoApi.DataSheetImportsApi* | [**addDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#addDataSheetImportGeocodeMapping) | **PUT** /graph/data/datasheetimport/{dsimportid}/geolocateon/{sheetprop} | Geocodes the imported object based on the specified data field in the datasheet
235
+ *GobodoGobodoApi.DataSheetImportsApi* | [**addDataSheetImportMapping**](docs/DataSheetImportsApi.md#addDataSheetImportMapping) | **PUT** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Sets the mapping associated with the sheetprop
236
+ *GobodoGobodoApi.DataSheetImportsApi* | [**addEndObjectLookup**](docs/DataSheetImportsApi.md#addEndObjectLookup) | **PUT** /graph/data/datasheetimport/{dsimportid}/endobjectlookup | Sets the lookup for the end object in a relationship import
237
+ *GobodoGobodoApi.DataSheetImportsApi* | [**addStartObjectLookup**](docs/DataSheetImportsApi.md#addStartObjectLookup) | **PUT** /graph/data/datasheetimport/{dsimportid}/startobjectlookup | Sets the lookup for the start object in a relationship import
238
+ *GobodoGobodoApi.DataSheetImportsApi* | [**createDataSheetImport**](docs/DataSheetImportsApi.md#createDataSheetImport) | **POST** /graph/data/datasheetimport/{containerid}/{reltypeid}/{objecttypeid} | Create a datasheet import
239
+ *GobodoGobodoApi.DataSheetImportsApi* | [**createRelationshipDataSheetImport**](docs/DataSheetImportsApi.md#createRelationshipDataSheetImport) | **POST** /graph/data/datasheetimport/{containerid}/{reltypeid} | Create a datasheet import for relationships
240
+ *GobodoGobodoApi.DataSheetImportsApi* | [**get28**](docs/DataSheetImportsApi.md#get28) | **GET** /graph/data/datasheetimport |
241
+ *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportById**](docs/DataSheetImportsApi.md#getDataSheetImportById) | **GET** /graph/data/datasheetimport/{dsimportid} | Gets the datasheet import specified by the given id
242
+ *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportMapping**](docs/DataSheetImportsApi.md#getDataSheetImportMapping) | **GET** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Gets the mapping associated with the sheetprop
243
+ *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportPreview**](docs/DataSheetImportsApi.md#getDataSheetImportPreview) | **GET** /graph/data/datasheetimport/{dsimportid}/preview | Gets the preview of the data being imported
244
+ *GobodoGobodoApi.DataSheetImportsApi* | [**removeDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportGeocodeMapping) | **DELETE** /graph/data/datasheetimport/{dsimportid}/geolocateon | Removes the geolocation mapping field
245
+ *GobodoGobodoApi.DataSheetImportsApi* | [**removeDataSheetImportMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportMapping) | **DELETE** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Removes the mapping associated with the sheetprop
246
+ *GobodoGobodoApi.DataSheetImportsApi* | [**runDataSheetImport**](docs/DataSheetImportsApi.md#runDataSheetImport) | **POST** /graph/data/datasheetimport/{dsimportid}/run | Run a datasheet import
247
+ *GobodoGobodoApi.DataSheetImportsApi* | [**setDataSheetImportPrivacy**](docs/DataSheetImportsApi.md#setDataSheetImportPrivacy) | **PUT** /graph/data/datasheetimport/{dsimportid}/privacy | Sets the privacy settings of the generated objects from the import
248
+ *GobodoGobodoApi.DataSheetImportsApi* | [**updateDataSheetImportFile**](docs/DataSheetImportsApi.md#updateDataSheetImportFile) | **PUT** /graph/data/datasheetimport/{dsimportid}/datasheet | Updates the file used by a datasheet import
249
+ *GobodoGobodoApi.DefaultApi* | [**addEndObjectTypes**](docs/DefaultApi.md#addEndObjectTypes) | **PUT** /graph/data/actiontype/{id}/endobjecttypes |
250
+ *GobodoGobodoApi.DefaultApi* | [**createApiClient**](docs/DefaultApi.md#createApiClient) | **POST** /graph/data/api/clients |
251
+ *GobodoGobodoApi.DefaultApi* | [**doEndPoint**](docs/DefaultApi.md#doEndPoint) | **GET** /graph/data |
252
+ *GobodoGobodoApi.DefaultApi* | [**get21**](docs/DefaultApi.md#get21) | **GET** /graph/data/api/clients |
253
+ *GobodoGobodoApi.DefaultApi* | [**get22**](docs/DefaultApi.md#get22) | **GET** /graph/data/api/clients/{id} |
254
+ *GobodoGobodoApi.DefaultApi* | [**get5**](docs/DefaultApi.md#get5) | **GET** /graph/data/actiontype |
255
+ *GobodoGobodoApi.DefaultApi* | [**get6**](docs/DefaultApi.md#get6) | **GET** /graph/data/actiontype/{id} |
256
+ *GobodoGobodoApi.DefaultApi* | [**getApiClientById**](docs/DefaultApi.md#getApiClientById) | **GET** /graph/data/api/clients/{key} | Gets an api client by id
257
+ *GobodoGobodoApi.DefaultApi* | [**getEndObjectTypes**](docs/DefaultApi.md#getEndObjectTypes) | **GET** /graph/data/actiontype/{id}/endobjecttypes |
258
+ *GobodoGobodoApi.DefaultApi* | [**getFields**](docs/DefaultApi.md#getFields) | **GET** /graph/data/actiontype/{id}/fields |
259
+ *GobodoGobodoApi.DefaultApi* | [**resetSecretKey**](docs/DefaultApi.md#resetSecretKey) | **PUT** /graph/data/api/clients/{key}/resetSecretkey | Resets the secret key of the API Client
260
+ *GobodoGobodoApi.DefaultApi* | [**updateTemplate**](docs/DefaultApi.md#updateTemplate) | **PUT** /graph/data/actiontype/{id}/template |
261
+ *GobodoGobodoApi.DocumentsApi* | [**addDocumentPart**](docs/DocumentsApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
262
+ *GobodoGobodoApi.DocumentsApi* | [**changeStatus**](docs/DocumentsApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
263
+ *GobodoGobodoApi.DocumentsApi* | [**copyDocument**](docs/DocumentsApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
264
+ *GobodoGobodoApi.DocumentsApi* | [**createDocument**](docs/DocumentsApi.md#createDocument) | **POST** /graph/data/articles |
265
+ *GobodoGobodoApi.DocumentsApi* | [**deleteDocument**](docs/DocumentsApi.md#deleteDocument) | **DELETE** /graph/data/articles/{docid} | Delete Document Part
266
+ *GobodoGobodoApi.DocumentsApi* | [**deleteObject**](docs/DocumentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
267
+ *GobodoGobodoApi.DocumentsApi* | [**editDocument**](docs/DocumentsApi.md#editDocument) | **PUT** /graph/data/articles/{docid} |
268
+ *GobodoGobodoApi.DocumentsApi* | [**get26**](docs/DocumentsApi.md#get26) | **GET** /graph/data/articles |
269
+ *GobodoGobodoApi.DocumentsApi* | [**getAllDocuments**](docs/DocumentsApi.md#getAllDocuments) | **GET** /graph/data/articles/all |
270
+ *GobodoGobodoApi.DocumentsApi* | [**getDocumentById**](docs/DocumentsApi.md#getDocumentById) | **GET** /graph/data/articles/{id} |
271
+ *GobodoGobodoApi.DocumentsApi* | [**getDocumentPartByPageNumber**](docs/DocumentsApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
272
+ *GobodoGobodoApi.DocumentsApi* | [**getDocumentParts**](docs/DocumentsApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
273
+ *GobodoGobodoApi.DocumentsApi* | [**getDocumentsByType**](docs/DocumentsApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
274
+ *GobodoGobodoApi.EntryPartsApi* | [**changeDocPartType**](docs/EntryPartsApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
275
+ *GobodoGobodoApi.EntryPartsApi* | [**copyDocumentPart**](docs/EntryPartsApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
276
+ *GobodoGobodoApi.EntryPartsApi* | [**createChildDocumentPart**](docs/EntryPartsApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
277
+ *GobodoGobodoApi.EntryPartsApi* | [**createDocumentPart**](docs/EntryPartsApi.md#createDocumentPart) | **POST** /graph/data/entryparts |
278
+ *GobodoGobodoApi.EntryPartsApi* | [**deleteDocPart**](docs/EntryPartsApi.md#deleteDocPart) | **DELETE** /graph/data/entryparts/{docpartid} | Delete Document Part
279
+ *GobodoGobodoApi.EntryPartsApi* | [**deleteObject**](docs/EntryPartsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
280
+ *GobodoGobodoApi.EntryPartsApi* | [**get27**](docs/EntryPartsApi.md#get27) | **GET** /graph/data/entryparts |
281
+ *GobodoGobodoApi.EntryPartsApi* | [**getChildDocPartByPageNum**](docs/EntryPartsApi.md#getChildDocPartByPageNum) | **GET** /graph/data/entryparts/{id}/entryparts/{pagenum} |
282
+ *GobodoGobodoApi.EntryPartsApi* | [**getDocumentPartById**](docs/EntryPartsApi.md#getDocumentPartById) | **GET** /graph/data/entryparts/{id} |
283
+ *GobodoGobodoApi.EntryPartsApi* | [**getDocumentPartById1**](docs/EntryPartsApi.md#getDocumentPartById1) | **GET** /graph/data/entryparts/{id}/entryparts |
284
+ *GobodoGobodoApi.EntryPartsApi* | [**moveChildPart**](docs/EntryPartsApi.md#moveChildPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
285
+ *GobodoGobodoApi.EntryPartsApi* | [**moveDocPart**](docs/EntryPartsApi.md#moveDocPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
286
+ *GobodoGobodoApi.EntryPartsApi* | [**updateDocumentPart**](docs/EntryPartsApi.md#updateDocumentPart) | **PUT** /graph/data/entryparts/{docpartid} |
287
+ *GobodoGobodoApi.FacebookApi* | [**loginFacebook**](docs/FacebookApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
288
+ *GobodoGobodoApi.FieldsApi* | [**createFieldInContainer**](docs/FieldsApi.md#createFieldInContainer) | **POST** /graph/data/fields/{objecttype}/{objectid} | Create a new field
289
+ *GobodoGobodoApi.FieldsApi* | [**createFields**](docs/FieldsApi.md#createFields) | **POST** /graph/data/fields | Creates new fields
290
+ *GobodoGobodoApi.FieldsApi* | [**updateField**](docs/FieldsApi.md#updateField) | **PUT** /graph/data/fields/{fieldid} | Create a new field
291
+ *GobodoGobodoApi.FilesApi* | [**attachFile**](docs/FilesApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
292
+ *GobodoGobodoApi.FormsApi* | [**createChildSection**](docs/FormsApi.md#createChildSection) | **POST** /graph/data/forms/sections/{sectionid}/sections | Create a new Form
293
+ *GobodoGobodoApi.FormsApi* | [**createForm**](docs/FormsApi.md#createForm) | **POST** /graph/data/forms | Create a new Form
294
+ *GobodoGobodoApi.FormsApi* | [**createForm2**](docs/FormsApi.md#createForm2) | **PUT** /graph/data/forms/{formid} | Update a form object
295
+ *GobodoGobodoApi.FormsApi* | [**createForm3**](docs/FormsApi.md#createForm3) | **PUT** /graph/data/forms/sections/{formsectionid} | Update a form object
296
+ *GobodoGobodoApi.FormsApi* | [**createFormSection**](docs/FormsApi.md#createFormSection) | **POST** /graph/data/forms/{id}/sections | Create a new Form
297
+ *GobodoGobodoApi.FormsApi* | [**deleteRelationship1**](docs/FormsApi.md#deleteRelationship1) | **DELETE** /graph/data/forms/submissions/{id} | Delete Relationship
298
+ *GobodoGobodoApi.FormsApi* | [**get29**](docs/FormsApi.md#get29) | **GET** /graph/data/forms |
299
+ *GobodoGobodoApi.FormsApi* | [**get30**](docs/FormsApi.md#get30) | **GET** /graph/data/forms/sections |
300
+ *GobodoGobodoApi.FormsApi* | [**get31**](docs/FormsApi.md#get31) | **GET** /graph/data/forms/submissions |
301
+ *GobodoGobodoApi.FormsApi* | [**getFormById**](docs/FormsApi.md#getFormById) | **GET** /graph/data/forms/{id} | Get Form By Id
302
+ *GobodoGobodoApi.FormsApi* | [**getFormFields**](docs/FormsApi.md#getFormFields) | **GET** /graph/data/forms/{id}/fields |
303
+ *GobodoGobodoApi.FormsApi* | [**getFormSectionById**](docs/FormsApi.md#getFormSectionById) | **GET** /graph/data/forms/sections/{id} | Get Form By Id
304
+ *GobodoGobodoApi.FormsApi* | [**getFormSectionFields**](docs/FormsApi.md#getFormSectionFields) | **GET** /graph/data/forms/sections/{id}/fields |
305
+ *GobodoGobodoApi.FormsApi* | [**getFormSubmissionById**](docs/FormsApi.md#getFormSubmissionById) | **GET** /graph/data/forms/submissions/{id} | Get Form By Id
306
+ *GobodoGobodoApi.FormsApi* | [**getRelProperties1**](docs/FormsApi.md#getRelProperties1) | **GET** /graph/data/forms/submissions/{id}/properties | Get Properties
307
+ *GobodoGobodoApi.FormsApi* | [**getRelProperty1**](docs/FormsApi.md#getRelProperty1) | **GET** /graph/data/forms/submissions/{id}/properties/{prop} | Get Property
308
+ *GobodoGobodoApi.FormsApi* | [**setRelProperties1**](docs/FormsApi.md#setRelProperties1) | **PUT** /graph/data/forms/submissions/{id}/properties | Set Multiple Properties
309
+ *GobodoGobodoApi.FormsApi* | [**setRelProperty1**](docs/FormsApi.md#setRelProperty1) | **PUT** /graph/data/forms/submissions/{id}/properties/{prop} | Update Property
310
+ *GobodoGobodoApi.FunctionsApi* | [**doPostFunction**](docs/FunctionsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
311
+ *GobodoGobodoApi.GeocodeApi* | [**createGeocodes**](docs/GeocodeApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
312
+ *GobodoGobodoApi.GeocodeApi* | [**deleteGeocode**](docs/GeocodeApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
313
+ *GobodoGobodoApi.GeocodeApi* | [**get2**](docs/GeocodeApi.md#get2) | **GET** /graph/data/geocode |
314
+ *GobodoGobodoApi.GeocodeApi* | [**get3**](docs/GeocodeApi.md#get3) | **GET** /graph/data/geocode/{id} |
315
+ *GobodoGobodoApi.GeocodeApi* | [**getGeocodes**](docs/GeocodeApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
316
+ *GobodoGobodoApi.GoogleApi* | [**loginGoogle**](docs/GoogleApi.md#loginGoogle) | **POST** /graph/data/auth_google |
317
+ *GobodoGobodoApi.GraphActionsApi* | [**createActions**](docs/GraphActionsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
318
+ *GobodoGobodoApi.GraphActionsApi* | [**deleteAction**](docs/GraphActionsApi.md#deleteAction) | **DELETE** /graph/data/action/{id} | Delete Action
319
+ *GobodoGobodoApi.GraphActionsApi* | [**get4**](docs/GraphActionsApi.md#get4) | **GET** /graph/data/action |
320
+ *GobodoGobodoApi.GraphActionsApi* | [**getActionById**](docs/GraphActionsApi.md#getActionById) | **GET** /graph/data/action/{id} |
321
+ *GobodoGobodoApi.GraphActionsApi* | [**getActionProperties**](docs/GraphActionsApi.md#getActionProperties) | **GET** /graph/data/action/{id}/properties | Get Properties
322
+ *GobodoGobodoApi.GraphActionsApi* | [**getActionProperty**](docs/GraphActionsApi.md#getActionProperty) | **GET** /graph/data/action/{id}/properties/{prop} | Get Property
323
+ *GobodoGobodoApi.GraphActionsApi* | [**getActions**](docs/GraphActionsApi.md#getActions) | **GET** /graph/data/object/{id}/actions | Get Actions
324
+ *GobodoGobodoApi.GraphActionsApi* | [**getActionsByType**](docs/GraphActionsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
325
+ *GobodoGobodoApi.GraphActionsApi* | [**setActionProperties**](docs/GraphActionsApi.md#setActionProperties) | **PUT** /graph/data/action/{id}/properties | Set Multiple Properties
326
+ *GobodoGobodoApi.GraphActionsApi* | [**setActionProperty**](docs/GraphActionsApi.md#setActionProperty) | **PUT** /graph/data/action/{id}/properties/{prop} | Update Property
327
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**addPolicies**](docs/GraphObjectTypesApi.md#addPolicies) | **POST** /graph/data/objecttype/{id}/policies |
328
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**get10**](docs/GraphObjectTypesApi.md#get10) | **GET** /graph/data/objecttype/{id} |
329
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**get8**](docs/GraphObjectTypesApi.md#get8) | **GET** /graph/data/objecttype |
330
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**get9**](docs/GraphObjectTypesApi.md#get9) | **GET** /graph/data/objecttype/{key} |
331
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getAllObjectTypes**](docs/GraphObjectTypesApi.md#getAllObjectTypes) | **GET** /graph/data/objecttype/all |
332
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getDefaultObjectTypes**](docs/GraphObjectTypesApi.md#getDefaultObjectTypes) | **GET** /graph/data/objecttype/default |
333
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getFields1**](docs/GraphObjectTypesApi.md#getFields1) | **GET** /graph/data/objecttype/{id}/fields |
334
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getMyObjectTypes**](docs/GraphObjectTypesApi.md#getMyObjectTypes) | **GET** /graph/data/objecttype/mine |
335
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**updateTemplate1**](docs/GraphObjectTypesApi.md#updateTemplate1) | **PUT** /graph/data/objecttype/{id}/template |
336
+ *GobodoGobodoApi.GraphObjectsApi* | [**addLiveMeeting**](docs/GraphObjectsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
337
+ *GobodoGobodoApi.GraphObjectsApi* | [**addLiveStream**](docs/GraphObjectsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
338
+ *GobodoGobodoApi.GraphObjectsApi* | [**attachFile**](docs/GraphObjectsApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
339
+ *GobodoGobodoApi.GraphObjectsApi* | [**attachImage**](docs/GraphObjectsApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
340
+ *GobodoGobodoApi.GraphObjectsApi* | [**createActions**](docs/GraphObjectsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
341
+ *GobodoGobodoApi.GraphObjectsApi* | [**createAddObjectsToGraph**](docs/GraphObjectsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
342
+ *GobodoGobodoApi.GraphObjectsApi* | [**createGeocodes**](docs/GraphObjectsApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
343
+ *GobodoGobodoApi.GraphObjectsApi* | [**createInviteOnObject**](docs/GraphObjectsApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
344
+ *GobodoGobodoApi.GraphObjectsApi* | [**createObject**](docs/GraphObjectsApi.md#createObject) | **POST** /graph/data/object | Create Objects
345
+ *GobodoGobodoApi.GraphObjectsApi* | [**createObjects**](docs/GraphObjectsApi.md#createObjects) | **POST** /graph/data/object/createobjects | Create Objects
346
+ *GobodoGobodoApi.GraphObjectsApi* | [**createRelationship**](docs/GraphObjectsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
347
+ *GobodoGobodoApi.GraphObjectsApi* | [**createRelationships**](docs/GraphObjectsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
348
+ *GobodoGobodoApi.GraphObjectsApi* | [**deleteGeocode**](docs/GraphObjectsApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
349
+ *GobodoGobodoApi.GraphObjectsApi* | [**deleteLike**](docs/GraphObjectsApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
350
+ *GobodoGobodoApi.GraphObjectsApi* | [**deleteObject**](docs/GraphObjectsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
351
+ *GobodoGobodoApi.GraphObjectsApi* | [**dislike**](docs/GraphObjectsApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
352
+ *GobodoGobodoApi.GraphObjectsApi* | [**doPostFunction**](docs/GraphObjectsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
353
+ *GobodoGobodoApi.GraphObjectsApi* | [**follow**](docs/GraphObjectsApi.md#follow) | **PUT** /graph/data/object/{id}/follow |
354
+ *GobodoGobodoApi.GraphObjectsApi* | [**get7**](docs/GraphObjectsApi.md#get7) | **GET** /graph/data/object |
355
+ *GobodoGobodoApi.GraphObjectsApi* | [**getActions**](docs/GraphObjectsApi.md#getActions) | **GET** /graph/data/object/{id}/actions | Get Actions
356
+ *GobodoGobodoApi.GraphObjectsApi* | [**getActionsByType**](docs/GraphObjectsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
357
+ *GobodoGobodoApi.GraphObjectsApi* | [**getAllRelationships**](docs/GraphObjectsApi.md#getAllRelationships) | **GET** /graph/data/object/{id}/relationships/all | Get All Relationships
358
+ *GobodoGobodoApi.GraphObjectsApi* | [**getAllRelationshipsByType**](docs/GraphObjectsApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
359
+ *GobodoGobodoApi.GraphObjectsApi* | [**getComments**](docs/GraphObjectsApi.md#getComments) | **GET** /graph/data/object/{objectid}/comments |
360
+ *GobodoGobodoApi.GraphObjectsApi* | [**getDataSheetImports**](docs/GraphObjectsApi.md#getDataSheetImports) | **GET** /graph/data/object/{objectid}/datasheetimports | Get Related Objects
361
+ *GobodoGobodoApi.GraphObjectsApi* | [**getEvents**](docs/GraphObjectsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
362
+ *GobodoGobodoApi.GraphObjectsApi* | [**getEventsDateRange**](docs/GraphObjectsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
363
+ *GobodoGobodoApi.GraphObjectsApi* | [**getEventsFuture**](docs/GraphObjectsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
364
+ *GobodoGobodoApi.GraphObjectsApi* | [**getEventsPast**](docs/GraphObjectsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
365
+ *GobodoGobodoApi.GraphObjectsApi* | [**getFiles**](docs/GraphObjectsApi.md#getFiles) | **GET** /graph/data/object/{id}/files |
366
+ *GobodoGobodoApi.GraphObjectsApi* | [**getGeocodes**](docs/GraphObjectsApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
367
+ *GobodoGobodoApi.GraphObjectsApi* | [**getGraphs**](docs/GraphObjectsApi.md#getGraphs) | **GET** /graph/data/object/{id}/graphs |
368
+ *GobodoGobodoApi.GraphObjectsApi* | [**getImages**](docs/GraphObjectsApi.md#getImages) | **GET** /graph/data/object/{id}/images |
369
+ *GobodoGobodoApi.GraphObjectsApi* | [**getNewsfeed**](docs/GraphObjectsApi.md#getNewsfeed) | **GET** /graph/data/object/{id}/newsfeed |
370
+ *GobodoGobodoApi.GraphObjectsApi* | [**getNewsfeedIndexed**](docs/GraphObjectsApi.md#getNewsfeedIndexed) | **GET** /graph/data/object/{id}/newsfeed/{start}-{end} |
371
+ *GobodoGobodoApi.GraphObjectsApi* | [**getNewsfeedIndexedStart**](docs/GraphObjectsApi.md#getNewsfeedIndexedStart) | **GET** /graph/data/object/{id}/newsfeed/{start} |
372
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectById**](docs/GraphObjectsApi.md#getObjectById) | **GET** /graph/data/object/{id} |
373
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectByKey**](docs/GraphObjectsApi.md#getObjectByKey) | **GET** /graph/data/object/{key} | Get Object By Key
374
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectFromSchema**](docs/GraphObjectsApi.md#getObjectFromSchema) | **GET** /graph/data/object/schema/{schemakey} | Get Object From Schema
375
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectProperties**](docs/GraphObjectsApi.md#getObjectProperties) | **GET** /graph/data/object/{id}/properties | Get Properties
376
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectProperty**](docs/GraphObjectsApi.md#getObjectProperty) | **GET** /graph/data/object/{id}/properties/{prop} | Get Property
377
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectsInGraph**](docs/GraphObjectsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
378
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectsInGraphByTag**](docs/GraphObjectsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
379
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectsInGraphByType**](docs/GraphObjectsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/type/{type} | Get objects in the graph with the given object type
380
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelatedObjects**](docs/GraphObjectsApi.md#getRelatedObjects) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid} | Get Related Objects
381
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelatedObjectsIn**](docs/GraphObjectsApi.md#getRelatedObjectsIn) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid}/in | Get Related Objects
382
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelatedObjectsOut**](docs/GraphObjectsApi.md#getRelatedObjectsOut) | **GET** /graph/data/object/{id}/relatedobjects/{reltypeid}/out | Get Related Objects
383
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsByTypeIn**](docs/GraphObjectsApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
384
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsByTypeOut**](docs/GraphObjectsApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
385
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsIn**](docs/GraphObjectsApi.md#getRelationshipsIn) | **GET** /graph/data/object/{id}/relationships/in | Get Incoming Relationships
386
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsOut**](docs/GraphObjectsApi.md#getRelationshipsOut) | **GET** /graph/data/object/{id}/relationships/out | Get Outgoing Relationships
387
+ *GobodoGobodoApi.GraphObjectsApi* | [**getTags**](docs/GraphObjectsApi.md#getTags) | **GET** /graph/data/object/{id}/tags |
388
+ *GobodoGobodoApi.GraphObjectsApi* | [**getUserTags**](docs/GraphObjectsApi.md#getUserTags) | **GET** /graph/data/object/{id}/usertags |
389
+ *GobodoGobodoApi.GraphObjectsApi* | [**getVideos**](docs/GraphObjectsApi.md#getVideos) | **GET** /graph/data/object/{id}/videos |
390
+ *GobodoGobodoApi.GraphObjectsApi* | [**isDisliked**](docs/GraphObjectsApi.md#isDisliked) | **GET** /graph/data/likes/{objectid}/isdisliked | Check if the user has disliked the object
391
+ *GobodoGobodoApi.GraphObjectsApi* | [**isLiked**](docs/GraphObjectsApi.md#isLiked) | **GET** /graph/data/likes/{objectid}/isliked | Check if the user has liked the object
392
+ *GobodoGobodoApi.GraphObjectsApi* | [**like**](docs/GraphObjectsApi.md#like) | **POST** /graph/data/likes/{objectid}/like | Like an Object
393
+ *GobodoGobodoApi.GraphObjectsApi* | [**setObjectProperties**](docs/GraphObjectsApi.md#setObjectProperties) | **PUT** /graph/data/object/{id}/properties | Set Multiple Properties
394
+ *GobodoGobodoApi.GraphObjectsApi* | [**setObjectProperty**](docs/GraphObjectsApi.md#setObjectProperty) | **PUT** /graph/data/object/{id}/properties/{prop} | Update Property
395
+ *GobodoGobodoApi.GraphObjectsApi* | [**tagUsers**](docs/GraphObjectsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
396
+ *GobodoGobodoApi.GraphObjectsApi* | [**updateObject**](docs/GraphObjectsApi.md#updateObject) | **PUT** /graph/data/object/{id} | Update an Object
397
+ *GobodoGobodoApi.GraphObjectsApi* | [**updateTags**](docs/GraphObjectsApi.md#updateTags) | **PUT** /graph/data/object/{id}/tags |
398
+ *GobodoGobodoApi.GraphObjectsApi* | [**view**](docs/GraphObjectsApi.md#view) | **PUT** /graph/data/object/{objectid}/view | Marks the object as viewed
399
+ *GobodoGobodoApi.GraphObjectsApi* | [**viewPost**](docs/GraphObjectsApi.md#viewPost) | **POST** /graph/data/object/{id}/view | Marks the object as viewed (HTTP Post Operation)
400
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**addEndObjectTypes1**](docs/GraphRelationshipTypesApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
401
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**addStartObjectTypes**](docs/GraphRelationshipTypesApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
402
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**createRelationshipType**](docs/GraphRelationshipTypesApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
403
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**get12**](docs/GraphRelationshipTypesApi.md#get12) | **GET** /graph/data/relationshiptype |
404
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getAllRelationshipsByType**](docs/GraphRelationshipTypesApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
405
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getEndObjectTypes1**](docs/GraphRelationshipTypesApi.md#getEndObjectTypes1) | **GET** /graph/data/relationshiptype/{id}/endobjecttypes |
406
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getFields2**](docs/GraphRelationshipTypesApi.md#getFields2) | **GET** /graph/data/relationshiptype/{id}/fields |
407
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
408
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeById**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
409
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
410
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
411
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
412
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getStartObjectTypes**](docs/GraphRelationshipTypesApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes |
413
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**removeEndObjectTypes**](docs/GraphRelationshipTypesApi.md#removeEndObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/endobjecttypes |
414
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**removeStartObjectTypes**](docs/GraphRelationshipTypesApi.md#removeStartObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/startobjecttypes |
415
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**updateRelationshipType**](docs/GraphRelationshipTypesApi.md#updateRelationshipType) | **PUT** /graph/data/relationshiptype/{id} | Update a relationshp type
416
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**updateTemplate2**](docs/GraphRelationshipTypesApi.md#updateTemplate2) | **PUT** /graph/data/relationshiptype/{id}/template |
417
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**addEndObjectTypes1**](docs/GraphRelationshipsApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
418
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**addStartObjectTypes**](docs/GraphRelationshipsApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
419
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**createRelationship**](docs/GraphRelationshipsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
420
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**createRelationshipType**](docs/GraphRelationshipsApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
421
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**createRelationships**](docs/GraphRelationshipsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
422
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**deleteRelationship**](docs/GraphRelationshipsApi.md#deleteRelationship) | **DELETE** /graph/data/relationship/{id} | Delete Relationship
423
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**get11**](docs/GraphRelationshipsApi.md#get11) | **GET** /graph/data/relationship |
424
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**get12**](docs/GraphRelationshipsApi.md#get12) | **GET** /graph/data/relationshiptype |
425
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getAllRelationships**](docs/GraphRelationshipsApi.md#getAllRelationships) | **GET** /graph/data/object/{id}/relationships/all | Get All Relationships
426
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getAllRelationshipsByType**](docs/GraphRelationshipsApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
427
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getEndObjectTypes1**](docs/GraphRelationshipsApi.md#getEndObjectTypes1) | **GET** /graph/data/relationshiptype/{id}/endobjecttypes |
428
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getFields2**](docs/GraphRelationshipsApi.md#getFields2) | **GET** /graph/data/relationshiptype/{id}/fields |
429
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelProperties**](docs/GraphRelationshipsApi.md#getRelProperties) | **GET** /graph/data/relationship/{id}/properties | Get Properties
430
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelProperty**](docs/GraphRelationshipsApi.md#getRelProperty) | **GET** /graph/data/relationship/{id}/properties/{prop} | Get Property
431
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipById**](docs/GraphRelationshipsApi.md#getRelationshipById) | **GET** /graph/data/relationship/{id} |
432
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipsApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
433
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeById**](docs/GraphRelationshipsApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
434
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipsApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
435
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationships**](docs/GraphRelationshipsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
436
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationships1**](docs/GraphRelationshipsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
437
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipsApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
438
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipsApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
439
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipsIn**](docs/GraphRelationshipsApi.md#getRelationshipsIn) | **GET** /graph/data/object/{id}/relationships/in | Get Incoming Relationships
440
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipsOut**](docs/GraphRelationshipsApi.md#getRelationshipsOut) | **GET** /graph/data/object/{id}/relationships/out | Get Outgoing Relationships
441
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getStartObjectTypes**](docs/GraphRelationshipsApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes |
442
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**removeEndObjectTypes**](docs/GraphRelationshipsApi.md#removeEndObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/endobjecttypes |
443
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**removeStartObjectTypes**](docs/GraphRelationshipsApi.md#removeStartObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/startobjecttypes |
444
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**setRelProperties**](docs/GraphRelationshipsApi.md#setRelProperties) | **PUT** /graph/data/relationship/{id}/properties | Set Multiple Properties
445
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**setRelProperty**](docs/GraphRelationshipsApi.md#setRelProperty) | **PUT** /graph/data/relationship/{id}/properties/{prop} | Update Property
446
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**updateRelationshipType**](docs/GraphRelationshipsApi.md#updateRelationshipType) | **PUT** /graph/data/relationshiptype/{id} | Update a relationshp type
447
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**updateTemplate2**](docs/GraphRelationshipsApi.md#updateTemplate2) | **PUT** /graph/data/relationshiptype/{id}/template |
448
+ *GobodoGobodoApi.GraphSchemasApi* | [**addSchemas**](docs/GraphSchemasApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
449
+ *GobodoGobodoApi.GraphSchemasApi* | [**get15**](docs/GraphSchemasApi.md#get15) | **GET** /graph/data/schema |
450
+ *GobodoGobodoApi.GraphSchemasApi* | [**get16**](docs/GraphSchemasApi.md#get16) | **GET** /graph/data/schema/{id} |
451
+ *GobodoGobodoApi.GraphSchemasApi* | [**getSchemas**](docs/GraphSchemasApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
452
+ *GobodoGobodoApi.GraphSchemasApi* | [**removeSchemas**](docs/GraphSchemasApi.md#removeSchemas) | **DELETE** /graph/data/graph/{id}/schemas | Removes schemas to the graph
453
+ *GobodoGobodoApi.GraphSchemasApi* | [**updateObjectTypes**](docs/GraphSchemasApi.md#updateObjectTypes) | **PUT** /graph/data/schema/{id}/objecttypes |
454
+ *GobodoGobodoApi.GraphSchemasApi* | [**updateTemplate3**](docs/GraphSchemasApi.md#updateTemplate3) | **PUT** /graph/data/schema/{id}/template |
455
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverse**](docs/GraphTraversalApi.md#traverse) | **POST** /graph/data/traverse | Traverses the graph and returns a list of discovered paths
456
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseFrom**](docs/GraphTraversalApi.md#traverseFrom) | **POST** /graph/data/traverse/{id}/traverse |
457
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseFromFindObjects**](docs/GraphTraversalApi.md#traverseFromFindObjects) | **POST** /graph/data/traverse/{id}/traverseobjects |
458
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseFromFindRelationships**](docs/GraphTraversalApi.md#traverseFromFindRelationships) | **POST** /graph/data/traverse/{id}/traverserelationships |
459
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseObjects**](docs/GraphTraversalApi.md#traverseObjects) | **POST** /graph/data/traverse/objects | Traverses the graph based on the traversal query provided and returns the discovered objects
460
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseRelationships**](docs/GraphTraversalApi.md#traverseRelationships) | **POST** /graph/data/traverse/relationships | Traverses the graph based on the traversal query provided and returns the discovered relationships
461
+ *GobodoGobodoApi.GraphsApi* | [**addSchemas**](docs/GraphsApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
462
+ *GobodoGobodoApi.GraphsApi* | [**createAddObjectsToGraph**](docs/GraphsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
463
+ *GobodoGobodoApi.GraphsApi* | [**get13**](docs/GraphsApi.md#get13) | **GET** /graph/data/graph |
464
+ *GobodoGobodoApi.GraphsApi* | [**get14**](docs/GraphsApi.md#get14) | **GET** /graph/data/graph/{id} |
465
+ *GobodoGobodoApi.GraphsApi* | [**getObjectsInGraph**](docs/GraphsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
466
+ *GobodoGobodoApi.GraphsApi* | [**getObjectsInGraphByTag**](docs/GraphsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
467
+ *GobodoGobodoApi.GraphsApi* | [**getObjectsInGraphByType**](docs/GraphsApi.md#getObjectsInGraphByType) | **GET** /graph/data/graph/{id}/objects/type/{type} | Get objects in the graph with the given object type
468
+ *GobodoGobodoApi.GraphsApi* | [**getRelationships**](docs/GraphsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
469
+ *GobodoGobodoApi.GraphsApi* | [**getRelationships1**](docs/GraphsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
470
+ *GobodoGobodoApi.GraphsApi* | [**getSchemas**](docs/GraphsApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
471
+ *GobodoGobodoApi.GraphsApi* | [**removeSchemas**](docs/GraphsApi.md#removeSchemas) | **DELETE** /graph/data/graph/{id}/schemas | Removes schemas to the graph
472
+ *GobodoGobodoApi.GroupsApi* | [**addMembers**](docs/GroupsApi.md#addMembers) | **PUT** /graph/data/groups/{groupid}/addmembers | Adds the users corresponding to the list of userids to the group
473
+ *GobodoGobodoApi.GroupsApi* | [**createGroup**](docs/GroupsApi.md#createGroup) | **POST** /graph/data/groups | Create Group
474
+ *GobodoGobodoApi.GroupsApi* | [**editGroup**](docs/GroupsApi.md#editGroup) | **PUT** /graph/data/groups/{id} | Edit Group
475
+ *GobodoGobodoApi.GroupsApi* | [**get41**](docs/GroupsApi.md#get41) | **GET** /graph/data/groups |
476
+ *GobodoGobodoApi.GroupsApi* | [**getGroupById**](docs/GroupsApi.md#getGroupById) | **GET** /graph/data/groups/{id} | Get Group By Id
477
+ *GobodoGobodoApi.GroupsApi* | [**getMembers**](docs/GroupsApi.md#getMembers) | **GET** /graph/data/groups/{groupid}/administrators | Returns the admins in the group
478
+ *GobodoGobodoApi.GroupsApi* | [**getMembers1**](docs/GroupsApi.md#getMembers1) | **GET** /graph/data/groups/{groupid}/members | Returns the users in the group
479
+ *GobodoGobodoApi.GroupsApi* | [**joinGroup**](docs/GroupsApi.md#joinGroup) | **PUT** /graph/data/groups/{groupid}/join | Adds the currently logged in user to the group
480
+ *GobodoGobodoApi.GroupsApi* | [**removeMember**](docs/GroupsApi.md#removeMember) | **DELETE** /graph/data/groups/{groupid}/members/{uid} | Remove the user from the group
481
+ *GobodoGobodoApi.GroupsApi* | [**setGroupProperties**](docs/GroupsApi.md#setGroupProperties) | **PUT** /graph/data/groups/{id}/properties | Set Multiple Properties
482
+ *GobodoGobodoApi.GroupsApi* | [**setGroupProperty**](docs/GroupsApi.md#setGroupProperty) | **PUT** /graph/data/groups/{id}/properties/{prop} | Update Property
483
+ *GobodoGobodoApi.IAMApi* | [**createPolicy**](docs/IAMApi.md#createPolicy) | **POST** /graph/data/iam/policies | Create Policy
484
+ *GobodoGobodoApi.IAMApi* | [**get35**](docs/IAMApi.md#get35) | **GET** /graph/data/iam/policies |
485
+ *GobodoGobodoApi.IAMApi* | [**get36**](docs/IAMApi.md#get36) | **GET** /graph/data/iam/policies/{id} |
486
+ *GobodoGobodoApi.IAMApi* | [**update2**](docs/IAMApi.md#update2) | **PUT** /graph/data/iam/policies/{id} |
487
+ *GobodoGobodoApi.ImagesApi* | [**attachImage**](docs/ImagesApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
488
+ *GobodoGobodoApi.ImagesApi* | [**deleteObject**](docs/ImagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
489
+ *GobodoGobodoApi.ImagesApi* | [**get32**](docs/ImagesApi.md#get32) | **GET** /graph/data/images |
490
+ *GobodoGobodoApi.ImagesApi* | [**getImageById**](docs/ImagesApi.md#getImageById) | **GET** /graph/data/images/{id} | Get Image By Id
491
+ *GobodoGobodoApi.ImagesApi* | [**getImages**](docs/ImagesApi.md#getImages) | **GET** /graph/data/object/{id}/images |
492
+ *GobodoGobodoApi.ImagesApi* | [**updateImage**](docs/ImagesApi.md#updateImage) | **PUT** /graph/data/images/{id} | Updates an image
493
+ *GobodoGobodoApi.ImagesApi* | [**upload1**](docs/ImagesApi.md#upload1) | **POST** /graph/data/images/{id}/upload |
494
+ *GobodoGobodoApi.ImagesApi* | [**uploadImage**](docs/ImagesApi.md#uploadImage) | **POST** /graph/data/images | Upload data
495
+ *GobodoGobodoApi.InvitesApi* | [**acceptInvite**](docs/InvitesApi.md#acceptInvite) | **PUT** /graph/data/invites/{inviteid}/accept |
496
+ *GobodoGobodoApi.InvitesApi* | [**createInvite**](docs/InvitesApi.md#createInvite) | **POST** /graph/data/invites | Returns an invite by id
497
+ *GobodoGobodoApi.InvitesApi* | [**createInviteOnObject**](docs/InvitesApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
498
+ *GobodoGobodoApi.InvitesApi* | [**getInviteByCode**](docs/InvitesApi.md#getInviteByCode) | **GET** /graph/data/invites/{inviteCode} | Returns an invite by id
499
+ *GobodoGobodoApi.InvitesApi* | [**inviteLoggedInUser**](docs/InvitesApi.md#inviteLoggedInUser) | **GET** /graph/data/invites/user/logon_user | Returns the logged inuser
500
+ *GobodoGobodoApi.LikesApi* | [**deleteAction1**](docs/LikesApi.md#deleteAction1) | **DELETE** /graph/data/likes/{id} | Delete Action
501
+ *GobodoGobodoApi.LikesApi* | [**deleteLike**](docs/LikesApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
502
+ *GobodoGobodoApi.LikesApi* | [**dislike**](docs/LikesApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
503
+ *GobodoGobodoApi.LikesApi* | [**get37**](docs/LikesApi.md#get37) | **GET** /graph/data/likes |
504
+ *GobodoGobodoApi.LikesApi* | [**getActionById1**](docs/LikesApi.md#getActionById1) | **GET** /graph/data/likes/{id} |
505
+ *GobodoGobodoApi.LikesApi* | [**getActionProperties1**](docs/LikesApi.md#getActionProperties1) | **GET** /graph/data/likes/{id}/properties | Get Properties
506
+ *GobodoGobodoApi.LikesApi* | [**getActionProperty1**](docs/LikesApi.md#getActionProperty1) | **GET** /graph/data/likes/{id}/properties/{prop} | Get Property
507
+ *GobodoGobodoApi.LikesApi* | [**isDisliked**](docs/LikesApi.md#isDisliked) | **GET** /graph/data/likes/{objectid}/isdisliked | Check if the user has disliked the object
508
+ *GobodoGobodoApi.LikesApi* | [**isLiked**](docs/LikesApi.md#isLiked) | **GET** /graph/data/likes/{objectid}/isliked | Check if the user has liked the object
509
+ *GobodoGobodoApi.LikesApi* | [**like**](docs/LikesApi.md#like) | **POST** /graph/data/likes/{objectid}/like | Like an Object
510
+ *GobodoGobodoApi.LikesApi* | [**setActionProperties1**](docs/LikesApi.md#setActionProperties1) | **PUT** /graph/data/likes/{id}/properties | Set Multiple Properties
511
+ *GobodoGobodoApi.LikesApi* | [**setActionProperty1**](docs/LikesApi.md#setActionProperty1) | **PUT** /graph/data/likes/{id}/properties/{prop} | Update Property
512
+ *GobodoGobodoApi.LinkedINApi* | [**loginLinkedIn**](docs/LinkedINApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
513
+ *GobodoGobodoApi.LiveMeetingsApi* | [**addLiveMeeting**](docs/LiveMeetingsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
514
+ *GobodoGobodoApi.LiveMeetingsApi* | [**addLiveStream**](docs/LiveMeetingsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
515
+ *GobodoGobodoApi.MeetingEventsApi* | [**deleteObject**](docs/MeetingEventsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
516
+ *GobodoGobodoApi.MeetingEventsApi* | [**getEvents**](docs/MeetingEventsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
517
+ *GobodoGobodoApi.MeetingEventsApi* | [**getEventsDateRange**](docs/MeetingEventsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
518
+ *GobodoGobodoApi.MeetingEventsApi* | [**getEventsFuture**](docs/MeetingEventsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
519
+ *GobodoGobodoApi.MeetingEventsApi* | [**getEventsPast**](docs/MeetingEventsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
520
+ *GobodoGobodoApi.PagesApi* | [**createPage**](docs/PagesApi.md#createPage) | **POST** /graph/data/pages | Create Page
521
+ *GobodoGobodoApi.PagesApi* | [**deleteObject**](docs/PagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
522
+ *GobodoGobodoApi.PagesApi* | [**editPage**](docs/PagesApi.md#editPage) | **PUT** /graph/data/pages/{id} | Edit Page
523
+ *GobodoGobodoApi.PagesApi* | [**get34**](docs/PagesApi.md#get34) | **GET** /graph/data/pages |
524
+ *GobodoGobodoApi.PagesApi* | [**getOwnedPages**](docs/PagesApi.md#getOwnedPages) | **GET** /graph/data/pages/ownedpages/{uid} | Get Owned Pages
525
+ *GobodoGobodoApi.PagesApi* | [**getPageById**](docs/PagesApi.md#getPageById) | **GET** /graph/data/pages/{id} | Get Page By Id
526
+ *GobodoGobodoApi.PagesApi* | [**setPageProfilePicture**](docs/PagesApi.md#setPageProfilePicture) | **PUT** /graph/data/pages/{id}/profilepicture | Edit Page
527
+ *GobodoGobodoApi.PagesApi* | [**setPageProperties**](docs/PagesApi.md#setPageProperties) | **PUT** /graph/data/pages/{id}/properties | Set Multiple Properties
528
+ *GobodoGobodoApi.PagesApi* | [**setPageProperty**](docs/PagesApi.md#setPageProperty) | **PUT** /graph/data/pages/{id}/properties/{prop} | Update Property
529
+ *GobodoGobodoApi.PostsApi* | [**createPost**](docs/PostsApi.md#createPost) | **POST** /graph/data/posts |
530
+ *GobodoGobodoApi.PostsApi* | [**deleteObject**](docs/PostsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
531
+ *GobodoGobodoApi.PostsApi* | [**get42**](docs/PostsApi.md#get42) | **GET** /graph/data/posts |
532
+ *GobodoGobodoApi.PostsApi* | [**getPostById**](docs/PostsApi.md#getPostById) | **GET** /graph/data/posts/{id} | Gets a post by id
533
+ *GobodoGobodoApi.PostsApi* | [**updatePost**](docs/PostsApi.md#updatePost) | **PUT** /graph/data/posts/{id} |
534
+ *GobodoGobodoApi.PrivateMessagesApi* | [**createBranch**](docs/PrivateMessagesApi.md#createBranch) | **POST** /graph/data/privatemessages/messages/{messageid}/branch |
535
+ *GobodoGobodoApi.PrivateMessagesApi* | [**createConversation**](docs/PrivateMessagesApi.md#createConversation) | **POST** /graph/data/privatemessages/conversations | Create conversation(s)
536
+ *GobodoGobodoApi.PrivateMessagesApi* | [**createReply**](docs/PrivateMessagesApi.md#createReply) | **POST** /graph/data/privatemessages/messages/{messageid} |
537
+ *GobodoGobodoApi.PrivateMessagesApi* | [**deleteMessage**](docs/PrivateMessagesApi.md#deleteMessage) | **DELETE** /graph/data/privatemessages/messages/{messageid}/send |
538
+ *GobodoGobodoApi.PrivateMessagesApi* | [**deleteObject**](docs/PrivateMessagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
539
+ *GobodoGobodoApi.PrivateMessagesApi* | [**get38**](docs/PrivateMessagesApi.md#get38) | **GET** /graph/data/privatemessages/conversations |
540
+ *GobodoGobodoApi.PrivateMessagesApi* | [**get39**](docs/PrivateMessagesApi.md#get39) | **GET** /graph/data/privatemessages/messages |
541
+ *GobodoGobodoApi.PrivateMessagesApi* | [**get40**](docs/PrivateMessagesApi.md#get40) | **GET** /graph/data/privatemessages/messages/{id} |
542
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getAllConversations**](docs/PrivateMessagesApi.md#getAllConversations) | **GET** /graph/data/privatemessages/conversations/all | Get All Conversations
543
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getChildConversations**](docs/PrivateMessagesApi.md#getChildConversations) | **GET** /graph/data/privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
544
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationById**](docs/PrivateMessagesApi.md#getConversationById) | **GET** /graph/data/privatemessages/conversations/{id} | Get Conversation by ID
545
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationParticipants**](docs/PrivateMessagesApi.md#getConversationParticipants) | **GET** /graph/data/privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
546
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationParticipants1**](docs/PrivateMessagesApi.md#getConversationParticipants1) | **GET** /graph/data/privatemessages/conversations/{convoid}/messages | Get Participants
547
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getUnreadMessageCount**](docs/PrivateMessagesApi.md#getUnreadMessageCount) | **GET** /graph/data/privatemessages/conversations/newmessagecount | Get the number of unread messages
548
+ *GobodoGobodoApi.PrivateMessagesApi* | [**updateMessage**](docs/PrivateMessagesApi.md#updateMessage) | **PUT** /graph/data/privatemessages/messages/{messageid}/send |
549
+ *GobodoGobodoApi.PrivateMessagesApi* | [**updateMessage1**](docs/PrivateMessagesApi.md#updateMessage1) | **PUT** /graph/data/privatemessages/messages/{messageid} |
550
+ *GobodoGobodoApi.PublicationsApi* | [**deleteObject**](docs/PublicationsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
551
+ *GobodoGobodoApi.ScreensApi* | [**createScreen**](docs/ScreensApi.md#createScreen) | **POST** /graph/data/templates |
552
+ *GobodoGobodoApi.ScreensApi* | [**editScreen**](docs/ScreensApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
553
+ *GobodoGobodoApi.ScreensApi* | [**getScreenById**](docs/ScreensApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
554
+ *GobodoGobodoApi.SocialIntegrationApi* | [**loginFacebook**](docs/SocialIntegrationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
555
+ *GobodoGobodoApi.SocialIntegrationApi* | [**loginGoogle**](docs/SocialIntegrationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
556
+ *GobodoGobodoApi.SocialIntegrationApi* | [**loginLinkedIn**](docs/SocialIntegrationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
557
+ *GobodoGobodoApi.SocialIntegrationApi* | [**loginTwitter**](docs/SocialIntegrationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
558
+ *GobodoGobodoApi.StripeAccountsApi* | [**addStripePaymentMethod**](docs/StripeAccountsApi.md#addStripePaymentMethod) | **POST** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
559
+ *GobodoGobodoApi.StripeAccountsApi* | [**attachCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#attachCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Adds payment methods for the customer stored in stripe
560
+ *GobodoGobodoApi.StripeAccountsApi* | [**attachStripePaymentMethod**](docs/StripeAccountsApi.md#attachStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
561
+ *GobodoGobodoApi.StripeAccountsApi* | [**createAccountSession**](docs/StripeAccountsApi.md#createAccountSession) | **POST** /graph/data/payments/stripe/accountSession | Creates an Account Session which is used to integrate Stripe&#39;s connected UI components
562
+ *GobodoGobodoApi.StripeAccountsApi* | [**createAndLinkStripeAccount**](docs/StripeAccountsApi.md#createAndLinkStripeAccount) | **POST** /graph/data/payments/stripe/account | Creates a Stripe account for the logged in user
563
+ *GobodoGobodoApi.StripeAccountsApi* | [**createAndLinkStripeCustomerAccount**](docs/StripeAccountsApi.md#createAndLinkStripeCustomerAccount) | **POST** /graph/data/payments/stripe/customer | Creates a Stripe customer account for the logged in user
564
+ *GobodoGobodoApi.StripeAccountsApi* | [**createApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#createApplicationStripePaymentAccount) | **POST** /graph/data/payments/stripe/site/{applicationid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
565
+ *GobodoGobodoApi.StripeAccountsApi* | [**createSiteStripePaymentAccount**](docs/StripeAccountsApi.md#createSiteStripePaymentAccount) | **POST** /graph/data/payments/stripe/site/{siteid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
566
+ *GobodoGobodoApi.StripeAccountsApi* | [**createStripePaymentIntent**](docs/StripeAccountsApi.md#createStripePaymentIntent) | **POST** /graph/data/payments/stripe/payment | Creates a Payment Intent to initate a Stripe payment
567
+ *GobodoGobodoApi.StripeAccountsApi* | [**deleteAccount**](docs/StripeAccountsApi.md#deleteAccount) | **DELETE** /graph/data/payments/stripe/account |
568
+ *GobodoGobodoApi.StripeAccountsApi* | [**deleteStripePaymentMethod**](docs/StripeAccountsApi.md#deleteStripePaymentMethod) | **DELETE** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
569
+ *GobodoGobodoApi.StripeAccountsApi* | [**get**](docs/StripeAccountsApi.md#get) | **GET** /graph/data/payments/stripe |
570
+ *GobodoGobodoApi.StripeAccountsApi* | [**get1**](docs/StripeAccountsApi.md#get1) | **GET** /graph/data/payments/stripe/{id} |
571
+ *GobodoGobodoApi.StripeAccountsApi* | [**getApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#getApplicationStripePaymentAccount) | **GET** /graph/data/payments/stripe/application/{applicationid}/paymentaccount | Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
572
+ *GobodoGobodoApi.StripeAccountsApi* | [**getDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultCustomerStripePaymentMethod) | **GET** /graph/data/payments/stripe/customer/{customerID}/paymentmethods/default | Gets the default payment method
573
+ *GobodoGobodoApi.StripeAccountsApi* | [**getDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultStripePaymentMethod) | **GET** /graph/data/payments/stripe/paymentmethods/default | Gets the default payment method
574
+ *GobodoGobodoApi.StripeAccountsApi* | [**getSiteStripePaymentAccount**](docs/StripeAccountsApi.md#getSiteStripePaymentAccount) | **GET** /graph/data/payments/stripe/site/{siteid}/paymentaccount | Retrieves the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
575
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeAccount**](docs/StripeAccountsApi.md#getStripeAccount) | **GET** /graph/data/payments/stripe/account | Retrieves the Stripe Account For the Logged In User
576
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeAccountBalance**](docs/StripeAccountsApi.md#getStripeAccountBalance) | **GET** /graph/data/payments/stripe/account/{accountID}/balance | Gets the balance of the logged in user
577
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeApiKey**](docs/StripeAccountsApi.md#getStripeApiKey) | **GET** /graph/data/payments/stripe/apikey | Returns the publishable API key for Stripe
578
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeBalance**](docs/StripeAccountsApi.md#getStripeBalance) | **GET** /graph/data/payments/stripe/balance | Gets the balance of the logged in user
579
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeCustomerAccount**](docs/StripeAccountsApi.md#getStripeCustomerAccount) | **GET** /graph/data/payments/stripe/customer | Retrieves the Stripe Customer Account For the Logged In User
580
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeCustomerPaymentMethods**](docs/StripeAccountsApi.md#getStripeCustomerPaymentMethods) | **GET** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Retrieves the payment methods for the customer stored in stripe
581
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripePaymentMethods**](docs/StripeAccountsApi.md#getStripePaymentMethods) | **GET** /graph/data/payments/stripe/paymentmethods | Retrieves the payment methods for the customer stored in stripe
582
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeTransfer**](docs/StripeAccountsApi.md#getStripeTransfer) | **GET** /graph/data/payments/stripe/transfer/{transferID} | Retrieves the transfer payment with the given transferId
583
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeTransferPaymentMethodDetails**](docs/StripeAccountsApi.md#getStripeTransferPaymentMethodDetails) | **GET** /graph/data/payments/stripe/transfer/{transferID}/paymentMethodDetails | Retrieves the transfer payment details with the given transferId
584
+ *GobodoGobodoApi.StripeAccountsApi* | [**getUserStripeAccount**](docs/StripeAccountsApi.md#getUserStripeAccount) | **GET** /graph/data/payments/stripe/user/{userID}/account | Retrieves the Stripe Account For the Specified User
585
+ *GobodoGobodoApi.StripeAccountsApi* | [**getUserStripeCustomerAccount**](docs/StripeAccountsApi.md#getUserStripeCustomerAccount) | **GET** /graph/data/payments/stripe/user/{userID}/customer | Retrieves the Stripe Customer Account For the Logged In User
586
+ *GobodoGobodoApi.StripeAccountsApi* | [**payoutStripeAccount**](docs/StripeAccountsApi.md#payoutStripeAccount) | **POST** /graph/data/payments/stripe/account/{accountID}/payout | Pays out the specified account
587
+ *GobodoGobodoApi.StripeAccountsApi* | [**setApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#setApplicationStripePaymentAccount) | **PUT** /graph/data/payments/stripe/application/{applicationid}/{accountId}/paymentaccount | Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
588
+ *GobodoGobodoApi.StripeAccountsApi* | [**setDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods/default | Adds payment methods for the customer stored in stripe
589
+ *GobodoGobodoApi.StripeAccountsApi* | [**setDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods/default | Sets the default payment method for the customer stored in stripe
590
+ *GobodoGobodoApi.StripeAccountsApi* | [**setSiteStripePaymentAccount**](docs/StripeAccountsApi.md#setSiteStripePaymentAccount) | **PUT** /graph/data/payments/stripe/site/{siteid}/{accountId}/paymentaccount | Updates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
591
+ *GobodoGobodoApi.StripeAccountsApi* | [**stripePayout**](docs/StripeAccountsApi.md#stripePayout) | **POST** /graph/data/payments/stripe/payout | Pays out the account of the logged in user
592
+ *GobodoGobodoApi.StripeAccountsApi* | [**stripeTransfer**](docs/StripeAccountsApi.md#stripeTransfer) | **POST** /graph/data/payments/stripe/transfer | Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
593
+ *GobodoGobodoApi.StripeAccountsApi* | [**updateAccountLink**](docs/StripeAccountsApi.md#updateAccountLink) | **PUT** /graph/data/payments/stripe/account/{accountID} | Creates an Account Link which enables the user to update their Stripe account details
594
+ *GobodoGobodoApi.StripeAccountsApi* | [**updateCustomer**](docs/StripeAccountsApi.md#updateCustomer) | **PUT** /graph/data/payments/stripe/customer/{customerID} | Updates the customer account and returns a client secret to enable user to update their details on Stripe
595
+ *GobodoGobodoApi.StripeAccountsApi* | [**updateStripePaymentMethod**](docs/StripeAccountsApi.md#updateStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
596
+ *GobodoGobodoApi.TagsApi* | [**getObjectsInGraphByTag**](docs/TagsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
597
+ *GobodoGobodoApi.TemplatesApi* | [**createScreen**](docs/TemplatesApi.md#createScreen) | **POST** /graph/data/templates |
598
+ *GobodoGobodoApi.TemplatesApi* | [**editScreen**](docs/TemplatesApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
599
+ *GobodoGobodoApi.TemplatesApi* | [**getScreenById**](docs/TemplatesApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
600
+ *GobodoGobodoApi.ThemeMappingsApi* | [**addUrlPatterns**](docs/ThemeMappingsApi.md#addUrlPatterns) | **PUT** /graph/data/themes/{themeid}/urlpatterns |
601
+ *GobodoGobodoApi.ThemeMappingsApi* | [**createTheme**](docs/ThemeMappingsApi.md#createTheme) | **POST** /graph/data/themes | Create a Theme Mapping
602
+ *GobodoGobodoApi.ThemeMappingsApi* | [**get45**](docs/ThemeMappingsApi.md#get45) | **GET** /graph/data/themes/{themeid} |
603
+ *GobodoGobodoApi.TransactionsApi* | [**beginTx**](docs/TransactionsApi.md#beginTx) | **POST** /graph/data/transaction | Start a new transaction
604
+ *GobodoGobodoApi.TransactionsApi* | [**commit**](docs/TransactionsApi.md#commit) | **POST** /graph/data/transaction/{id}/commit | Commits a transaction
605
+ *GobodoGobodoApi.TransactionsApi* | [**failTx**](docs/TransactionsApi.md#failTx) | **DELETE** /graph/data/transaction/{id} | Marks a transaction for failure
606
+ *GobodoGobodoApi.TwitterApi* | [**loginTwitter**](docs/TwitterApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
607
+ *GobodoGobodoApi.UserTagsApi* | [**deleteRelationship2**](docs/UserTagsApi.md#deleteRelationship2) | **DELETE** /graph/data/usertags/{id} | Delete Relationship
608
+ *GobodoGobodoApi.UserTagsApi* | [**get43**](docs/UserTagsApi.md#get43) | **GET** /graph/data/usertags |
609
+ *GobodoGobodoApi.UserTagsApi* | [**getRelProperties2**](docs/UserTagsApi.md#getRelProperties2) | **GET** /graph/data/usertags/{id}/properties | Get Properties
610
+ *GobodoGobodoApi.UserTagsApi* | [**getRelProperty2**](docs/UserTagsApi.md#getRelProperty2) | **GET** /graph/data/usertags/{id}/properties/{prop} | Get Property
611
+ *GobodoGobodoApi.UserTagsApi* | [**getRelationshipById1**](docs/UserTagsApi.md#getRelationshipById1) | **GET** /graph/data/usertags/{id} |
612
+ *GobodoGobodoApi.UserTagsApi* | [**getUserTags**](docs/UserTagsApi.md#getUserTags) | **GET** /graph/data/object/{id}/usertags |
613
+ *GobodoGobodoApi.UserTagsApi* | [**setRelProperties2**](docs/UserTagsApi.md#setRelProperties2) | **PUT** /graph/data/usertags/{id}/properties | Set Multiple Properties
614
+ *GobodoGobodoApi.UserTagsApi* | [**setRelProperty2**](docs/UserTagsApi.md#setRelProperty2) | **PUT** /graph/data/usertags/{id}/properties/{prop} | Update Property
615
+ *GobodoGobodoApi.UserTagsApi* | [**tagUsers**](docs/UserTagsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
616
+ *GobodoGobodoApi.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /graph/data/user | Create a new User
617
+ *GobodoGobodoApi.UsersApi* | [**get33**](docs/UsersApi.md#get33) | **GET** /graph/data/user |
618
+ *GobodoGobodoApi.UsersApi* | [**getProfileByType**](docs/UsersApi.md#getProfileByType) | **GET** /graph/data/user/{id}/profile/{type} | Returns the profile of the given type for the specified user if the profile exists
619
+ *GobodoGobodoApi.UsersApi* | [**getProfiles**](docs/UsersApi.md#getProfiles) | **GET** /graph/data/user/{id}/profiles | Get a list of profiles attached to the user&#39;s account
620
+ *GobodoGobodoApi.UsersApi* | [**getSelf**](docs/UsersApi.md#getSelf) | **GET** /graph/data/user/self | Returns the logged in user
621
+ *GobodoGobodoApi.UsersApi* | [**getUserById**](docs/UsersApi.md#getUserById) | **GET** /graph/data/user/{id} | Get User By Id
622
+ *GobodoGobodoApi.UsersApi* | [**getUserByUserName**](docs/UsersApi.md#getUserByUserName) | **GET** /graph/data/user/{username} | Get User By Username
623
+ *GobodoGobodoApi.UsersApi* | [**setUserProfilePicture**](docs/UsersApi.md#setUserProfilePicture) | **PUT** /graph/data/user/{id}/profilepicture | Set user profile picture
624
+ *GobodoGobodoApi.UsersApi* | [**updateUser**](docs/UsersApi.md#updateUser) | **PUT** /graph/data/user/{id} | Update User Info
625
+ *GobodoGobodoApi.UtilsApi* | [**encodeAuth**](docs/UtilsApi.md#encodeAuth) | **POST** /graph/data/utils/encodeauth |
626
+ *GobodoGobodoApi.VideosApi* | [**deleteObject**](docs/VideosApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
627
+ *GobodoGobodoApi.VideosApi* | [**get44**](docs/VideosApi.md#get44) | **GET** /graph/data/videos |
628
+ *GobodoGobodoApi.VideosApi* | [**getVideoById**](docs/VideosApi.md#getVideoById) | **GET** /graph/data/videos/{id} | Gets a video by id
629
+ *GobodoGobodoApi.VideosApi* | [**getVideos**](docs/VideosApi.md#getVideos) | **GET** /graph/data/object/{id}/videos |
630
+ *GobodoGobodoApi.VideosApi* | [**setThumbnail**](docs/VideosApi.md#setThumbnail) | **PUT** /graph/data/videos/{id}/setthumbnail |
631
+ *GobodoGobodoApi.VideosApi* | [**simulcast**](docs/VideosApi.md#simulcast) | **PUT** /graph/data/videos/{id}/simulcast |
632
+ *GobodoGobodoApi.VideosApi* | [**startLiveStream**](docs/VideosApi.md#startLiveStream) | **POST** /graph/data/videos/livestream |
633
+ *GobodoGobodoApi.VideosApi* | [**streamMeeting**](docs/VideosApi.md#streamMeeting) | **POST** /graph/data/videos/livestream/{objectid} |
634
+ *GobodoGobodoApi.VideosApi* | [**updateVideo**](docs/VideosApi.md#updateVideo) | **PUT** /graph/data/videos/{id} |
635
+ *GobodoGobodoApi.VideosApi* | [**upload2**](docs/VideosApi.md#upload2) | **POST** /graph/data/videos/{id}/upload |
636
+ *GobodoGobodoApi.VideosApi* | [**uploadVideo**](docs/VideosApi.md#uploadVideo) | **POST** /graph/data/videos/upload | Upload data
637
637
 
638
638
 
639
639
  ## Documentation for Models
640
640
 
641
- - [GobodoApi.APIClient](docs/APIClient.md)
642
- - [GobodoApi.AccountSessionInput](docs/AccountSessionInput.md)
643
- - [GobodoApi.AccountSessionResponse](docs/AccountSessionResponse.md)
644
- - [GobodoApi.ApplicationPaymentAccountResponse](docs/ApplicationPaymentAccountResponse.md)
645
- - [GobodoApi.ApplicationPaymentAccountResponseFailureException](docs/ApplicationPaymentAccountResponseFailureException.md)
646
- - [GobodoApi.ApplicationPaymentAccountResponseFailureExceptionCause](docs/ApplicationPaymentAccountResponseFailureExceptionCause.md)
647
- - [GobodoApi.ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner](docs/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.md)
648
- - [GobodoApi.ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner](docs/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.md)
649
- - [GobodoApi.Article](docs/Article.md)
650
- - [GobodoApi.Authorization](docs/Authorization.md)
651
- - [GobodoApi.Balance](docs/Balance.md)
652
- - [GobodoApi.BalanceDetails](docs/BalanceDetails.md)
653
- - [GobodoApi.BalanceResponse](docs/BalanceResponse.md)
654
- - [GobodoApi.BankAccountInfo](docs/BankAccountInfo.md)
655
- - [GobodoApi.CardInfo](docs/CardInfo.md)
656
- - [GobodoApi.Comment](docs/Comment.md)
657
- - [GobodoApi.Coordinates](docs/Coordinates.md)
658
- - [GobodoApi.CreateAccountResponse](docs/CreateAccountResponse.md)
659
- - [GobodoApi.CreateStripeAccountInput](docs/CreateStripeAccountInput.md)
660
- - [GobodoApi.CreateStripeCustomerInput](docs/CreateStripeCustomerInput.md)
661
- - [GobodoApi.CustomerResponse](docs/CustomerResponse.md)
662
- - [GobodoApi.DataObject](docs/DataObject.md)
663
- - [GobodoApi.DataSheetImport](docs/DataSheetImport.md)
664
- - [GobodoApi.DataSheetImportPrivacySettings](docs/DataSheetImportPrivacySettings.md)
665
- - [GobodoApi.DataSheetImportSummary](docs/DataSheetImportSummary.md)
666
- - [GobodoApi.Document](docs/Document.md)
667
- - [GobodoApi.DocumentPart](docs/DocumentPart.md)
668
- - [GobodoApi.DocumentPartType](docs/DocumentPartType.md)
669
- - [GobodoApi.DocumentType](docs/DocumentType.md)
670
- - [GobodoApi.FieldMapping](docs/FieldMapping.md)
671
- - [GobodoApi.Fields](docs/Fields.md)
672
- - [GobodoApi.File](docs/File.md)
673
- - [GobodoApi.FileAttachmentUploadObject](docs/FileAttachmentUploadObject.md)
674
- - [GobodoApi.Filter](docs/Filter.md)
675
- - [GobodoApi.FilterManager](docs/FilterManager.md)
676
- - [GobodoApi.Form](docs/Form.md)
677
- - [GobodoApi.FormSection](docs/FormSection.md)
678
- - [GobodoApi.FormSubmission](docs/FormSubmission.md)
679
- - [GobodoApi.Geocode](docs/Geocode.md)
680
- - [GobodoApi.GeocodePayload](docs/GeocodePayload.md)
681
- - [GobodoApi.GeolocationInput](docs/GeolocationInput.md)
682
- - [GobodoApi.Graph](docs/Graph.md)
683
- - [GobodoApi.GraphAction](docs/GraphAction.md)
684
- - [GobodoApi.GraphDatabaseService](docs/GraphDatabaseService.md)
685
- - [GobodoApi.GraphGeocode](docs/GraphGeocode.md)
686
- - [GobodoApi.GraphIteratorEntryPart](docs/GraphIteratorEntryPart.md)
687
- - [GobodoApi.GraphObject](docs/GraphObject.md)
688
- - [GobodoApi.GraphObjectPayload](docs/GraphObjectPayload.md)
689
- - [GobodoApi.GraphObjectSchema](docs/GraphObjectSchema.md)
690
- - [GobodoApi.GraphObjectType](docs/GraphObjectType.md)
691
- - [GobodoApi.GraphObjectTypeSchema](docs/GraphObjectTypeSchema.md)
692
- - [GobodoApi.GraphOwner](docs/GraphOwner.md)
693
- - [GobodoApi.GraphRelationObjectObject](docs/GraphRelationObjectObject.md)
694
- - [GobodoApi.GraphRelationship](docs/GraphRelationship.md)
695
- - [GobodoApi.GraphRelationshipPayload](docs/GraphRelationshipPayload.md)
696
- - [GobodoApi.GraphRelationshipType](docs/GraphRelationshipType.md)
697
- - [GobodoApi.GraphSchema](docs/GraphSchema.md)
698
- - [GobodoApi.GraphTraversalInput](docs/GraphTraversalInput.md)
699
- - [GobodoApi.Image](docs/Image.md)
700
- - [GobodoApi.ImageUploadObject](docs/ImageUploadObject.md)
701
- - [GobodoApi.InputPart](docs/InputPart.md)
702
- - [GobodoApi.InputPartMediaType](docs/InputPartMediaType.md)
703
- - [GobodoApi.Link](docs/Link.md)
704
- - [GobodoApi.LiveStreamInfo](docs/LiveStreamInfo.md)
705
- - [GobodoApi.MeetingEvent](docs/MeetingEvent.md)
706
- - [GobodoApi.MeetingEventTimezone](docs/MeetingEventTimezone.md)
707
- - [GobodoApi.MeetingInfo](docs/MeetingInfo.md)
708
- - [GobodoApi.Member](docs/Member.md)
709
- - [GobodoApi.MemberGroupCategory](docs/MemberGroupCategory.md)
710
- - [GobodoApi.MemberList](docs/MemberList.md)
711
- - [GobodoApi.MessageGroup](docs/MessageGroup.md)
712
- - [GobodoApi.MultipartBody](docs/MultipartBody.md)
713
- - [GobodoApi.Objecttype](docs/Objecttype.md)
714
- - [GobodoApi.Page](docs/Page.md)
715
- - [GobodoApi.PageSchema](docs/PageSchema.md)
716
- - [GobodoApi.Pageable](docs/Pageable.md)
717
- - [GobodoApi.Path](docs/Path.md)
718
- - [GobodoApi.PaymentAccountObject](docs/PaymentAccountObject.md)
719
- - [GobodoApi.PaymentIntentInput](docs/PaymentIntentInput.md)
720
- - [GobodoApi.PaymentIntentResponse](docs/PaymentIntentResponse.md)
721
- - [GobodoApi.PaymentMethod](docs/PaymentMethod.md)
722
- - [GobodoApi.PaymentMethodInput](docs/PaymentMethodInput.md)
723
- - [GobodoApi.PaymentMethodResponse](docs/PaymentMethodResponse.md)
724
- - [GobodoApi.PaymentMethodsResponse](docs/PaymentMethodsResponse.md)
725
- - [GobodoApi.Payout](docs/Payout.md)
726
- - [GobodoApi.PayoutInput](docs/PayoutInput.md)
727
- - [GobodoApi.PayoutResponse](docs/PayoutResponse.md)
728
- - [GobodoApi.Post](docs/Post.md)
729
- - [GobodoApi.PrivateMessage](docs/PrivateMessage.md)
730
- - [GobodoApi.PrivateMessageConversation](docs/PrivateMessageConversation.md)
731
- - [GobodoApi.PrivateMessageConversationSchema](docs/PrivateMessageConversationSchema.md)
732
- - [GobodoApi.Profile](docs/Profile.md)
733
- - [GobodoApi.Profiletype](docs/Profiletype.md)
734
- - [GobodoApi.PropertyContainer](docs/PropertyContainer.md)
735
- - [GobodoApi.PurgeDataDefaultResponseValue](docs/PurgeDataDefaultResponseValue.md)
736
- - [GobodoApi.RelationshipMapping](docs/RelationshipMapping.md)
737
- - [GobodoApi.ScreenSchema](docs/ScreenSchema.md)
738
- - [GobodoApi.SimulcastInfo](docs/SimulcastInfo.md)
739
- - [GobodoApi.SkinField](docs/SkinField.md)
740
- - [GobodoApi.SocialGroup](docs/SocialGroup.md)
741
- - [GobodoApi.SocialGroupType](docs/SocialGroupType.md)
742
- - [GobodoApi.Sort](docs/Sort.md)
743
- - [GobodoApi.SourceTypes](docs/SourceTypes.md)
744
- - [GobodoApi.StatusUpdate](docs/StatusUpdate.md)
745
- - [GobodoApi.StreetAddress](docs/StreetAddress.md)
746
- - [GobodoApi.StripeAccount](docs/StripeAccount.md)
747
- - [GobodoApi.StripeCustomerAccount](docs/StripeCustomerAccount.md)
748
- - [GobodoApi.Template](docs/Template.md)
749
- - [GobodoApi.TemplateSchema](docs/TemplateSchema.md)
750
- - [GobodoApi.ThemeMapping](docs/ThemeMapping.md)
751
- - [GobodoApi.ThemeMappingPayload](docs/ThemeMappingPayload.md)
752
- - [GobodoApi.Transaction](docs/Transaction.md)
753
- - [GobodoApi.Transfer](docs/Transfer.md)
754
- - [GobodoApi.TransferInput](docs/TransferInput.md)
755
- - [GobodoApi.TransferResponse](docs/TransferResponse.md)
756
- - [GobodoApi.TransferResponsePaymentMethodDetails](docs/TransferResponsePaymentMethodDetails.md)
757
- - [GobodoApi.TraversalRelationResponse](docs/TraversalRelationResponse.md)
758
- - [GobodoApi.User](docs/User.md)
759
- - [GobodoApi.UserDataPayload](docs/UserDataPayload.md)
760
- - [GobodoApi.UserDomain](docs/UserDomain.md)
761
- - [GobodoApi.UserInvite](docs/UserInvite.md)
762
- - [GobodoApi.UserInviteInput](docs/UserInviteInput.md)
763
- - [GobodoApi.UserSchema](docs/UserSchema.md)
764
- - [GobodoApi.UserTag](docs/UserTag.md)
765
- - [GobodoApi.Userid](docs/Userid.md)
766
- - [GobodoApi.Video](docs/Video.md)
767
- - [GobodoApi.VideoLiveUrl](docs/VideoLiveUrl.md)
768
- - [GobodoApi.VideoSchema](docs/VideoSchema.md)
769
- - [GobodoApi.VideoUploadObject](docs/VideoUploadObject.md)
770
- - [GobodoApi.ZeusPortalCategory](docs/ZeusPortalCategory.md)
641
+ - [GobodoGobodoApi.APIClient](docs/APIClient.md)
642
+ - [GobodoGobodoApi.AccountSessionInput](docs/AccountSessionInput.md)
643
+ - [GobodoGobodoApi.AccountSessionResponse](docs/AccountSessionResponse.md)
644
+ - [GobodoGobodoApi.ApplicationPaymentAccountResponse](docs/ApplicationPaymentAccountResponse.md)
645
+ - [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureException](docs/ApplicationPaymentAccountResponseFailureException.md)
646
+ - [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureExceptionCause](docs/ApplicationPaymentAccountResponseFailureExceptionCause.md)
647
+ - [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner](docs/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.md)
648
+ - [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner](docs/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.md)
649
+ - [GobodoGobodoApi.Article](docs/Article.md)
650
+ - [GobodoGobodoApi.AuthResponse](docs/AuthResponse.md)
651
+ - [GobodoGobodoApi.Balance](docs/Balance.md)
652
+ - [GobodoGobodoApi.BalanceDetails](docs/BalanceDetails.md)
653
+ - [GobodoGobodoApi.BalanceResponse](docs/BalanceResponse.md)
654
+ - [GobodoGobodoApi.BankAccountInfo](docs/BankAccountInfo.md)
655
+ - [GobodoGobodoApi.CardInfo](docs/CardInfo.md)
656
+ - [GobodoGobodoApi.Comment](docs/Comment.md)
657
+ - [GobodoGobodoApi.Coordinates](docs/Coordinates.md)
658
+ - [GobodoGobodoApi.CreateAccountResponse](docs/CreateAccountResponse.md)
659
+ - [GobodoGobodoApi.CreateStripeAccountInput](docs/CreateStripeAccountInput.md)
660
+ - [GobodoGobodoApi.CreateStripeCustomerInput](docs/CreateStripeCustomerInput.md)
661
+ - [GobodoGobodoApi.CustomerResponse](docs/CustomerResponse.md)
662
+ - [GobodoGobodoApi.DataObject](docs/DataObject.md)
663
+ - [GobodoGobodoApi.DataSheetImport](docs/DataSheetImport.md)
664
+ - [GobodoGobodoApi.DataSheetImportPrivacySettings](docs/DataSheetImportPrivacySettings.md)
665
+ - [GobodoGobodoApi.DataSheetImportSummary](docs/DataSheetImportSummary.md)
666
+ - [GobodoGobodoApi.Document](docs/Document.md)
667
+ - [GobodoGobodoApi.DocumentPart](docs/DocumentPart.md)
668
+ - [GobodoGobodoApi.DocumentPartType](docs/DocumentPartType.md)
669
+ - [GobodoGobodoApi.DocumentType](docs/DocumentType.md)
670
+ - [GobodoGobodoApi.FieldMapping](docs/FieldMapping.md)
671
+ - [GobodoGobodoApi.Fields](docs/Fields.md)
672
+ - [GobodoGobodoApi.File](docs/File.md)
673
+ - [GobodoGobodoApi.FileAttachmentUploadObject](docs/FileAttachmentUploadObject.md)
674
+ - [GobodoGobodoApi.Filter](docs/Filter.md)
675
+ - [GobodoGobodoApi.FilterManager](docs/FilterManager.md)
676
+ - [GobodoGobodoApi.Form](docs/Form.md)
677
+ - [GobodoGobodoApi.FormSection](docs/FormSection.md)
678
+ - [GobodoGobodoApi.FormSubmission](docs/FormSubmission.md)
679
+ - [GobodoGobodoApi.Geocode](docs/Geocode.md)
680
+ - [GobodoGobodoApi.GeocodePayload](docs/GeocodePayload.md)
681
+ - [GobodoGobodoApi.GeolocationInput](docs/GeolocationInput.md)
682
+ - [GobodoGobodoApi.Graph](docs/Graph.md)
683
+ - [GobodoGobodoApi.GraphAction](docs/GraphAction.md)
684
+ - [GobodoGobodoApi.GraphDatabaseService](docs/GraphDatabaseService.md)
685
+ - [GobodoGobodoApi.GraphGeocode](docs/GraphGeocode.md)
686
+ - [GobodoGobodoApi.GraphIteratorEntryPart](docs/GraphIteratorEntryPart.md)
687
+ - [GobodoGobodoApi.GraphObject](docs/GraphObject.md)
688
+ - [GobodoGobodoApi.GraphObjectPayload](docs/GraphObjectPayload.md)
689
+ - [GobodoGobodoApi.GraphObjectSchema](docs/GraphObjectSchema.md)
690
+ - [GobodoGobodoApi.GraphObjectType](docs/GraphObjectType.md)
691
+ - [GobodoGobodoApi.GraphObjectTypeSchema](docs/GraphObjectTypeSchema.md)
692
+ - [GobodoGobodoApi.GraphOwner](docs/GraphOwner.md)
693
+ - [GobodoGobodoApi.GraphRelationObjectObject](docs/GraphRelationObjectObject.md)
694
+ - [GobodoGobodoApi.GraphRelationship](docs/GraphRelationship.md)
695
+ - [GobodoGobodoApi.GraphRelationshipPayload](docs/GraphRelationshipPayload.md)
696
+ - [GobodoGobodoApi.GraphRelationshipType](docs/GraphRelationshipType.md)
697
+ - [GobodoGobodoApi.GraphSchema](docs/GraphSchema.md)
698
+ - [GobodoGobodoApi.GraphTraversalInput](docs/GraphTraversalInput.md)
699
+ - [GobodoGobodoApi.Image](docs/Image.md)
700
+ - [GobodoGobodoApi.ImageUploadObject](docs/ImageUploadObject.md)
701
+ - [GobodoGobodoApi.InputPart](docs/InputPart.md)
702
+ - [GobodoGobodoApi.InputPartMediaType](docs/InputPartMediaType.md)
703
+ - [GobodoGobodoApi.Link](docs/Link.md)
704
+ - [GobodoGobodoApi.LiveStreamInfo](docs/LiveStreamInfo.md)
705
+ - [GobodoGobodoApi.MeetingEvent](docs/MeetingEvent.md)
706
+ - [GobodoGobodoApi.MeetingEventTimezone](docs/MeetingEventTimezone.md)
707
+ - [GobodoGobodoApi.MeetingInfo](docs/MeetingInfo.md)
708
+ - [GobodoGobodoApi.Member](docs/Member.md)
709
+ - [GobodoGobodoApi.MemberGroupCategory](docs/MemberGroupCategory.md)
710
+ - [GobodoGobodoApi.MemberList](docs/MemberList.md)
711
+ - [GobodoGobodoApi.MessageGroup](docs/MessageGroup.md)
712
+ - [GobodoGobodoApi.MultipartBody](docs/MultipartBody.md)
713
+ - [GobodoGobodoApi.Objecttype](docs/Objecttype.md)
714
+ - [GobodoGobodoApi.Page](docs/Page.md)
715
+ - [GobodoGobodoApi.PageSchema](docs/PageSchema.md)
716
+ - [GobodoGobodoApi.Pageable](docs/Pageable.md)
717
+ - [GobodoGobodoApi.Path](docs/Path.md)
718
+ - [GobodoGobodoApi.PaymentAccountObject](docs/PaymentAccountObject.md)
719
+ - [GobodoGobodoApi.PaymentIntentInput](docs/PaymentIntentInput.md)
720
+ - [GobodoGobodoApi.PaymentIntentResponse](docs/PaymentIntentResponse.md)
721
+ - [GobodoGobodoApi.PaymentMethod](docs/PaymentMethod.md)
722
+ - [GobodoGobodoApi.PaymentMethodInput](docs/PaymentMethodInput.md)
723
+ - [GobodoGobodoApi.PaymentMethodResponse](docs/PaymentMethodResponse.md)
724
+ - [GobodoGobodoApi.PaymentMethodsResponse](docs/PaymentMethodsResponse.md)
725
+ - [GobodoGobodoApi.Payout](docs/Payout.md)
726
+ - [GobodoGobodoApi.PayoutInput](docs/PayoutInput.md)
727
+ - [GobodoGobodoApi.PayoutResponse](docs/PayoutResponse.md)
728
+ - [GobodoGobodoApi.Post](docs/Post.md)
729
+ - [GobodoGobodoApi.PrivateMessage](docs/PrivateMessage.md)
730
+ - [GobodoGobodoApi.PrivateMessageConversation](docs/PrivateMessageConversation.md)
731
+ - [GobodoGobodoApi.PrivateMessageConversationSchema](docs/PrivateMessageConversationSchema.md)
732
+ - [GobodoGobodoApi.Profile](docs/Profile.md)
733
+ - [GobodoGobodoApi.Profiletype](docs/Profiletype.md)
734
+ - [GobodoGobodoApi.PropertyContainer](docs/PropertyContainer.md)
735
+ - [GobodoGobodoApi.PurgeDataDefaultResponseValue](docs/PurgeDataDefaultResponseValue.md)
736
+ - [GobodoGobodoApi.RelationshipMapping](docs/RelationshipMapping.md)
737
+ - [GobodoGobodoApi.ScreenSchema](docs/ScreenSchema.md)
738
+ - [GobodoGobodoApi.SimulcastInfo](docs/SimulcastInfo.md)
739
+ - [GobodoGobodoApi.SkinField](docs/SkinField.md)
740
+ - [GobodoGobodoApi.SocialGroup](docs/SocialGroup.md)
741
+ - [GobodoGobodoApi.SocialGroupType](docs/SocialGroupType.md)
742
+ - [GobodoGobodoApi.Sort](docs/Sort.md)
743
+ - [GobodoGobodoApi.SourceTypes](docs/SourceTypes.md)
744
+ - [GobodoGobodoApi.StatusUpdate](docs/StatusUpdate.md)
745
+ - [GobodoGobodoApi.StreetAddress](docs/StreetAddress.md)
746
+ - [GobodoGobodoApi.StripeAccount](docs/StripeAccount.md)
747
+ - [GobodoGobodoApi.StripeCustomerAccount](docs/StripeCustomerAccount.md)
748
+ - [GobodoGobodoApi.Template](docs/Template.md)
749
+ - [GobodoGobodoApi.TemplateSchema](docs/TemplateSchema.md)
750
+ - [GobodoGobodoApi.ThemeMapping](docs/ThemeMapping.md)
751
+ - [GobodoGobodoApi.ThemeMappingPayload](docs/ThemeMappingPayload.md)
752
+ - [GobodoGobodoApi.Transaction](docs/Transaction.md)
753
+ - [GobodoGobodoApi.Transfer](docs/Transfer.md)
754
+ - [GobodoGobodoApi.TransferInput](docs/TransferInput.md)
755
+ - [GobodoGobodoApi.TransferResponse](docs/TransferResponse.md)
756
+ - [GobodoGobodoApi.TransferResponsePaymentMethodDetails](docs/TransferResponsePaymentMethodDetails.md)
757
+ - [GobodoGobodoApi.TraversalRelationResponse](docs/TraversalRelationResponse.md)
758
+ - [GobodoGobodoApi.User](docs/User.md)
759
+ - [GobodoGobodoApi.UserDataPayload](docs/UserDataPayload.md)
760
+ - [GobodoGobodoApi.UserDomain](docs/UserDomain.md)
761
+ - [GobodoGobodoApi.UserInvite](docs/UserInvite.md)
762
+ - [GobodoGobodoApi.UserInviteInput](docs/UserInviteInput.md)
763
+ - [GobodoGobodoApi.UserSchema](docs/UserSchema.md)
764
+ - [GobodoGobodoApi.UserTag](docs/UserTag.md)
765
+ - [GobodoGobodoApi.Userid](docs/Userid.md)
766
+ - [GobodoGobodoApi.Video](docs/Video.md)
767
+ - [GobodoGobodoApi.VideoLiveUrl](docs/VideoLiveUrl.md)
768
+ - [GobodoGobodoApi.VideoSchema](docs/VideoSchema.md)
769
+ - [GobodoGobodoApi.VideoUploadObject](docs/VideoUploadObject.md)
770
+ - [GobodoGobodoApi.ZeusPortalCategory](docs/ZeusPortalCategory.md)
771
771
 
772
772
 
773
773
  ## Documentation for Authorization