@gobodo/gobodo-api 0.1.96 → 0.1.99

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 (596) hide show
  1. package/README.md +582 -685
  2. package/dist/ApiClient.d.ts +1 -1
  3. package/dist/ApiClient.js +7 -3
  4. package/dist/api/ActionTypesApi.d.ts +2 -1
  5. package/dist/api/ActionTypesApi.js +6 -3
  6. package/dist/api/AdCampaignsApi.d.ts +30 -47
  7. package/dist/api/AdCampaignsApi.js +107 -145
  8. package/dist/api/AdManagementApi.d.ts +53 -41
  9. package/dist/api/AdManagementApi.js +186 -156
  10. package/dist/api/AdminDataManagementApi.d.ts +4 -3
  11. package/dist/api/AdminDataManagementApi.js +17 -15
  12. package/dist/api/AdsApi.d.ts +24 -43
  13. package/dist/api/AdsApi.js +80 -124
  14. package/dist/api/AttachmentsApi.d.ts +14 -58
  15. package/dist/api/AttachmentsApi.js +64 -166
  16. package/dist/api/AuthenticationApi.d.ts +1 -1
  17. package/dist/api/AuthenticationApi.js +12 -12
  18. package/dist/api/CategoriesApi.d.ts +17 -10
  19. package/dist/api/CategoriesApi.js +88 -65
  20. package/dist/api/CommentsApi.d.ts +11 -53
  21. package/dist/api/CommentsApi.js +64 -159
  22. package/dist/api/ContentManagementApi.d.ts +44 -16
  23. package/dist/api/ContentManagementApi.js +306 -222
  24. package/dist/api/ConversationsApi.d.ts +13 -29
  25. package/dist/api/ConversationsApi.js +87 -119
  26. package/dist/api/CurrencyApi.d.ts +8 -1
  27. package/dist/api/CurrencyApi.js +71 -50
  28. package/dist/api/DataSheetImportsApi.d.ts +23 -11
  29. package/dist/api/DataSheetImportsApi.js +167 -127
  30. package/dist/api/DefaultApi.d.ts +18 -13
  31. package/dist/api/DefaultApi.js +73 -58
  32. package/dist/api/DocumentPartTypesApi.d.ts +3 -1
  33. package/dist/api/DocumentPartTypesApi.js +23 -16
  34. package/dist/api/DocumentTypesApi.d.ts +3 -1
  35. package/dist/api/DocumentTypesApi.js +23 -16
  36. package/dist/api/DocumentsApi.d.ts +20 -32
  37. package/dist/api/DocumentsApi.js +131 -153
  38. package/dist/api/EmailsApi.d.ts +5 -1
  39. package/dist/api/EmailsApi.js +43 -30
  40. package/dist/api/EntryPartsApi.d.ts +21 -33
  41. package/dist/api/EntryPartsApi.js +132 -152
  42. package/dist/api/FacebookApi.d.ts +1 -1
  43. package/dist/api/FacebookApi.js +3 -3
  44. package/dist/api/FieldsApi.d.ts +4 -1
  45. package/dist/api/FieldsApi.js +33 -23
  46. package/dist/api/FilesApi.d.ts +5 -5
  47. package/dist/api/FilesApi.js +13 -12
  48. package/dist/api/FormsApi.d.ts +52 -34
  49. package/dist/api/FormsApi.js +233 -182
  50. package/dist/api/FunctionsApi.d.ts +21 -27
  51. package/dist/api/FunctionsApi.js +196 -203
  52. package/dist/api/GeocodeApi.d.ts +30 -70
  53. package/dist/api/GeocodeApi.js +72 -176
  54. package/dist/api/GobodoManagementApi.d.ts +6 -1
  55. package/dist/api/GobodoManagementApi.js +53 -37
  56. package/dist/api/GoogleApi.d.ts +1 -1
  57. package/dist/api/GoogleApi.js +3 -3
  58. package/dist/api/GraphActionTypesApi.d.ts +68 -78
  59. package/dist/api/GraphActionTypesApi.js +190 -218
  60. package/dist/api/GraphActionsApi.d.ts +16 -220
  61. package/dist/api/GraphActionsApi.js +50 -537
  62. package/dist/api/GraphObjectTypesApi.d.ts +38 -148
  63. package/dist/api/GraphObjectTypesApi.js +140 -392
  64. package/dist/api/GraphObjectsApi.d.ts +131 -1177
  65. package/dist/api/GraphObjectsApi.js +525 -3035
  66. package/dist/api/GraphRelationshipTypesApi.d.ts +51 -371
  67. package/dist/api/GraphRelationshipTypesApi.js +181 -934
  68. package/dist/api/GraphRelationshipsApi.d.ts +43 -675
  69. package/dist/api/GraphRelationshipsApi.js +132 -1603
  70. package/dist/api/GraphSchemasApi.d.ts +9 -229
  71. package/dist/api/GraphSchemasApi.js +86 -610
  72. package/dist/api/GraphTraversalApi.d.ts +12 -5
  73. package/dist/api/GraphTraversalApi.js +80 -58
  74. package/dist/api/GraphsApi.d.ts +102 -87
  75. package/dist/api/GraphsApi.js +277 -236
  76. package/dist/api/IAMApi.d.ts +21 -17
  77. package/dist/api/IAMApi.js +69 -57
  78. package/dist/api/ImagesApi.d.ts +17 -88
  79. package/dist/api/ImagesApi.js +73 -240
  80. package/dist/api/InvitesApi.d.ts +6 -1
  81. package/dist/api/InvitesApi.js +53 -37
  82. package/dist/api/LikesApi.d.ts +42 -29
  83. package/dist/api/LikesApi.js +179 -143
  84. package/dist/api/LinkedINApi.d.ts +1 -1
  85. package/dist/api/LinkedINApi.js +3 -3
  86. package/dist/api/LiveMeetingsApi.d.ts +5 -3
  87. package/dist/api/LiveMeetingsApi.js +27 -22
  88. package/dist/api/MeetingEventsApi.d.ts +20 -131
  89. package/dist/api/MeetingEventsApi.js +175 -431
  90. package/dist/api/NotificationsApi.d.ts +15 -1
  91. package/dist/api/NotificationsApi.js +137 -97
  92. package/dist/api/PagesApi.d.ts +15 -31
  93. package/dist/api/PagesApi.js +94 -126
  94. package/dist/api/PasswordResetApi.d.ts +78 -0
  95. package/dist/api/PasswordResetApi.js +189 -0
  96. package/dist/api/PhoneNumbersApi.d.ts +6 -1
  97. package/dist/api/PhoneNumbersApi.js +53 -37
  98. package/dist/api/PostsApi.d.ts +9 -29
  99. package/dist/api/PostsApi.js +47 -91
  100. package/dist/api/PrivateMessagesApi.d.ts +24 -33
  101. package/dist/api/PrivateMessagesApi.js +160 -171
  102. package/dist/api/PublicationsApi.d.ts +10 -25
  103. package/dist/api/PublicationsApi.js +83 -116
  104. package/dist/api/RestApplicationsApi.d.ts +6 -1
  105. package/dist/api/RestApplicationsApi.js +51 -36
  106. package/dist/api/ScreensApi.d.ts +4 -1
  107. package/dist/api/ScreensApi.js +33 -23
  108. package/dist/api/SitesApi.d.ts +11 -1
  109. package/dist/api/SitesApi.js +99 -70
  110. package/dist/api/SocialGroupsApi.d.ts +25 -6
  111. package/dist/api/SocialGroupsApi.js +193 -139
  112. package/dist/api/SocialIntegrationApi.d.ts +1 -1
  113. package/dist/api/SocialIntegrationApi.js +6 -6
  114. package/dist/api/StripeAccountsApi.d.ts +42 -3
  115. package/dist/api/StripeAccountsApi.js +397 -281
  116. package/dist/api/TagsApi.d.ts +2 -1
  117. package/dist/api/TagsApi.js +6 -3
  118. package/dist/api/TemplatesApi.d.ts +4 -1
  119. package/dist/api/TemplatesApi.js +33 -23
  120. package/dist/api/ThemeMappingsApi.d.ts +8 -5
  121. package/dist/api/ThemeMappingsApi.js +39 -29
  122. package/dist/api/TopicsApi.d.ts +9 -1
  123. package/dist/api/TopicsApi.js +83 -58
  124. package/dist/api/TransactionsApi.d.ts +1 -1
  125. package/dist/api/TransactionsApi.js +5 -5
  126. package/dist/api/TwitterApi.d.ts +1 -1
  127. package/dist/api/TwitterApi.js +3 -3
  128. package/dist/api/UserManagerAdministrationApi.d.ts +96 -0
  129. package/dist/api/UserManagerAdministrationApi.js +234 -0
  130. package/dist/api/UserTagsApi.d.ts +33 -75
  131. package/dist/api/UserTagsApi.js +111 -209
  132. package/dist/api/UsersApi.d.ts +12 -1
  133. package/dist/api/UsersApi.js +111 -78
  134. package/dist/api/UtilsApi.d.ts +1 -1
  135. package/dist/api/UtilsApi.js +3 -3
  136. package/dist/api/VideosApi.d.ts +17 -57
  137. package/dist/api/VideosApi.js +102 -192
  138. package/dist/api/WalletsApi.d.ts +18 -1
  139. package/dist/api/WalletsApi.js +167 -118
  140. package/dist/index.d.ts +33 -17
  141. package/dist/index.js +204 -92
  142. package/dist/model/APIClient.d.ts +2 -2
  143. package/dist/model/APIClient.js +10 -10
  144. package/dist/model/AccountSessionInput.d.ts +1 -1
  145. package/dist/model/AccountSessionInput.js +2 -2
  146. package/dist/model/AccountSessionResponse.d.ts +1 -1
  147. package/dist/model/AccountSessionResponse.js +2 -2
  148. package/dist/model/Address.d.ts +33 -0
  149. package/dist/model/Address.js +137 -0
  150. package/dist/model/AddressResponse.d.ts +46 -0
  151. package/dist/model/AddressResponse.js +168 -0
  152. package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
  153. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  154. package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +1 -1
  155. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  156. package/dist/model/Article.d.ts +9 -9
  157. package/dist/model/Article.js +66 -66
  158. package/dist/model/AuthResponse.d.ts +1 -1
  159. package/dist/model/AuthResponse.js +2 -2
  160. package/dist/model/AwsSettings.d.ts +1 -1
  161. package/dist/model/AwsSettings.js +2 -2
  162. package/dist/model/Balance.d.ts +4 -4
  163. package/dist/model/Balance.js +45 -45
  164. package/dist/model/BalanceDetails.d.ts +1 -1
  165. package/dist/model/BalanceDetails.js +2 -2
  166. package/dist/model/BalanceResponse.d.ts +1 -1
  167. package/dist/model/BalanceResponse.js +2 -2
  168. package/dist/model/BankAccountInfo.d.ts +1 -1
  169. package/dist/model/BankAccountInfo.js +2 -2
  170. package/dist/model/Base64ImageUpload.d.ts +4 -2
  171. package/dist/model/Base64ImageUpload.js +31 -10
  172. package/dist/model/BlogPostResponse.d.ts +1 -1
  173. package/dist/model/BlogPostResponse.js +2 -2
  174. package/dist/model/CacheInvalidation.d.ts +46 -0
  175. package/dist/model/CacheInvalidation.js +137 -0
  176. package/dist/model/CardInfo.d.ts +1 -1
  177. package/dist/model/CardInfo.js +2 -2
  178. package/dist/model/Comment.d.ts +5 -5
  179. package/dist/model/Comment.js +29 -29
  180. package/dist/model/ConsoleProjectInput.d.ts +1 -1
  181. package/dist/model/ConsoleProjectInput.js +2 -2
  182. package/dist/model/ConsoleProjectResponse.d.ts +1 -1
  183. package/dist/model/ConsoleProjectResponse.js +2 -2
  184. package/dist/model/Coordinates.d.ts +1 -1
  185. package/dist/model/Coordinates.js +2 -2
  186. package/dist/model/CreateAccountResponse.d.ts +1 -1
  187. package/dist/model/CreateAccountResponse.js +2 -2
  188. package/dist/model/CreateFunctionInput.d.ts +1 -1
  189. package/dist/model/CreateFunctionInput.js +2 -2
  190. package/dist/model/CreateStripeAccountInput.d.ts +1 -1
  191. package/dist/model/CreateStripeAccountInput.js +2 -2
  192. package/dist/model/CreateStripeCustomerInput.d.ts +1 -1
  193. package/dist/model/CreateStripeCustomerInput.js +2 -2
  194. package/dist/model/CreateTopicInput.d.ts +1 -1
  195. package/dist/model/CreateTopicInput.js +2 -2
  196. package/dist/model/CreateTopicListenerInput.d.ts +1 -1
  197. package/dist/model/CreateTopicListenerInput.js +2 -2
  198. package/dist/model/Currency.d.ts +1 -1
  199. package/dist/model/Currency.js +2 -2
  200. package/dist/model/CurrencyGrantInput.d.ts +1 -1
  201. package/dist/model/CurrencyGrantInput.js +2 -2
  202. package/dist/model/CurrencyGrantResponse.d.ts +1 -1
  203. package/dist/model/CurrencyGrantResponse.js +2 -2
  204. package/dist/model/CurrencyInput.d.ts +1 -1
  205. package/dist/model/CurrencyInput.js +2 -2
  206. package/dist/model/CurrencyMinterRegistrationInput.d.ts +1 -1
  207. package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
  208. package/dist/model/CurrencyResponse.d.ts +1 -1
  209. package/dist/model/CurrencyResponse.js +2 -2
  210. package/dist/model/CurrencySettings.d.ts +1 -1
  211. package/dist/model/CurrencySettings.js +2 -2
  212. package/dist/model/CustomerResponse.d.ts +1 -1
  213. package/dist/model/CustomerResponse.js +2 -2
  214. package/dist/model/DataObject.d.ts +1 -1
  215. package/dist/model/DataObject.js +2 -2
  216. package/dist/model/DataSheetImport.d.ts +7 -7
  217. package/dist/model/DataSheetImport.js +63 -63
  218. package/dist/model/DataSheetImportPrivacySettings.d.ts +2 -2
  219. package/dist/model/DataSheetImportPrivacySettings.js +10 -10
  220. package/dist/model/DataSheetImportSummary.d.ts +2 -2
  221. package/dist/model/DataSheetImportSummary.js +14 -14
  222. package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
  223. package/dist/model/DeviceRegistrationRequest.js +2 -2
  224. package/dist/model/Document.d.ts +10 -10
  225. package/dist/model/Document.js +70 -70
  226. package/dist/model/DocumentPart.d.ts +6 -6
  227. package/dist/model/DocumentPart.js +47 -47
  228. package/dist/model/DocumentPartType.d.ts +4 -4
  229. package/dist/model/DocumentPartType.js +30 -30
  230. package/dist/model/DocumentType.d.ts +7 -7
  231. package/dist/model/DocumentType.js +46 -46
  232. package/dist/model/DomainMappingInput.d.ts +40 -0
  233. package/dist/model/DomainMappingInput.js +122 -0
  234. package/dist/model/DomainMappingResponse.d.ts +40 -0
  235. package/dist/model/DomainMappingResponse.js +122 -0
  236. package/dist/model/EmailAddress.d.ts +1 -1
  237. package/dist/model/EmailAddress.js +2 -2
  238. package/dist/model/FieldMapping.d.ts +1 -1
  239. package/dist/model/FieldMapping.js +2 -2
  240. package/dist/model/Fields.d.ts +3 -3
  241. package/dist/model/Fields.js +16 -16
  242. package/dist/model/File.d.ts +4 -4
  243. package/dist/model/File.js +27 -27
  244. package/dist/model/FileAttachmentUploadObject.d.ts +4 -4
  245. package/dist/model/FileAttachmentUploadObject.js +27 -27
  246. package/dist/model/Filter.d.ts +1 -1
  247. package/dist/model/Filter.js +2 -2
  248. package/dist/model/FilterManager.d.ts +1 -1
  249. package/dist/model/FilterManager.js +2 -2
  250. package/dist/model/Form.d.ts +2 -2
  251. package/dist/model/Form.js +15 -15
  252. package/dist/model/FormSection.d.ts +1 -1
  253. package/dist/model/FormSection.js +2 -2
  254. package/dist/model/FormSubmission.d.ts +2 -2
  255. package/dist/model/FormSubmission.js +13 -13
  256. package/dist/model/FunctionConfigInput.d.ts +1 -1
  257. package/dist/model/FunctionConfigInput.js +2 -2
  258. package/dist/model/FunctionEnvironmentConfig.d.ts +1 -1
  259. package/dist/model/FunctionEnvironmentConfig.js +2 -2
  260. package/dist/model/FunctionInput.d.ts +1 -1
  261. package/dist/model/FunctionInput.js +2 -2
  262. package/dist/model/FunctionOutput.d.ts +1 -1
  263. package/dist/model/FunctionOutput.js +2 -2
  264. package/dist/model/Geocode.d.ts +1 -1
  265. package/dist/model/Geocode.js +2 -2
  266. package/dist/model/GeocodePayload.d.ts +1 -1
  267. package/dist/model/GeocodePayload.js +6 -6
  268. package/dist/model/GeocodeResponse.d.ts +42 -0
  269. package/dist/model/GeocodeResponse.js +140 -0
  270. package/dist/model/GeolocationInput.d.ts +1 -1
  271. package/dist/model/GeolocationInput.js +2 -2
  272. package/dist/model/GetFunctionConfig.d.ts +1 -1
  273. package/dist/model/GetFunctionConfig.js +2 -2
  274. package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
  275. package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
  276. package/dist/model/GetFunctionResponse.d.ts +1 -1
  277. package/dist/model/GetFunctionResponse.js +2 -2
  278. package/dist/model/GoogleCloudSettings.d.ts +1 -1
  279. package/dist/model/GoogleCloudSettings.js +2 -2
  280. package/dist/model/Graph.d.ts +6 -6
  281. package/dist/model/Graph.js +37 -37
  282. package/dist/model/GraphAction.d.ts +2 -2
  283. package/dist/model/GraphAction.js +11 -11
  284. package/dist/model/GraphActionPayload.d.ts +1 -1
  285. package/dist/model/GraphActionPayload.js +2 -2
  286. package/dist/model/GraphActionResponse.d.ts +3 -1
  287. package/dist/model/GraphActionResponse.js +26 -2
  288. package/dist/model/GraphActionTypeInput.d.ts +55 -0
  289. package/dist/model/GraphActionTypeInput.js +316 -0
  290. package/dist/model/GraphActionTypeResponse.d.ts +69 -0
  291. package/dist/model/GraphActionTypeResponse.js +407 -0
  292. package/dist/model/GraphDatabaseService.d.ts +2 -2
  293. package/dist/model/GraphDatabaseService.js +10 -10
  294. package/dist/model/GraphGeocode.d.ts +1 -1
  295. package/dist/model/GraphGeocode.js +2 -2
  296. package/dist/model/GraphInput.d.ts +43 -0
  297. package/dist/model/GraphInput.js +152 -0
  298. package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
  299. package/dist/model/GraphIteratorEntryPart.js +2 -2
  300. package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +2 -2
  301. package/dist/model/GraphIteratorEntryPartStackTraceInner.js +9 -9
  302. package/dist/model/GraphObject.d.ts +2 -2
  303. package/dist/model/GraphObject.js +11 -11
  304. package/dist/model/GraphObjectPayload.d.ts +2 -3
  305. package/dist/model/GraphObjectPayload.js +10 -24
  306. package/dist/model/GraphObjectResponse.d.ts +11 -3
  307. package/dist/model/GraphObjectResponse.js +74 -6
  308. package/dist/model/GraphObjectSchema.d.ts +4 -4
  309. package/dist/model/GraphObjectSchema.js +31 -31
  310. package/dist/model/GraphObjectType.d.ts +2 -2
  311. package/dist/model/GraphObjectType.js +11 -11
  312. package/dist/model/GraphObjectTypeInput.d.ts +1 -1
  313. package/dist/model/GraphObjectTypeInput.js +2 -2
  314. package/dist/model/GraphObjectTypeResponse.d.ts +9 -7
  315. package/dist/model/GraphObjectTypeResponse.js +59 -28
  316. package/dist/model/GraphObjectTypeSchema.d.ts +2 -2
  317. package/dist/model/GraphObjectTypeSchema.js +11 -11
  318. package/dist/model/GraphOwner.d.ts +1 -1
  319. package/dist/model/GraphOwner.js +2 -2
  320. package/dist/model/GraphRelationship.d.ts +2 -2
  321. package/dist/model/GraphRelationship.js +11 -11
  322. package/dist/model/GraphRelationshipPayload.d.ts +3 -3
  323. package/dist/model/GraphRelationshipPayload.js +22 -24
  324. package/dist/model/GraphRelationshipResponse.d.ts +55 -0
  325. package/dist/model/GraphRelationshipResponse.js +229 -0
  326. package/dist/model/GraphRelationshipType.d.ts +6 -6
  327. package/dist/model/GraphRelationshipType.js +40 -40
  328. package/dist/model/GraphRelationshipTypeInput.d.ts +59 -0
  329. package/dist/model/GraphRelationshipTypeInput.js +367 -0
  330. package/dist/model/GraphRelationshipTypeResponse.d.ts +4 -1
  331. package/dist/model/GraphRelationshipTypeResponse.js +38 -2
  332. package/dist/model/GraphResponse.d.ts +54 -0
  333. package/dist/model/GraphResponse.js +196 -0
  334. package/dist/model/GraphSchema.d.ts +7 -7
  335. package/dist/model/GraphSchema.js +46 -46
  336. package/dist/model/GraphSchemaInput.d.ts +1 -1
  337. package/dist/model/GraphSchemaInput.js +2 -2
  338. package/dist/model/GraphSchemaResponse.d.ts +1 -1
  339. package/dist/model/GraphSchemaResponse.js +2 -2
  340. package/dist/model/GraphTraversalInput.d.ts +7 -1
  341. package/dist/model/GraphTraversalInput.js +74 -2
  342. package/dist/model/Image.d.ts +1 -1
  343. package/dist/model/Image.js +2 -2
  344. package/dist/model/InputPart.d.ts +4 -2
  345. package/dist/model/InputPart.js +37 -18
  346. package/dist/model/InputPartHeaders.d.ts +29 -0
  347. package/dist/model/InputPartHeaders.js +87 -0
  348. package/dist/model/InputPartMediaType.d.ts +1 -1
  349. package/dist/model/InputPartMediaType.js +2 -2
  350. package/dist/model/JsonArray.d.ts +34 -0
  351. package/dist/model/JsonArray.js +95 -0
  352. package/dist/model/JsonObject.d.ts +41 -0
  353. package/dist/model/JsonObject.js +143 -0
  354. package/dist/model/JsonValue.d.ts +40 -0
  355. package/dist/model/JsonValue.js +132 -0
  356. package/dist/model/KafkaSettings.d.ts +1 -1
  357. package/dist/model/KafkaSettings.js +2 -2
  358. package/dist/model/Link.d.ts +3 -3
  359. package/dist/model/Link.js +19 -19
  360. package/dist/model/LiveStreamInfo.d.ts +1 -1
  361. package/dist/model/LiveStreamInfo.js +2 -2
  362. package/dist/model/MediaType.d.ts +33 -0
  363. package/dist/model/MediaType.js +127 -0
  364. package/dist/model/MeetingEvent.d.ts +7 -7
  365. package/dist/model/MeetingEvent.js +50 -50
  366. package/dist/model/MeetingEventInput.d.ts +1 -1
  367. package/dist/model/MeetingEventInput.js +2 -2
  368. package/dist/model/MeetingEventResponse.d.ts +1 -1
  369. package/dist/model/MeetingEventResponse.js +2 -2
  370. package/dist/model/MeetingEventTimezone.d.ts +1 -1
  371. package/dist/model/MeetingEventTimezone.js +2 -2
  372. package/dist/model/MeetingEventTypeInput.d.ts +1 -1
  373. package/dist/model/MeetingEventTypeInput.js +2 -2
  374. package/dist/model/MeetingEventTypeResponse.d.ts +1 -1
  375. package/dist/model/MeetingEventTypeResponse.js +2 -2
  376. package/dist/model/MeetingInfo.d.ts +2 -2
  377. package/dist/model/MeetingInfo.js +15 -15
  378. package/dist/model/Member.d.ts +3 -3
  379. package/dist/model/Member.js +20 -20
  380. package/dist/model/MemberGroupCategory.d.ts +1 -1
  381. package/dist/model/MemberGroupCategory.js +2 -2
  382. package/dist/model/MemberList.d.ts +1 -1
  383. package/dist/model/MemberList.js +2 -2
  384. package/dist/model/MemberManagerConfigInput.d.ts +39 -0
  385. package/dist/model/MemberManagerConfigInput.js +124 -0
  386. package/dist/model/MemberManagerConfigResponse.d.ts +41 -0
  387. package/dist/model/MemberManagerConfigResponse.js +134 -0
  388. package/dist/model/MemberManagerInput.d.ts +41 -0
  389. package/dist/model/MemberManagerInput.js +134 -0
  390. package/dist/model/MemberManagerResponse.d.ts +41 -0
  391. package/dist/model/MemberManagerResponse.js +134 -0
  392. package/dist/model/MessageGroup.d.ts +1 -1
  393. package/dist/model/MessageGroup.js +2 -2
  394. package/dist/model/MultipartBody.d.ts +1 -1
  395. package/dist/model/MultipartBody.js +2 -2
  396. package/dist/model/MultivaluedMapStringString.d.ts +29 -0
  397. package/dist/model/MultivaluedMapStringString.js +87 -0
  398. package/dist/model/NotificationInput.d.ts +1 -1
  399. package/dist/model/NotificationInput.js +2 -2
  400. package/dist/model/NotificationResponse.d.ts +1 -1
  401. package/dist/model/NotificationResponse.js +2 -2
  402. package/dist/model/NumberSettings.d.ts +1 -1
  403. package/dist/model/NumberSettings.js +2 -2
  404. package/dist/model/ObjectSettings.d.ts +1 -1
  405. package/dist/model/ObjectSettings.js +2 -2
  406. package/dist/model/Objecttype.d.ts +2 -2
  407. package/dist/model/Objecttype.js +11 -11
  408. package/dist/model/OutParameter.d.ts +1 -1
  409. package/dist/model/OutParameter.js +2 -2
  410. package/dist/model/Page.d.ts +3 -3
  411. package/dist/model/Page.js +16 -16
  412. package/dist/model/PageSchema.d.ts +3 -3
  413. package/dist/model/PageSchema.js +17 -17
  414. package/dist/model/Pageable.d.ts +3 -3
  415. package/dist/model/Pageable.js +16 -16
  416. package/dist/model/Parameter.d.ts +1 -1
  417. package/dist/model/Parameter.js +2 -2
  418. package/dist/model/PasswordResetInitiateRequest.d.ts +38 -0
  419. package/dist/model/PasswordResetInitiateRequest.js +112 -0
  420. package/dist/model/PasswordResetInitiateResponse.d.ts +46 -0
  421. package/dist/model/PasswordResetInitiateResponse.js +156 -0
  422. package/dist/model/PasswordResetRequest.d.ts +42 -0
  423. package/dist/model/PasswordResetRequest.js +136 -0
  424. package/dist/model/PasswordResetResponse.d.ts +46 -0
  425. package/dist/model/PasswordResetResponse.js +162 -0
  426. package/dist/model/PasswordResetValidationResponse.d.ts +46 -0
  427. package/dist/model/PasswordResetValidationResponse.js +162 -0
  428. package/dist/model/Path.d.ts +1 -1
  429. package/dist/model/Path.js +9 -9
  430. package/dist/model/PaymentAccountObject.d.ts +1 -1
  431. package/dist/model/PaymentAccountObject.js +2 -2
  432. package/dist/model/PaymentIntentInput.d.ts +1 -1
  433. package/dist/model/PaymentIntentInput.js +2 -2
  434. package/dist/model/PaymentIntentResponse.d.ts +1 -1
  435. package/dist/model/PaymentIntentResponse.js +2 -2
  436. package/dist/model/PaymentMethod.d.ts +2 -2
  437. package/dist/model/PaymentMethod.js +9 -9
  438. package/dist/model/PaymentMethodInput.d.ts +1 -1
  439. package/dist/model/PaymentMethodInput.js +2 -2
  440. package/dist/model/PaymentMethodResponse.d.ts +1 -1
  441. package/dist/model/PaymentMethodResponse.js +2 -2
  442. package/dist/model/PaymentMethodsResponse.d.ts +1 -1
  443. package/dist/model/PaymentMethodsResponse.js +2 -2
  444. package/dist/model/Payout.d.ts +2 -2
  445. package/dist/model/Payout.js +15 -15
  446. package/dist/model/PayoutInput.d.ts +1 -1
  447. package/dist/model/PayoutInput.js +2 -2
  448. package/dist/model/PayoutResponse.d.ts +1 -1
  449. package/dist/model/PayoutResponse.js +2 -2
  450. package/dist/model/PhoneNumber.d.ts +3 -3
  451. package/dist/model/PhoneNumber.js +20 -20
  452. package/dist/model/Post.d.ts +3 -3
  453. package/dist/model/Post.js +17 -17
  454. package/dist/model/PrivateMessage.d.ts +4 -4
  455. package/dist/model/PrivateMessage.js +28 -28
  456. package/dist/model/PrivateMessageConversation.d.ts +4 -4
  457. package/dist/model/PrivateMessageConversation.js +41 -41
  458. package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
  459. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  460. package/dist/model/Profile.d.ts +2 -2
  461. package/dist/model/Profile.js +14 -14
  462. package/dist/model/Profiletype.d.ts +1 -1
  463. package/dist/model/Profiletype.js +2 -2
  464. package/dist/model/PropertyContainer.d.ts +1 -1
  465. package/dist/model/PropertyContainer.js +2 -2
  466. package/dist/model/PublicationInput.d.ts +1 -1
  467. package/dist/model/PublicationInput.js +2 -2
  468. package/dist/model/PublicationResponse.d.ts +1 -1
  469. package/dist/model/PublicationResponse.js +2 -2
  470. package/dist/model/PurchaseInput.d.ts +1 -1
  471. package/dist/model/PurchaseInput.js +2 -2
  472. package/dist/model/PurchaseResponse.d.ts +1 -1
  473. package/dist/model/PurchaseResponse.js +2 -2
  474. package/dist/model/PurgeDataDefaultResponse.d.ts +41 -0
  475. package/dist/model/PurgeDataDefaultResponse.js +143 -0
  476. package/dist/model/PurgeDataDefaultResponseValue.d.ts +1 -1
  477. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  478. package/dist/model/RelationshipMapping.d.ts +2 -2
  479. package/dist/model/RelationshipMapping.js +18 -18
  480. package/dist/model/RestApplicationInput.d.ts +1 -1
  481. package/dist/model/RestApplicationInput.js +2 -2
  482. package/dist/model/RestApplicationResponse.d.ts +1 -1
  483. package/dist/model/RestApplicationResponse.js +2 -2
  484. package/dist/model/ScreenSchema.d.ts +4 -4
  485. package/dist/model/ScreenSchema.js +29 -29
  486. package/dist/model/SimulcastInfo.d.ts +1 -1
  487. package/dist/model/SimulcastInfo.js +2 -2
  488. package/dist/model/SiteInput.d.ts +1 -1
  489. package/dist/model/SiteInput.js +2 -2
  490. package/dist/model/SiteResponse.d.ts +1 -1
  491. package/dist/model/SiteResponse.js +2 -2
  492. package/dist/model/SiteTypeInput.d.ts +1 -1
  493. package/dist/model/SiteTypeInput.js +2 -2
  494. package/dist/model/SiteTypeResponse.d.ts +1 -1
  495. package/dist/model/SiteTypeResponse.js +2 -2
  496. package/dist/model/SkinField.d.ts +3 -3
  497. package/dist/model/SkinField.js +16 -16
  498. package/dist/model/SkinFieldResponse.d.ts +1 -1
  499. package/dist/model/SkinFieldResponse.js +2 -2
  500. package/dist/model/SocialGroup.d.ts +2 -2
  501. package/dist/model/SocialGroup.js +14 -14
  502. package/dist/model/SocialGroupInput.d.ts +1 -1
  503. package/dist/model/SocialGroupInput.js +2 -2
  504. package/dist/model/SocialGroupResponse.d.ts +1 -1
  505. package/dist/model/SocialGroupResponse.js +2 -2
  506. package/dist/model/SocialGroupType.d.ts +1 -1
  507. package/dist/model/SocialGroupType.js +2 -2
  508. package/dist/model/SocialGroupTypeInput.d.ts +1 -1
  509. package/dist/model/SocialGroupTypeInput.js +2 -2
  510. package/dist/model/Sort.d.ts +2 -2
  511. package/dist/model/Sort.js +9 -9
  512. package/dist/model/SourceTypes.d.ts +1 -1
  513. package/dist/model/SourceTypes.js +2 -2
  514. package/dist/model/StatusUpdate.d.ts +2 -2
  515. package/dist/model/StatusUpdate.js +10 -10
  516. package/dist/model/StreetAddress.d.ts +1 -1
  517. package/dist/model/StreetAddress.js +2 -2
  518. package/dist/model/StripeAccount.d.ts +2 -2
  519. package/dist/model/StripeAccount.js +10 -10
  520. package/dist/model/StripeCustomerAccount.d.ts +1 -1
  521. package/dist/model/StripeCustomerAccount.js +2 -2
  522. package/dist/model/Template.d.ts +1 -1
  523. package/dist/model/Template.js +2 -2
  524. package/dist/model/TemplateResponse.d.ts +1 -1
  525. package/dist/model/TemplateResponse.js +2 -2
  526. package/dist/model/TemplateSchema.d.ts +1 -1
  527. package/dist/model/TemplateSchema.js +2 -2
  528. package/dist/model/ThemeMapping.d.ts +2 -2
  529. package/dist/model/ThemeMapping.js +14 -14
  530. package/dist/model/ThemeMappingPayload.d.ts +1 -1
  531. package/dist/model/ThemeMappingPayload.js +2 -2
  532. package/dist/model/Timezone.d.ts +1 -1
  533. package/dist/model/Timezone.js +2 -2
  534. package/dist/model/Timezone1.d.ts +1 -1
  535. package/dist/model/Timezone1.js +2 -2
  536. package/dist/model/TopicInfoResponse.d.ts +1 -1
  537. package/dist/model/TopicInfoResponse.js +2 -2
  538. package/dist/model/TopicMessageInput.d.ts +1 -1
  539. package/dist/model/TopicMessageInput.js +2 -2
  540. package/dist/model/TopicSubscriptionResponse.d.ts +1 -1
  541. package/dist/model/TopicSubscriptionResponse.js +2 -2
  542. package/dist/model/Transaction.d.ts +1 -1
  543. package/dist/model/Transaction.js +2 -2
  544. package/dist/model/Transfer.d.ts +2 -2
  545. package/dist/model/Transfer.js +12 -12
  546. package/dist/model/TransferInput.d.ts +1 -1
  547. package/dist/model/TransferInput.js +2 -2
  548. package/dist/model/TransferResponse.d.ts +1 -1
  549. package/dist/model/TransferResponse.js +2 -2
  550. package/dist/model/TransferResponsePaymentMethodDetails.d.ts +2 -2
  551. package/dist/model/TransferResponsePaymentMethodDetails.js +12 -12
  552. package/dist/model/TraversalRelationResponse.d.ts +1 -1
  553. package/dist/model/TraversalRelationResponse.js +10 -10
  554. package/dist/model/User.d.ts +3 -3
  555. package/dist/model/User.js +20 -20
  556. package/dist/model/UserDataPayload.d.ts +3 -3
  557. package/dist/model/UserDataPayload.js +20 -20
  558. package/dist/model/UserDomain.d.ts +1 -1
  559. package/dist/model/UserDomain.js +2 -2
  560. package/dist/model/UserInvite.d.ts +2 -2
  561. package/dist/model/UserInvite.js +14 -14
  562. package/dist/model/UserInviteInput.d.ts +1 -1
  563. package/dist/model/UserInviteInput.js +2 -2
  564. package/dist/model/UserResponse.d.ts +1 -1
  565. package/dist/model/UserResponse.js +2 -2
  566. package/dist/model/UserSchema.d.ts +3 -3
  567. package/dist/model/UserSchema.js +20 -20
  568. package/dist/model/UserTag.d.ts +2 -2
  569. package/dist/model/UserTag.js +10 -10
  570. package/dist/model/Userid.d.ts +1 -1
  571. package/dist/model/Userid.js +2 -2
  572. package/dist/model/UsernameReminderRequest.d.ts +38 -0
  573. package/dist/model/UsernameReminderRequest.js +112 -0
  574. package/dist/model/UsernameReminderResponse.d.ts +46 -0
  575. package/dist/model/UsernameReminderResponse.js +156 -0
  576. package/dist/model/Video.d.ts +9 -9
  577. package/dist/model/Video.js +64 -64
  578. package/dist/model/VideoLiveUrl.d.ts +1 -1
  579. package/dist/model/VideoLiveUrl.js +2 -2
  580. package/dist/model/VideoSchema.d.ts +9 -9
  581. package/dist/model/VideoSchema.js +64 -64
  582. package/dist/model/VideoUploadObject.d.ts +9 -9
  583. package/dist/model/VideoUploadObject.js +64 -64
  584. package/dist/model/WalletHoldInput.d.ts +1 -1
  585. package/dist/model/WalletHoldInput.js +2 -2
  586. package/dist/model/WalletHoldResponse.d.ts +1 -1
  587. package/dist/model/WalletHoldResponse.js +2 -2
  588. package/dist/model/WalletPayoutInput.d.ts +1 -1
  589. package/dist/model/WalletPayoutInput.js +2 -2
  590. package/dist/model/WalletPayoutResponse.d.ts +1 -1
  591. package/dist/model/WalletPayoutResponse.js +2 -2
  592. package/dist/model/WalletResponse.d.ts +1 -1
  593. package/dist/model/WalletResponse.js +2 -2
  594. package/dist/model/ZeusPortalCategory.d.ts +1 -1
  595. package/dist/model/ZeusPortalCategory.js +2 -2
  596. package/package.json +3 -3
package/README.md CHANGED
@@ -4,8 +4,8 @@ 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.96
8
- - Package version: 0.1.96
7
+ - API version: 0.1.99
8
+ - Package version: 0.1.99
9
9
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
10
 
11
11
  ## Installation
@@ -112,9 +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 GobodoGobodoApi.ActionTypesApi()
116
- var id = 789; // {Number}
117
- var actiontypeid = 789; // {Number}
115
+ var api = new GobodoGobodoApi.AdCampaignsApi()
118
116
  var opts = {
119
117
  'authorization': "authorization_example", // {String} The authorization token of the logged in user
120
118
  'cacheduration': 56, // {Number} The how long the cache entry should persist
@@ -122,10 +120,12 @@ var opts = {
122
120
  'cachekey': ["null"], // {[String]} The key to cache the response or the key to remove if a post, put, or delete operation
123
121
  'cachescope': "cachescope_example", // {String} The scope of storage of the cache item
124
122
  'cacheuser': ["null"], // {[String]} The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
123
+ 'invalidationkeys': [new GobodoGobodoApi.CacheInvalidation()], // {[CacheInvalidation]} Cache keys that should be invalidated in this operation
125
124
  'zeusportalPostasApp': 789, // {Number} The id of the application this operation is being performed as if the caller chooses to post as an organization page
126
125
  'zeusportalPostas': 789, // {Number} The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
127
126
  'zeusportalPostasSite': 789, // {Number} The id of the site this operation is being performed as if the caller chooses to post as an organization page
128
- 'transactionid': "transactionid_example" // {String} The id of the transaction this operation is being run in
127
+ 'transactionid': "transactionid_example", // {String} The id of the transaction this operation is being run in
128
+ 'jsonValue': new GobodoGobodoApi.JsonValue() // {JsonValue}
129
129
  };
130
130
  var callback = function(error, data, response) {
131
131
  if (error) {
@@ -134,7 +134,7 @@ var callback = function(error, data, response) {
134
134
  console.log('API called successfully. Returned data: ' + data);
135
135
  }
136
136
  };
137
- api.getActionsByType(id, actiontypeid, opts, callback);
137
+ api.createAdCampaign(opts, callback);
138
138
 
139
139
  ```
140
140
 
@@ -144,671 +144,547 @@ All URIs are relative to *https://test.api.gobodo.io*
144
144
 
145
145
  Class | Method | HTTP request | Description
146
146
  ------------ | ------------- | ------------- | -------------
147
- *GobodoGobodoApi.ActionTypesApi* | [**getActionsByType**](docs/ActionTypesApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
148
- *GobodoGobodoApi.AdCampaignsApi* | [**createAdCampaign**](docs/AdCampaignsApi.md#createAdCampaign) | **POST** /graph/data/ads/campaigns | Create Ad Campaign
149
- *GobodoGobodoApi.AdCampaignsApi* | [**deleteObject**](docs/AdCampaignsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
150
- *GobodoGobodoApi.AdCampaignsApi* | [**get11**](docs/AdCampaignsApi.md#get11) | **GET** /graph/data/ads/campaigns |
151
- *GobodoGobodoApi.AdCampaignsApi* | [**get12**](docs/AdCampaignsApi.md#get12) | **GET** /graph/data/ads/campaigns/{id} |
152
- *GobodoGobodoApi.AdCampaignsApi* | [**getFromCat**](docs/AdCampaignsApi.md#getFromCat) | **GET** /graph/data/ads/campaigns/nextfromcategory/{id} |
153
- *GobodoGobodoApi.AdCampaignsApi* | [**update**](docs/AdCampaignsApi.md#update) | **PUT** /graph/data/ads/campaigns/{id} |
154
- *GobodoGobodoApi.AdCampaignsApi* | [**updateAds**](docs/AdCampaignsApi.md#updateAds) | **POST** /graph/data/ads/campaigns/{id}/ads |
155
- *GobodoGobodoApi.AdCampaignsApi* | [**updateSites**](docs/AdCampaignsApi.md#updateSites) | **PUT** /graph/data/ads/campaigns/{id}/sites |
156
- *GobodoGobodoApi.AdManagementApi* | [**createAd**](docs/AdManagementApi.md#createAd) | **POST** /graph/data/ads/ads | Create Ad
157
- *GobodoGobodoApi.AdManagementApi* | [**createAdCampaign**](docs/AdManagementApi.md#createAdCampaign) | **POST** /graph/data/ads/campaigns | Create Ad Campaign
158
- *GobodoGobodoApi.AdManagementApi* | [**get11**](docs/AdManagementApi.md#get11) | **GET** /graph/data/ads/campaigns |
159
- *GobodoGobodoApi.AdManagementApi* | [**get12**](docs/AdManagementApi.md#get12) | **GET** /graph/data/ads/campaigns/{id} |
160
- *GobodoGobodoApi.AdManagementApi* | [**get13**](docs/AdManagementApi.md#get13) | **GET** /graph/data/ads/ads |
161
- *GobodoGobodoApi.AdManagementApi* | [**get14**](docs/AdManagementApi.md#get14) | **GET** /graph/data/ads/ads/{id} |
162
- *GobodoGobodoApi.AdManagementApi* | [**getCampaign**](docs/AdManagementApi.md#getCampaign) | **GET** /graph/data/ads/ads/{id}/campaign |
163
- *GobodoGobodoApi.AdManagementApi* | [**getFromCat**](docs/AdManagementApi.md#getFromCat) | **GET** /graph/data/ads/campaigns/nextfromcategory/{id} |
164
- *GobodoGobodoApi.AdManagementApi* | [**update**](docs/AdManagementApi.md#update) | **PUT** /graph/data/ads/campaigns/{id} |
165
- *GobodoGobodoApi.AdManagementApi* | [**update1**](docs/AdManagementApi.md#update1) | **PUT** /graph/data/ads/ads/{id} |
166
- *GobodoGobodoApi.AdManagementApi* | [**updateAds**](docs/AdManagementApi.md#updateAds) | **POST** /graph/data/ads/campaigns/{id}/ads |
167
- *GobodoGobodoApi.AdManagementApi* | [**updateSites**](docs/AdManagementApi.md#updateSites) | **PUT** /graph/data/ads/campaigns/{id}/sites |
168
- *GobodoGobodoApi.AdminDataManagementApi* | [**purgeData**](docs/AdminDataManagementApi.md#purgeData) | **GET** /graph/data/admin/datamanagement/purge/{key}/{days} |
169
- *GobodoGobodoApi.AdsApi* | [**createAd**](docs/AdsApi.md#createAd) | **POST** /graph/data/ads/ads | Create Ad
170
- *GobodoGobodoApi.AdsApi* | [**deleteObject**](docs/AdsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
171
- *GobodoGobodoApi.AdsApi* | [**get13**](docs/AdsApi.md#get13) | **GET** /graph/data/ads/ads |
172
- *GobodoGobodoApi.AdsApi* | [**get14**](docs/AdsApi.md#get14) | **GET** /graph/data/ads/ads/{id} |
173
- *GobodoGobodoApi.AdsApi* | [**getCampaign**](docs/AdsApi.md#getCampaign) | **GET** /graph/data/ads/ads/{id}/campaign |
174
- *GobodoGobodoApi.AdsApi* | [**update1**](docs/AdsApi.md#update1) | **PUT** /graph/data/ads/ads/{id} |
175
- *GobodoGobodoApi.AttachmentsApi* | [**deleteObject**](docs/AttachmentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
176
- *GobodoGobodoApi.AttachmentsApi* | [**get17**](docs/AttachmentsApi.md#get17) | **GET** /graph/data/files |
177
- *GobodoGobodoApi.AttachmentsApi* | [**getFileById**](docs/AttachmentsApi.md#getFileById) | **GET** /graph/data/files/{id} | Get File By Id
178
- *GobodoGobodoApi.AttachmentsApi* | [**getFiles**](docs/AttachmentsApi.md#getFiles) | **GET** /graph/data/object/{id}/files |
179
- *GobodoGobodoApi.AttachmentsApi* | [**updateFile**](docs/AttachmentsApi.md#updateFile) | **PUT** /graph/data/files/{id} | Update File
180
- *GobodoGobodoApi.AttachmentsApi* | [**upload**](docs/AttachmentsApi.md#upload) | **POST** /graph/data/files/{id}/upload |
181
- *GobodoGobodoApi.AttachmentsApi* | [**uploadFile**](docs/AttachmentsApi.md#uploadFile) | **POST** /graph/data/files/upload | Upload data
182
- *GobodoGobodoApi.AuthenticationApi* | [**login**](docs/AuthenticationApi.md#login) | **POST** /graph/data/auth |
183
- *GobodoGobodoApi.AuthenticationApi* | [**loginAsApp**](docs/AuthenticationApi.md#loginAsApp) | **POST** /graph/data/auth_as_app |
184
- *GobodoGobodoApi.AuthenticationApi* | [**loginAsFunction**](docs/AuthenticationApi.md#loginAsFunction) | **POST** /graph/data/auth_as_function |
185
- *GobodoGobodoApi.AuthenticationApi* | [**loginAsPage**](docs/AuthenticationApi.md#loginAsPage) | **POST** /graph/data/auth_as_page |
186
- *GobodoGobodoApi.AuthenticationApi* | [**loginAsSite**](docs/AuthenticationApi.md#loginAsSite) | **POST** /graph/data/auth_as_site |
187
- *GobodoGobodoApi.AuthenticationApi* | [**loginFacebook**](docs/AuthenticationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
188
- *GobodoGobodoApi.AuthenticationApi* | [**loginGoogle**](docs/AuthenticationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
189
- *GobodoGobodoApi.AuthenticationApi* | [**loginLinkedIn**](docs/AuthenticationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
190
- *GobodoGobodoApi.AuthenticationApi* | [**loginTwitter**](docs/AuthenticationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
191
- *GobodoGobodoApi.AuthenticationApi* | [**logout**](docs/AuthenticationApi.md#logout) | **POST** /graph/data/signout |
192
- *GobodoGobodoApi.CategoriesApi* | [**createCategory**](docs/CategoriesApi.md#createCategory) | **POST** /graph/data/categories | Create Category
193
- *GobodoGobodoApi.CategoriesApi* | [**createChildCategory**](docs/CategoriesApi.md#createChildCategory) | **POST** /graph/data/categories/{id}/subcategories | Create a child category
194
- *GobodoGobodoApi.CategoriesApi* | [**get18**](docs/CategoriesApi.md#get18) | **GET** /graph/data/categories |
195
- *GobodoGobodoApi.CategoriesApi* | [**getCategoryById**](docs/CategoriesApi.md#getCategoryById) | **GET** /graph/data/categories/{id} | Gets a category by id
196
- *GobodoGobodoApi.CategoriesApi* | [**getChildCategories**](docs/CategoriesApi.md#getChildCategories) | **GET** /graph/data/categories/{id}/subcategories |
197
- *GobodoGobodoApi.CategoriesApi* | [**getRootCategory**](docs/CategoriesApi.md#getRootCategory) | **GET** /graph/data/categories/get/root | Gets the root category
198
- *GobodoGobodoApi.CategoriesApi* | [**updateCategory**](docs/CategoriesApi.md#updateCategory) | **POST** /graph/data/categories/{id} | Update Category
199
- *GobodoGobodoApi.CommentsApi* | [**createComment**](docs/CommentsApi.md#createComment) | **POST** /graph/data/comments | Create a comment
200
- *GobodoGobodoApi.CommentsApi* | [**deleteObject**](docs/CommentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
201
- *GobodoGobodoApi.CommentsApi* | [**get19**](docs/CommentsApi.md#get19) | **GET** /graph/data/comments |
202
- *GobodoGobodoApi.CommentsApi* | [**getCommentById**](docs/CommentsApi.md#getCommentById) | **GET** /graph/data/comments/{id} | Gets a comment by id
203
- *GobodoGobodoApi.CommentsApi* | [**getCommentReplies**](docs/CommentsApi.md#getCommentReplies) | **GET** /graph/data/comments/{id}/replies | Get Replies
204
- *GobodoGobodoApi.CommentsApi* | [**getComments**](docs/CommentsApi.md#getComments) | **GET** /graph/data/object/{objectid}/comments |
205
- *GobodoGobodoApi.CommentsApi* | [**replyToComment**](docs/CommentsApi.md#replyToComment) | **POST** /graph/data/comments/{id}/replies | Add Replies
206
- *GobodoGobodoApi.CommentsApi* | [**updateComment**](docs/CommentsApi.md#updateComment) | **PUT** /graph/data/comments/{id} | Update a comment
207
- *GobodoGobodoApi.ContentManagementApi* | [**addDocumentPart**](docs/ContentManagementApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
208
- *GobodoGobodoApi.ContentManagementApi* | [**changeDocPartType**](docs/ContentManagementApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
209
- *GobodoGobodoApi.ContentManagementApi* | [**changeStatus**](docs/ContentManagementApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
210
- *GobodoGobodoApi.ContentManagementApi* | [**copyDocument**](docs/ContentManagementApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
211
- *GobodoGobodoApi.ContentManagementApi* | [**copyDocumentPart**](docs/ContentManagementApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
212
- *GobodoGobodoApi.ContentManagementApi* | [**createChildDocumentPart**](docs/ContentManagementApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
213
- *GobodoGobodoApi.ContentManagementApi* | [**createDocument**](docs/ContentManagementApi.md#createDocument) | **POST** /graph/data/articles |
214
- *GobodoGobodoApi.ContentManagementApi* | [**createDocumentPart**](docs/ContentManagementApi.md#createDocumentPart) | **POST** /graph/data/entryparts |
215
- *GobodoGobodoApi.ContentManagementApi* | [**deleteDocPart**](docs/ContentManagementApi.md#deleteDocPart) | **DELETE** /graph/data/entryparts/{docpartid} | Delete Document Part
216
- *GobodoGobodoApi.ContentManagementApi* | [**deleteDocument**](docs/ContentManagementApi.md#deleteDocument) | **DELETE** /graph/data/articles/{docid} | Delete Document Part
217
- *GobodoGobodoApi.ContentManagementApi* | [**editDocument**](docs/ContentManagementApi.md#editDocument) | **PUT** /graph/data/articles/{docid} |
218
- *GobodoGobodoApi.ContentManagementApi* | [**get20**](docs/ContentManagementApi.md#get20) | **GET** /graph/data/articles |
219
- *GobodoGobodoApi.ContentManagementApi* | [**get21**](docs/ContentManagementApi.md#get21) | **GET** /graph/data/entryparts |
220
- *GobodoGobodoApi.ContentManagementApi* | [**getAllDocumentPartTypes**](docs/ContentManagementApi.md#getAllDocumentPartTypes) | **GET** /graph/data/entryparttypes |
221
- *GobodoGobodoApi.ContentManagementApi* | [**getAllDocumentTypes**](docs/ContentManagementApi.md#getAllDocumentTypes) | **GET** /graph/data/entrytypes |
222
- *GobodoGobodoApi.ContentManagementApi* | [**getAllDocuments**](docs/ContentManagementApi.md#getAllDocuments) | **GET** /graph/data/articles/all |
223
- *GobodoGobodoApi.ContentManagementApi* | [**getChildDocPartByPageNum**](docs/ContentManagementApi.md#getChildDocPartByPageNum) | **GET** /graph/data/entryparts/{id}/entryparts/{pagenum} |
224
- *GobodoGobodoApi.ContentManagementApi* | [**getDocumentById**](docs/ContentManagementApi.md#getDocumentById) | **GET** /graph/data/articles/{id} |
225
- *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartById**](docs/ContentManagementApi.md#getDocumentPartById) | **GET** /graph/data/entryparts/{id} |
226
- *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartById1**](docs/ContentManagementApi.md#getDocumentPartById1) | **GET** /graph/data/entryparts/{id}/entryparts |
227
- *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartByPageNumber**](docs/ContentManagementApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
228
- *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartTypeById**](docs/ContentManagementApi.md#getDocumentPartTypeById) | **GET** /graph/data/entryparttypes/{id} |
229
- *GobodoGobodoApi.ContentManagementApi* | [**getDocumentParts**](docs/ContentManagementApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
230
- *GobodoGobodoApi.ContentManagementApi* | [**getDocumentTypeById**](docs/ContentManagementApi.md#getDocumentTypeById) | **GET** /graph/data/entrytypes/{id} |
231
- *GobodoGobodoApi.ContentManagementApi* | [**getDocumentsByType**](docs/ContentManagementApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
232
- *GobodoGobodoApi.ContentManagementApi* | [**moveChildPart**](docs/ContentManagementApi.md#moveChildPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
233
- *GobodoGobodoApi.ContentManagementApi* | [**moveDocPart**](docs/ContentManagementApi.md#moveDocPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
234
- *GobodoGobodoApi.ContentManagementApi* | [**updateDocumentPart**](docs/ContentManagementApi.md#updateDocumentPart) | **PUT** /graph/data/entryparts/{docpartid} |
235
- *GobodoGobodoApi.ConversationsApi* | [**createConversation**](docs/ConversationsApi.md#createConversation) | **POST** /graph/data/privatemessages/conversations | Create conversation(s)
236
- *GobodoGobodoApi.ConversationsApi* | [**deleteObject**](docs/ConversationsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
237
- *GobodoGobodoApi.ConversationsApi* | [**get31**](docs/ConversationsApi.md#get31) | **GET** /graph/data/privatemessages/conversations |
238
- *GobodoGobodoApi.ConversationsApi* | [**getAllConversations**](docs/ConversationsApi.md#getAllConversations) | **GET** /graph/data/privatemessages/conversations/all | Get All Conversations
239
- *GobodoGobodoApi.ConversationsApi* | [**getChildConversations**](docs/ConversationsApi.md#getChildConversations) | **GET** /graph/data/privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
240
- *GobodoGobodoApi.ConversationsApi* | [**getConversationById**](docs/ConversationsApi.md#getConversationById) | **GET** /graph/data/privatemessages/conversations/{id} | Get Conversation by ID
241
- *GobodoGobodoApi.ConversationsApi* | [**getConversationMessages**](docs/ConversationsApi.md#getConversationMessages) | **GET** /graph/data/privatemessages/conversations/{convoid}/messages | Get Messages in a Conversation
242
- *GobodoGobodoApi.ConversationsApi* | [**getConversationParticipants**](docs/ConversationsApi.md#getConversationParticipants) | **GET** /graph/data/privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
243
- *GobodoGobodoApi.ConversationsApi* | [**getUnreadMessageCount**](docs/ConversationsApi.md#getUnreadMessageCount) | **GET** /graph/data/privatemessages/conversations/newmessagecount | Get the number of unread messages
244
- *GobodoGobodoApi.CurrencyApi* | [**createCurrency**](docs/CurrencyApi.md#createCurrency) | **POST** /graph/data/payments/currency | Create a new currency
245
- *GobodoGobodoApi.CurrencyApi* | [**getAllCurrencies**](docs/CurrencyApi.md#getAllCurrencies) | **GET** /graph/data/payments/currency | Get all currencies
246
- *GobodoGobodoApi.CurrencyApi* | [**getCurrencyById**](docs/CurrencyApi.md#getCurrencyById) | **GET** /graph/data/payments/currency/{currencyId} | Get a currency by id
247
- *GobodoGobodoApi.CurrencyApi* | [**getRegisteredCurrencies**](docs/CurrencyApi.md#getRegisteredCurrencies) | **GET** /graph/data/payments/currency/registeredcurrencies/{minterId} | Get all currencies registered by a minter
248
- *GobodoGobodoApi.CurrencyApi* | [**isCurrencyRegistered**](docs/CurrencyApi.md#isCurrencyRegistered) | **GET** /graph/data/payments/currency/isregistered/{currencyId} | Check if a currency is registered
249
- *GobodoGobodoApi.CurrencyApi* | [**isCurrencyRegistered1**](docs/CurrencyApi.md#isCurrencyRegistered1) | **GET** /graph/data/payments/currency/isregistered/{minterId}/{currencyId} | Check if a currency is registered with a minter
250
- *GobodoGobodoApi.CurrencyApi* | [**registerCurrency**](docs/CurrencyApi.md#registerCurrency) | **POST** /graph/data/payments/currency/register | Register a currency with a minter
251
- *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
252
- *GobodoGobodoApi.DataSheetImportsApi* | [**addDataSheetImportMapping**](docs/DataSheetImportsApi.md#addDataSheetImportMapping) | **PUT** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Sets the mapping associated with the sheetprop
253
- *GobodoGobodoApi.DataSheetImportsApi* | [**addEndObjectLookup**](docs/DataSheetImportsApi.md#addEndObjectLookup) | **PUT** /graph/data/datasheetimport/{dsimportid}/endobjectlookup | Sets the lookup for the end object in a relationship import
254
- *GobodoGobodoApi.DataSheetImportsApi* | [**addStartObjectLookup**](docs/DataSheetImportsApi.md#addStartObjectLookup) | **PUT** /graph/data/datasheetimport/{dsimportid}/startobjectlookup | Sets the lookup for the start object in a relationship import
255
- *GobodoGobodoApi.DataSheetImportsApi* | [**createDataSheetImport**](docs/DataSheetImportsApi.md#createDataSheetImport) | **POST** /graph/data/datasheetimport/{containerid}/{reltypeid}/{objecttypeid} | Create a datasheet import
256
- *GobodoGobodoApi.DataSheetImportsApi* | [**createRelationshipDataSheetImport**](docs/DataSheetImportsApi.md#createRelationshipDataSheetImport) | **POST** /graph/data/datasheetimport/{containerid}/{reltypeid} | Create a datasheet import for relationships
257
- *GobodoGobodoApi.DataSheetImportsApi* | [**get22**](docs/DataSheetImportsApi.md#get22) | **GET** /graph/data/datasheetimport |
258
- *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportById**](docs/DataSheetImportsApi.md#getDataSheetImportById) | **GET** /graph/data/datasheetimport/{dsimportid} | Gets the datasheet import specified by the given id
259
- *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportMapping**](docs/DataSheetImportsApi.md#getDataSheetImportMapping) | **GET** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Gets the mapping associated with the sheetprop
260
- *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportPreview**](docs/DataSheetImportsApi.md#getDataSheetImportPreview) | **GET** /graph/data/datasheetimport/{dsimportid}/preview | Gets the preview of the data being imported
261
- *GobodoGobodoApi.DataSheetImportsApi* | [**removeDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportGeocodeMapping) | **DELETE** /graph/data/datasheetimport/{dsimportid}/geolocateon | Removes the geolocation mapping field
262
- *GobodoGobodoApi.DataSheetImportsApi* | [**removeDataSheetImportMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportMapping) | **DELETE** /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop} | Removes the mapping associated with the sheetprop
263
- *GobodoGobodoApi.DataSheetImportsApi* | [**runDataSheetImport**](docs/DataSheetImportsApi.md#runDataSheetImport) | **POST** /graph/data/datasheetimport/{dsimportid}/run | Run a datasheet import
264
- *GobodoGobodoApi.DataSheetImportsApi* | [**setDataSheetImportPrivacy**](docs/DataSheetImportsApi.md#setDataSheetImportPrivacy) | **PUT** /graph/data/datasheetimport/{dsimportid}/privacy | Sets the privacy settings of the generated objects from the import
265
- *GobodoGobodoApi.DataSheetImportsApi* | [**updateDataSheetImportFile**](docs/DataSheetImportsApi.md#updateDataSheetImportFile) | **PUT** /graph/data/datasheetimport/{dsimportid}/datasheet | Updates the file used by a datasheet import
266
- *GobodoGobodoApi.DefaultApi* | [**createApiClient**](docs/DefaultApi.md#createApiClient) | **POST** /graph/data/api/clients |
267
- *GobodoGobodoApi.DefaultApi* | [**doEndPoint**](docs/DefaultApi.md#doEndPoint) | **GET** /graph/data |
268
- *GobodoGobodoApi.DefaultApi* | [**get15**](docs/DefaultApi.md#get15) | **GET** /graph/data/api/clients |
269
- *GobodoGobodoApi.DefaultApi* | [**get16**](docs/DefaultApi.md#get16) | **GET** /graph/data/api/clients/{id} |
270
- *GobodoGobodoApi.DefaultApi* | [**getApiClientById**](docs/DefaultApi.md#getApiClientById) | **GET** /graph/data/api/clients/{key} | Gets an api client by id
271
- *GobodoGobodoApi.DefaultApi* | [**resetSecretKey**](docs/DefaultApi.md#resetSecretKey) | **PUT** /graph/data/api/clients/{key}/resetSecretkey | Resets the secret key of the API Client
272
- *GobodoGobodoApi.DocumentPartTypesApi* | [**getAllDocumentPartTypes**](docs/DocumentPartTypesApi.md#getAllDocumentPartTypes) | **GET** /graph/data/entryparttypes |
273
- *GobodoGobodoApi.DocumentPartTypesApi* | [**getDocumentPartTypeById**](docs/DocumentPartTypesApi.md#getDocumentPartTypeById) | **GET** /graph/data/entryparttypes/{id} |
274
- *GobodoGobodoApi.DocumentTypesApi* | [**getAllDocumentTypes**](docs/DocumentTypesApi.md#getAllDocumentTypes) | **GET** /graph/data/entrytypes |
275
- *GobodoGobodoApi.DocumentTypesApi* | [**getDocumentTypeById**](docs/DocumentTypesApi.md#getDocumentTypeById) | **GET** /graph/data/entrytypes/{id} |
276
- *GobodoGobodoApi.DocumentsApi* | [**addDocumentPart**](docs/DocumentsApi.md#addDocumentPart) | **POST** /graph/data/articles/{docid}/entryparts |
277
- *GobodoGobodoApi.DocumentsApi* | [**changeStatus**](docs/DocumentsApi.md#changeStatus) | **PUT** /graph/data/articles/{id}/status |
278
- *GobodoGobodoApi.DocumentsApi* | [**copyDocument**](docs/DocumentsApi.md#copyDocument) | **POST** /graph/data/articles/{docid}/copy |
279
- *GobodoGobodoApi.DocumentsApi* | [**createDocument**](docs/DocumentsApi.md#createDocument) | **POST** /graph/data/articles |
280
- *GobodoGobodoApi.DocumentsApi* | [**deleteDocument**](docs/DocumentsApi.md#deleteDocument) | **DELETE** /graph/data/articles/{docid} | Delete Document Part
281
- *GobodoGobodoApi.DocumentsApi* | [**deleteObject**](docs/DocumentsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
282
- *GobodoGobodoApi.DocumentsApi* | [**editDocument**](docs/DocumentsApi.md#editDocument) | **PUT** /graph/data/articles/{docid} |
283
- *GobodoGobodoApi.DocumentsApi* | [**get20**](docs/DocumentsApi.md#get20) | **GET** /graph/data/articles |
284
- *GobodoGobodoApi.DocumentsApi* | [**getAllDocuments**](docs/DocumentsApi.md#getAllDocuments) | **GET** /graph/data/articles/all |
285
- *GobodoGobodoApi.DocumentsApi* | [**getDocumentById**](docs/DocumentsApi.md#getDocumentById) | **GET** /graph/data/articles/{id} |
286
- *GobodoGobodoApi.DocumentsApi* | [**getDocumentPartByPageNumber**](docs/DocumentsApi.md#getDocumentPartByPageNumber) | **GET** /graph/data/articles/{id}/entryparts/{pagenum} |
287
- *GobodoGobodoApi.DocumentsApi* | [**getDocumentParts**](docs/DocumentsApi.md#getDocumentParts) | **GET** /graph/data/articles/{id}/entryparts |
288
- *GobodoGobodoApi.DocumentsApi* | [**getDocumentsByType**](docs/DocumentsApi.md#getDocumentsByType) | **GET** /graph/data/articles/entrytype/{typeid} |
289
- *GobodoGobodoApi.EmailsApi* | [**createEmailForPage**](docs/EmailsApi.md#createEmailForPage) | **POST** /graph/data/emails/page/{pageId} | Creates an email address for a page
290
- *GobodoGobodoApi.EmailsApi* | [**createEmailForUser**](docs/EmailsApi.md#createEmailForUser) | **POST** /graph/data/emails/user/{userId} | Creates an email address for a user
291
- *GobodoGobodoApi.EmailsApi* | [**getEmailsByPage**](docs/EmailsApi.md#getEmailsByPage) | **GET** /graph/data/emails/page/{pageId} | Returns all email addresses for a given page
292
- *GobodoGobodoApi.EmailsApi* | [**getEmailsByUser**](docs/EmailsApi.md#getEmailsByUser) | **GET** /graph/data/emails/user/{userid} | Returns all email addresses for a given user
293
- *GobodoGobodoApi.EntryPartsApi* | [**changeDocPartType**](docs/EntryPartsApi.md#changeDocPartType) | **PUT** /graph/data/entryparts/{docpartid}/changetype/{typeid} |
294
- *GobodoGobodoApi.EntryPartsApi* | [**copyDocumentPart**](docs/EntryPartsApi.md#copyDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/copy |
295
- *GobodoGobodoApi.EntryPartsApi* | [**createChildDocumentPart**](docs/EntryPartsApi.md#createChildDocumentPart) | **POST** /graph/data/entryparts/{docpartid}/entryparts |
296
- *GobodoGobodoApi.EntryPartsApi* | [**createDocumentPart**](docs/EntryPartsApi.md#createDocumentPart) | **POST** /graph/data/entryparts |
297
- *GobodoGobodoApi.EntryPartsApi* | [**deleteDocPart**](docs/EntryPartsApi.md#deleteDocPart) | **DELETE** /graph/data/entryparts/{docpartid} | Delete Document Part
298
- *GobodoGobodoApi.EntryPartsApi* | [**deleteObject**](docs/EntryPartsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
299
- *GobodoGobodoApi.EntryPartsApi* | [**get21**](docs/EntryPartsApi.md#get21) | **GET** /graph/data/entryparts |
300
- *GobodoGobodoApi.EntryPartsApi* | [**getChildDocPartByPageNum**](docs/EntryPartsApi.md#getChildDocPartByPageNum) | **GET** /graph/data/entryparts/{id}/entryparts/{pagenum} |
301
- *GobodoGobodoApi.EntryPartsApi* | [**getDocumentPartById**](docs/EntryPartsApi.md#getDocumentPartById) | **GET** /graph/data/entryparts/{id} |
302
- *GobodoGobodoApi.EntryPartsApi* | [**getDocumentPartById1**](docs/EntryPartsApi.md#getDocumentPartById1) | **GET** /graph/data/entryparts/{id}/entryparts |
303
- *GobodoGobodoApi.EntryPartsApi* | [**moveChildPart**](docs/EntryPartsApi.md#moveChildPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
304
- *GobodoGobodoApi.EntryPartsApi* | [**moveDocPart**](docs/EntryPartsApi.md#moveDocPart) | **PUT** /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
305
- *GobodoGobodoApi.EntryPartsApi* | [**updateDocumentPart**](docs/EntryPartsApi.md#updateDocumentPart) | **PUT** /graph/data/entryparts/{docpartid} |
306
- *GobodoGobodoApi.FacebookApi* | [**loginFacebook**](docs/FacebookApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
307
- *GobodoGobodoApi.FieldsApi* | [**createFieldInContainer**](docs/FieldsApi.md#createFieldInContainer) | **POST** /graph/data/fields/{objecttype}/{objectid} | Create a new field
308
- *GobodoGobodoApi.FieldsApi* | [**createFields**](docs/FieldsApi.md#createFields) | **POST** /graph/data/fields | Creates new fields
309
- *GobodoGobodoApi.FieldsApi* | [**updateField**](docs/FieldsApi.md#updateField) | **PUT** /graph/data/fields/{fieldid} | Create a new field
310
- *GobodoGobodoApi.FilesApi* | [**attachFile**](docs/FilesApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
311
- *GobodoGobodoApi.FormsApi* | [**createChildSection**](docs/FormsApi.md#createChildSection) | **POST** /graph/data/forms/sections/{sectionid}/sections | Create a new Form
312
- *GobodoGobodoApi.FormsApi* | [**createForm**](docs/FormsApi.md#createForm) | **POST** /graph/data/forms | Create a new Form
313
- *GobodoGobodoApi.FormsApi* | [**createForm2**](docs/FormsApi.md#createForm2) | **PUT** /graph/data/forms/{formid} | Update a form object
314
- *GobodoGobodoApi.FormsApi* | [**createForm3**](docs/FormsApi.md#createForm3) | **PUT** /graph/data/forms/sections/{formsectionid} | Update a form object
315
- *GobodoGobodoApi.FormsApi* | [**createFormSection**](docs/FormsApi.md#createFormSection) | **POST** /graph/data/forms/{id}/sections | Create a new Form
316
- *GobodoGobodoApi.FormsApi* | [**deleteRelationship1**](docs/FormsApi.md#deleteRelationship1) | **DELETE** /graph/data/forms/submissions/{id} | Delete Relationship
317
- *GobodoGobodoApi.FormsApi* | [**get23**](docs/FormsApi.md#get23) | **GET** /graph/data/forms |
318
- *GobodoGobodoApi.FormsApi* | [**get24**](docs/FormsApi.md#get24) | **GET** /graph/data/forms/sections |
319
- *GobodoGobodoApi.FormsApi* | [**get25**](docs/FormsApi.md#get25) | **GET** /graph/data/forms/submissions |
320
- *GobodoGobodoApi.FormsApi* | [**getFormById**](docs/FormsApi.md#getFormById) | **GET** /graph/data/forms/{id} | Get Form By Id
321
- *GobodoGobodoApi.FormsApi* | [**getFormFields**](docs/FormsApi.md#getFormFields) | **GET** /graph/data/forms/{id}/fields |
322
- *GobodoGobodoApi.FormsApi* | [**getFormSectionById**](docs/FormsApi.md#getFormSectionById) | **GET** /graph/data/forms/sections/{id} | Get Form By Id
323
- *GobodoGobodoApi.FormsApi* | [**getFormSectionFields**](docs/FormsApi.md#getFormSectionFields) | **GET** /graph/data/forms/sections/{id}/fields |
324
- *GobodoGobodoApi.FormsApi* | [**getFormSubmissionById**](docs/FormsApi.md#getFormSubmissionById) | **GET** /graph/data/forms/submissions/{id} | Get Form By Id
325
- *GobodoGobodoApi.FormsApi* | [**getRelProperties1**](docs/FormsApi.md#getRelProperties1) | **GET** /graph/data/forms/submissions/{id}/properties | Get Properties
326
- *GobodoGobodoApi.FormsApi* | [**getRelProperty1**](docs/FormsApi.md#getRelProperty1) | **GET** /graph/data/forms/submissions/{id}/properties/{prop} | Get Property
327
- *GobodoGobodoApi.FormsApi* | [**setRelProperties1**](docs/FormsApi.md#setRelProperties1) | **PUT** /graph/data/forms/submissions/{id}/properties | Set Multiple Properties
328
- *GobodoGobodoApi.FormsApi* | [**setRelProperty1**](docs/FormsApi.md#setRelProperty1) | **PUT** /graph/data/forms/submissions/{id}/properties/{prop} | Update Property
329
- *GobodoGobodoApi.FunctionsApi* | [**addFunctionConfig**](docs/FunctionsApi.md#addFunctionConfig) | **POST** /graph/data/functions/{functionid}/{environment} | Adds a function config
330
- *GobodoGobodoApi.FunctionsApi* | [**addMethodToActionType**](docs/FunctionsApi.md#addMethodToActionType) | **POST** /graph/data/functions/actiontype/{actiontypeid}/method | Adds a method to an action type
331
- *GobodoGobodoApi.FunctionsApi* | [**addMethodToObjectType**](docs/FunctionsApi.md#addMethodToObjectType) | **POST** /graph/data/functions/objecttype/{objecttypeid}/method | Adds a method to an object type
332
- *GobodoGobodoApi.FunctionsApi* | [**addMethodToRelationshipType**](docs/FunctionsApi.md#addMethodToRelationshipType) | **POST** /graph/data/functions/relationshiptype/{reltypeid}/method | Adds a method to an relationship type
333
- *GobodoGobodoApi.FunctionsApi* | [**createFunction**](docs/FunctionsApi.md#createFunction) | **POST** /graph/data/functions | Creates a new function
334
- *GobodoGobodoApi.FunctionsApi* | [**deleteFunction**](docs/FunctionsApi.md#deleteFunction) | **DELETE** /graph/data/functions/{functionid} | Deletes a function
335
- *GobodoGobodoApi.FunctionsApi* | [**doPostFunction**](docs/FunctionsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
336
- *GobodoGobodoApi.FunctionsApi* | [**editFunction**](docs/FunctionsApi.md#editFunction) | **PUT** /graph/data/functions/{functionid} | Modifies a function
337
- *GobodoGobodoApi.FunctionsApi* | [**editFunctionConfig**](docs/FunctionsApi.md#editFunctionConfig) | **PUT** /graph/data/functions/functionconfig/{functionconfigid} | Edits a function config
338
- *GobodoGobodoApi.FunctionsApi* | [**getActionTypeMethods**](docs/FunctionsApi.md#getActionTypeMethods) | **GET** /graph/data/functions/actiontype/{actiontypeid}/methods | Retrieves the methods associated with the ActionType
339
- *GobodoGobodoApi.FunctionsApi* | [**getFunction**](docs/FunctionsApi.md#getFunction) | **GET** /graph/data/functions/{functionid} | Returns a function
340
- *GobodoGobodoApi.FunctionsApi* | [**getFunctionConfig**](docs/FunctionsApi.md#getFunctionConfig) | **GET** /graph/data/functions/{functionid}/config/{environment} | Returns the function for the given environment
341
- *GobodoGobodoApi.FunctionsApi* | [**getFunctionSubscriptions**](docs/FunctionsApi.md#getFunctionSubscriptions) | **GET** /graph/data/functions/{functionid}/subscriptions | Gets the subscriptions of the function
342
- *GobodoGobodoApi.FunctionsApi* | [**getObjectTypeMethods**](docs/FunctionsApi.md#getObjectTypeMethods) | **GET** /graph/data/functions/objecttype/{objecttypeid}/methods | Retrieves the methods associated with the Object Type
343
- *GobodoGobodoApi.FunctionsApi* | [**getRelationshipTypeMethods**](docs/FunctionsApi.md#getRelationshipTypeMethods) | **GET** /graph/data/functions/relationshiptype/{reltypeid}/methods | Retrieves the methods associated with the Object Type
344
- *GobodoGobodoApi.FunctionsApi* | [**getSchemaFunctionByName**](docs/FunctionsApi.md#getSchemaFunctionByName) | **GET** /graph/data/functions/schema/{id}/functions/{functionName} |
345
- *GobodoGobodoApi.FunctionsApi* | [**getSchemaFunctions**](docs/FunctionsApi.md#getSchemaFunctions) | **GET** /graph/data/functions/schema/{id}/functions |
346
- *GobodoGobodoApi.FunctionsApi* | [**invokeFunctionGet**](docs/FunctionsApi.md#invokeFunctionGet) | **GET** /graph/data/functions/{functionid}/invoke | Calls a function
347
- *GobodoGobodoApi.FunctionsApi* | [**invokeFunctionPut**](docs/FunctionsApi.md#invokeFunctionPut) | **PUT** /graph/data/functions/{functionid}/invoke | Calls a function
348
- *GobodoGobodoApi.FunctionsApi* | [**subscribeToTopic**](docs/FunctionsApi.md#subscribeToTopic) | **PUT** /graph/data/functions/{functionid}/subscriptions | Subscribes to a topic
349
- *GobodoGobodoApi.FunctionsApi* | [**updateSchemaFunctions**](docs/FunctionsApi.md#updateSchemaFunctions) | **PUT** /graph/data/functions/schema/{id}/functions |
350
- *GobodoGobodoApi.GeocodeApi* | [**createGeocodes**](docs/GeocodeApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
351
- *GobodoGobodoApi.GeocodeApi* | [**deleteGeocode**](docs/GeocodeApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
352
- *GobodoGobodoApi.GeocodeApi* | [**get2**](docs/GeocodeApi.md#get2) | **GET** /graph/data/geocode |
353
- *GobodoGobodoApi.GeocodeApi* | [**get3**](docs/GeocodeApi.md#get3) | **GET** /graph/data/geocode/{id} |
354
- *GobodoGobodoApi.GeocodeApi* | [**getGeocodes**](docs/GeocodeApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
355
- *GobodoGobodoApi.GobodoManagementApi* | [**createConsoleProject**](docs/GobodoManagementApi.md#createConsoleProject) | **POST** /graph/data/console/projects | Create a new project
356
- *GobodoGobodoApi.GobodoManagementApi* | [**deleteConsoleProject**](docs/GobodoManagementApi.md#deleteConsoleProject) | **DELETE** /graph/data/console/projects/{projectId} | Delete a project
357
- *GobodoGobodoApi.GobodoManagementApi* | [**getConsoleProjectById**](docs/GobodoManagementApi.md#getConsoleProjectById) | **GET** /graph/data/console/projects/{projectId} | Get a project by id
358
- *GobodoGobodoApi.GobodoManagementApi* | [**getConsoleProjects**](docs/GobodoManagementApi.md#getConsoleProjects) | **GET** /graph/data/console/projects | Get all projects
359
- *GobodoGobodoApi.GobodoManagementApi* | [**updateConsoleProject**](docs/GobodoManagementApi.md#updateConsoleProject) | **PUT** /graph/data/console/projects/{projectId} | Update a project
360
- *GobodoGobodoApi.GoogleApi* | [**loginGoogle**](docs/GoogleApi.md#loginGoogle) | **POST** /graph/data/auth_google |
361
- *GobodoGobodoApi.GraphActionTypesApi* | [**addEndObjectTypes**](docs/GraphActionTypesApi.md#addEndObjectTypes) | **PUT** /graph/data/actiontype/{id}/endobjecttypes |
362
- *GobodoGobodoApi.GraphActionTypesApi* | [**addMethodToActionType**](docs/GraphActionTypesApi.md#addMethodToActionType) | **POST** /graph/data/functions/actiontype/{actiontypeid}/method | Adds a method to an action type
363
- *GobodoGobodoApi.GraphActionTypesApi* | [**get5**](docs/GraphActionTypesApi.md#get5) | **GET** /graph/data/actiontype |
364
- *GobodoGobodoApi.GraphActionTypesApi* | [**get6**](docs/GraphActionTypesApi.md#get6) | **GET** /graph/data/actiontype/{id} |
365
- *GobodoGobodoApi.GraphActionTypesApi* | [**getActionObjectTypes**](docs/GraphActionTypesApi.md#getActionObjectTypes) | **GET** /graph/data/actiontype/{id}/endobjecttypes | Retrieves the object types associated with this action type
366
- *GobodoGobodoApi.GraphActionTypesApi* | [**getActionTypeMethods**](docs/GraphActionTypesApi.md#getActionTypeMethods) | **GET** /graph/data/functions/actiontype/{actiontypeid}/methods | Retrieves the methods associated with the ActionType
367
- *GobodoGobodoApi.GraphActionTypesApi* | [**getFields**](docs/GraphActionTypesApi.md#getFields) | **GET** /graph/data/actiontype/{id}/fields |
368
- *GobodoGobodoApi.GraphActionTypesApi* | [**updateSchemaActionTypes**](docs/GraphActionTypesApi.md#updateSchemaActionTypes) | **PUT** /graph/data/schema/{id}/actiontypes |
369
- *GobodoGobodoApi.GraphActionTypesApi* | [**updateTemplate**](docs/GraphActionTypesApi.md#updateTemplate) | **PUT** /graph/data/actiontype/{id}/template |
370
- *GobodoGobodoApi.GraphActionsApi* | [**createActions**](docs/GraphActionsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
371
- *GobodoGobodoApi.GraphActionsApi* | [**createBulkActions**](docs/GraphActionsApi.md#createBulkActions) | **POST** /graph/data/action | Perform multiple actions in a single bulk operation
372
- *GobodoGobodoApi.GraphActionsApi* | [**deleteAction**](docs/GraphActionsApi.md#deleteAction) | **DELETE** /graph/data/action/{id} | Delete Action
373
- *GobodoGobodoApi.GraphActionsApi* | [**get4**](docs/GraphActionsApi.md#get4) | **GET** /graph/data/action |
374
- *GobodoGobodoApi.GraphActionsApi* | [**getActionById**](docs/GraphActionsApi.md#getActionById) | **GET** /graph/data/action/{id} |
375
- *GobodoGobodoApi.GraphActionsApi* | [**getActionProperties**](docs/GraphActionsApi.md#getActionProperties) | **GET** /graph/data/action/{id}/properties | Get Properties
376
- *GobodoGobodoApi.GraphActionsApi* | [**getActionProperty**](docs/GraphActionsApi.md#getActionProperty) | **GET** /graph/data/action/{id}/properties/{prop} | Get Property
377
- *GobodoGobodoApi.GraphActionsApi* | [**getActions**](docs/GraphActionsApi.md#getActions) | **GET** /graph/data/object/{id}/actions | Get Actions
378
- *GobodoGobodoApi.GraphActionsApi* | [**getActionsByType**](docs/GraphActionsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
379
- *GobodoGobodoApi.GraphActionsApi* | [**setActionProperties**](docs/GraphActionsApi.md#setActionProperties) | **PUT** /graph/data/action/{id}/properties | Set Multiple Properties
380
- *GobodoGobodoApi.GraphActionsApi* | [**setActionProperty**](docs/GraphActionsApi.md#setActionProperty) | **PUT** /graph/data/action/{id}/properties/{prop} | Update Property
381
- *GobodoGobodoApi.GraphObjectTypesApi* | [**addMethodToObjectType**](docs/GraphObjectTypesApi.md#addMethodToObjectType) | **POST** /graph/data/functions/objecttype/{objecttypeid}/method | Adds a method to an object type
382
- *GobodoGobodoApi.GraphObjectTypesApi* | [**addPolicies**](docs/GraphObjectTypesApi.md#addPolicies) | **POST** /graph/data/objecttype/{id}/policies |
383
- *GobodoGobodoApi.GraphObjectTypesApi* | [**createObjectType**](docs/GraphObjectTypesApi.md#createObjectType) | **POST** /graph/data/objecttype | Create Graph Object Type
384
- *GobodoGobodoApi.GraphObjectTypesApi* | [**get8**](docs/GraphObjectTypesApi.md#get8) | **GET** /graph/data/objecttype |
385
- *GobodoGobodoApi.GraphObjectTypesApi* | [**getAllObjectTypes**](docs/GraphObjectTypesApi.md#getAllObjectTypes) | **GET** /graph/data/objecttype/all |
386
- *GobodoGobodoApi.GraphObjectTypesApi* | [**getDefaultObjectTypes**](docs/GraphObjectTypesApi.md#getDefaultObjectTypes) | **GET** /graph/data/objecttype/default |
387
- *GobodoGobodoApi.GraphObjectTypesApi* | [**getFields1**](docs/GraphObjectTypesApi.md#getFields1) | **GET** /graph/data/objecttype/{id}/fields |
388
- *GobodoGobodoApi.GraphObjectTypesApi* | [**getMyObjectTypes**](docs/GraphObjectTypesApi.md#getMyObjectTypes) | **GET** /graph/data/objecttype/mine |
389
- *GobodoGobodoApi.GraphObjectTypesApi* | [**getObjectTypeById**](docs/GraphObjectTypesApi.md#getObjectTypeById) | **GET** /graph/data/objecttype/{id} | Get Graph Object Type
390
- *GobodoGobodoApi.GraphObjectTypesApi* | [**getObjectTypeByKey**](docs/GraphObjectTypesApi.md#getObjectTypeByKey) | **GET** /graph/data/objecttype/{key} | Get Graph Object Type
391
- *GobodoGobodoApi.GraphObjectTypesApi* | [**getObjectTypeMethods**](docs/GraphObjectTypesApi.md#getObjectTypeMethods) | **GET** /graph/data/functions/objecttype/{objecttypeid}/methods | Retrieves the methods associated with the Object Type
392
- *GobodoGobodoApi.GraphObjectTypesApi* | [**getSchemaObjectTypes**](docs/GraphObjectTypesApi.md#getSchemaObjectTypes) | **GET** /graph/data/schema/{id}/objecttypes | Get Object Types
393
- *GobodoGobodoApi.GraphObjectTypesApi* | [**updateObjectType**](docs/GraphObjectTypesApi.md#updateObjectType) | **PUT** /graph/data/objecttype/{id} | Update Graph Object Type
394
- *GobodoGobodoApi.GraphObjectTypesApi* | [**updateSchemaObjectTypes**](docs/GraphObjectTypesApi.md#updateSchemaObjectTypes) | **PUT** /graph/data/schema/{id}/objecttypes |
395
- *GobodoGobodoApi.GraphObjectTypesApi* | [**updateTemplate1**](docs/GraphObjectTypesApi.md#updateTemplate1) | **PUT** /graph/data/objecttype/{id}/template |
396
- *GobodoGobodoApi.GraphObjectsApi* | [**addLiveMeeting**](docs/GraphObjectsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
397
- *GobodoGobodoApi.GraphObjectsApi* | [**addLiveStream**](docs/GraphObjectsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
398
- *GobodoGobodoApi.GraphObjectsApi* | [**attachFile**](docs/GraphObjectsApi.md#attachFile) | **POST** /graph/data/object/{id}/attachfile |
399
- *GobodoGobodoApi.GraphObjectsApi* | [**attachImage**](docs/GraphObjectsApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
400
- *GobodoGobodoApi.GraphObjectsApi* | [**createActions**](docs/GraphObjectsApi.md#createActions) | **POST** /graph/data/object/{id}/actions |
401
- *GobodoGobodoApi.GraphObjectsApi* | [**createAddObjectsToGraph**](docs/GraphObjectsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
402
- *GobodoGobodoApi.GraphObjectsApi* | [**createGeocodes**](docs/GraphObjectsApi.md#createGeocodes) | **POST** /graph/data/object/{id}/geocode |
403
- *GobodoGobodoApi.GraphObjectsApi* | [**createInviteOnObject**](docs/GraphObjectsApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
404
- *GobodoGobodoApi.GraphObjectsApi* | [**createObject**](docs/GraphObjectsApi.md#createObject) | **POST** /graph/data/object | Create Objects
405
- *GobodoGobodoApi.GraphObjectsApi* | [**createObjects**](docs/GraphObjectsApi.md#createObjects) | **POST** /graph/data/object/createobjects | Create Objects
406
- *GobodoGobodoApi.GraphObjectsApi* | [**createRelationship**](docs/GraphObjectsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
407
- *GobodoGobodoApi.GraphObjectsApi* | [**createRelationships**](docs/GraphObjectsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
408
- *GobodoGobodoApi.GraphObjectsApi* | [**deleteGeocode**](docs/GraphObjectsApi.md#deleteGeocode) | **DELETE** /graph/data/object/{id}/geocode/{geocodeid} |
409
- *GobodoGobodoApi.GraphObjectsApi* | [**deleteLike**](docs/GraphObjectsApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
410
- *GobodoGobodoApi.GraphObjectsApi* | [**deleteObject**](docs/GraphObjectsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
411
- *GobodoGobodoApi.GraphObjectsApi* | [**dislike**](docs/GraphObjectsApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
412
- *GobodoGobodoApi.GraphObjectsApi* | [**doPostFunction**](docs/GraphObjectsApi.md#doPostFunction) | **POST** /graph/data/object/{id}/function/{function} |
413
- *GobodoGobodoApi.GraphObjectsApi* | [**follow**](docs/GraphObjectsApi.md#follow) | **PUT** /graph/data/object/{id}/follow |
414
- *GobodoGobodoApi.GraphObjectsApi* | [**get7**](docs/GraphObjectsApi.md#get7) | **GET** /graph/data/object |
415
- *GobodoGobodoApi.GraphObjectsApi* | [**getActions**](docs/GraphObjectsApi.md#getActions) | **GET** /graph/data/object/{id}/actions | Get Actions
416
- *GobodoGobodoApi.GraphObjectsApi* | [**getActionsByType**](docs/GraphObjectsApi.md#getActionsByType) | **GET** /graph/data/object/{id}/actions/{actiontypeid} | Get Actions By Type
417
- *GobodoGobodoApi.GraphObjectsApi* | [**getAllRelationships**](docs/GraphObjectsApi.md#getAllRelationships) | **GET** /graph/data/object/{id}/relationships/all | Get All Relationships
418
- *GobodoGobodoApi.GraphObjectsApi* | [**getAllRelationshipsByType**](docs/GraphObjectsApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
419
- *GobodoGobodoApi.GraphObjectsApi* | [**getComments**](docs/GraphObjectsApi.md#getComments) | **GET** /graph/data/object/{objectid}/comments |
420
- *GobodoGobodoApi.GraphObjectsApi* | [**getDataSheetImports**](docs/GraphObjectsApi.md#getDataSheetImports) | **GET** /graph/data/object/{objectid}/datasheetimports | Get Related Objects
421
- *GobodoGobodoApi.GraphObjectsApi* | [**getEvents**](docs/GraphObjectsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
422
- *GobodoGobodoApi.GraphObjectsApi* | [**getEventsDateRange**](docs/GraphObjectsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
423
- *GobodoGobodoApi.GraphObjectsApi* | [**getEventsFuture**](docs/GraphObjectsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
424
- *GobodoGobodoApi.GraphObjectsApi* | [**getEventsPast**](docs/GraphObjectsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
425
- *GobodoGobodoApi.GraphObjectsApi* | [**getFiles**](docs/GraphObjectsApi.md#getFiles) | **GET** /graph/data/object/{id}/files |
426
- *GobodoGobodoApi.GraphObjectsApi* | [**getGeocodes**](docs/GraphObjectsApi.md#getGeocodes) | **GET** /graph/data/object/{id}/geocode |
427
- *GobodoGobodoApi.GraphObjectsApi* | [**getGraphs**](docs/GraphObjectsApi.md#getGraphs) | **GET** /graph/data/object/{id}/graphs |
428
- *GobodoGobodoApi.GraphObjectsApi* | [**getImages**](docs/GraphObjectsApi.md#getImages) | **GET** /graph/data/object/{id}/images |
429
- *GobodoGobodoApi.GraphObjectsApi* | [**getNewsfeed**](docs/GraphObjectsApi.md#getNewsfeed) | **GET** /graph/data/object/{id}/newsfeed |
430
- *GobodoGobodoApi.GraphObjectsApi* | [**getNewsfeedIndexed**](docs/GraphObjectsApi.md#getNewsfeedIndexed) | **GET** /graph/data/object/{id}/newsfeed/{start}-{end} |
431
- *GobodoGobodoApi.GraphObjectsApi* | [**getNewsfeedIndexedStart**](docs/GraphObjectsApi.md#getNewsfeedIndexedStart) | **GET** /graph/data/object/{id}/newsfeed/{start} |
432
- *GobodoGobodoApi.GraphObjectsApi* | [**getObjectById**](docs/GraphObjectsApi.md#getObjectById) | **GET** /graph/data/object/{id} |
433
- *GobodoGobodoApi.GraphObjectsApi* | [**getObjectByKey**](docs/GraphObjectsApi.md#getObjectByKey) | **GET** /graph/data/object/{key} | Get Object By Key
434
- *GobodoGobodoApi.GraphObjectsApi* | [**getObjectFromSchema**](docs/GraphObjectsApi.md#getObjectFromSchema) | **GET** /graph/data/object/schema/{schemakey} | Get Object From Schema
435
- *GobodoGobodoApi.GraphObjectsApi* | [**getObjectProperties**](docs/GraphObjectsApi.md#getObjectProperties) | **GET** /graph/data/object/{id}/properties | Get Properties
436
- *GobodoGobodoApi.GraphObjectsApi* | [**getObjectProperty**](docs/GraphObjectsApi.md#getObjectProperty) | **GET** /graph/data/object/{id}/properties/{prop} | Get Property
437
- *GobodoGobodoApi.GraphObjectsApi* | [**getObjectsInGraph**](docs/GraphObjectsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
438
- *GobodoGobodoApi.GraphObjectsApi* | [**getObjectsInGraphByTag**](docs/GraphObjectsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
439
- *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
440
- *GobodoGobodoApi.GraphObjectsApi* | [**getRelatedObjects**](docs/GraphObjectsApi.md#getRelatedObjects) | **GET** /graph/data/object/{objectid}/relatedobjects/{reltypeid} | Get Related Objects
441
- *GobodoGobodoApi.GraphObjectsApi* | [**getRelatedObjectsIn**](docs/GraphObjectsApi.md#getRelatedObjectsIn) | **GET** /graph/data/object/{objectid}/relatedobjects/{reltypeid}/in | Get Related Objects
442
- *GobodoGobodoApi.GraphObjectsApi* | [**getRelatedObjectsOut**](docs/GraphObjectsApi.md#getRelatedObjectsOut) | **GET** /graph/data/object/{objectid}/relatedobjects/{reltypeid}/out | Get Related Objects
443
- *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsByTypeIn**](docs/GraphObjectsApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
444
- *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsByTypeOut**](docs/GraphObjectsApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
445
- *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsIn**](docs/GraphObjectsApi.md#getRelationshipsIn) | **GET** /graph/data/object/{id}/relationships/in | Get Incoming Relationships
446
- *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsOut**](docs/GraphObjectsApi.md#getRelationshipsOut) | **GET** /graph/data/object/{id}/relationships/out | Get Outgoing Relationships
447
- *GobodoGobodoApi.GraphObjectsApi* | [**getTags**](docs/GraphObjectsApi.md#getTags) | **GET** /graph/data/object/{id}/tags |
448
- *GobodoGobodoApi.GraphObjectsApi* | [**getUserTags**](docs/GraphObjectsApi.md#getUserTags) | **GET** /graph/data/object/{id}/usertags |
449
- *GobodoGobodoApi.GraphObjectsApi* | [**getVideos**](docs/GraphObjectsApi.md#getVideos) | **GET** /graph/data/object/{id}/videos |
450
- *GobodoGobodoApi.GraphObjectsApi* | [**isDisliked**](docs/GraphObjectsApi.md#isDisliked) | **GET** /graph/data/likes/{objectid}/isdisliked | Check if the user has disliked the object
451
- *GobodoGobodoApi.GraphObjectsApi* | [**isLiked**](docs/GraphObjectsApi.md#isLiked) | **GET** /graph/data/likes/{objectid}/isliked | Check if the user has liked the object
452
- *GobodoGobodoApi.GraphObjectsApi* | [**like**](docs/GraphObjectsApi.md#like) | **POST** /graph/data/likes/{objectid}/like | Like an Object
453
- *GobodoGobodoApi.GraphObjectsApi* | [**setObjectProperties**](docs/GraphObjectsApi.md#setObjectProperties) | **PUT** /graph/data/object/{id}/properties | Set Multiple Properties
454
- *GobodoGobodoApi.GraphObjectsApi* | [**setObjectProperty**](docs/GraphObjectsApi.md#setObjectProperty) | **PUT** /graph/data/object/{id}/properties/{prop} | Update Property
455
- *GobodoGobodoApi.GraphObjectsApi* | [**tagUsers**](docs/GraphObjectsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
456
- *GobodoGobodoApi.GraphObjectsApi* | [**updateObject**](docs/GraphObjectsApi.md#updateObject) | **PUT** /graph/data/object/{id} | Update an Object
457
- *GobodoGobodoApi.GraphObjectsApi* | [**updateTags**](docs/GraphObjectsApi.md#updateTags) | **PUT** /graph/data/object/{id}/tags |
458
- *GobodoGobodoApi.GraphObjectsApi* | [**view**](docs/GraphObjectsApi.md#view) | **PUT** /graph/data/object/{objectid}/view | Marks the object as viewed
459
- *GobodoGobodoApi.GraphObjectsApi* | [**viewPost**](docs/GraphObjectsApi.md#viewPost) | **POST** /graph/data/object/{id}/view | Marks the object as viewed (HTTP Post Operation)
460
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**addEndObjectTypes1**](docs/GraphRelationshipTypesApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
461
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**addMethodToRelationshipType**](docs/GraphRelationshipTypesApi.md#addMethodToRelationshipType) | **POST** /graph/data/functions/relationshiptype/{reltypeid}/method | Adds a method to an relationship type
462
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**addStartObjectTypes**](docs/GraphRelationshipTypesApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
463
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**createRelationshipType**](docs/GraphRelationshipTypesApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
464
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**get10**](docs/GraphRelationshipTypesApi.md#get10) | **GET** /graph/data/relationshiptype |
465
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getAllRelationshipsByType**](docs/GraphRelationshipTypesApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
466
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getEndObjectTypes**](docs/GraphRelationshipTypesApi.md#getEndObjectTypes) | **GET** /graph/data/relationshiptype/{id}/endobjecttypes | Retrieves the end object types on the relationship type
467
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getFields2**](docs/GraphRelationshipTypesApi.md#getFields2) | **GET** /graph/data/relationshiptype/{id}/fields |
468
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
469
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeById**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
470
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
471
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeMethods**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeMethods) | **GET** /graph/data/functions/relationshiptype/{reltypeid}/methods | Retrieves the methods associated with the Object Type
472
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
473
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipTypesApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
474
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getSchemaRelationshipTypes**](docs/GraphRelationshipTypesApi.md#getSchemaRelationshipTypes) | **GET** /graph/data/schema/{id}/relationshiptypes | Get Relationship Types
475
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getStartObjectTypes**](docs/GraphRelationshipTypesApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes | Retrieves the start object types on the relationship type
476
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**removeEndObjectTypes**](docs/GraphRelationshipTypesApi.md#removeEndObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/endobjecttypes |
477
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**removeStartObjectTypes**](docs/GraphRelationshipTypesApi.md#removeStartObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/startobjecttypes |
478
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**updateRelationshipType**](docs/GraphRelationshipTypesApi.md#updateRelationshipType) | **PUT** /graph/data/relationshiptype/{id} | Update a relationshp type
479
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**updateSchemaRelationshipTypes**](docs/GraphRelationshipTypesApi.md#updateSchemaRelationshipTypes) | **PUT** /graph/data/schema/{id}/relationshiptypes |
480
- *GobodoGobodoApi.GraphRelationshipTypesApi* | [**updateTemplate2**](docs/GraphRelationshipTypesApi.md#updateTemplate2) | **PUT** /graph/data/relationshiptype/{id}/template |
481
- *GobodoGobodoApi.GraphRelationshipsApi* | [**addEndObjectTypes1**](docs/GraphRelationshipsApi.md#addEndObjectTypes1) | **PUT** /graph/data/relationshiptype/{id}/endobjecttypes |
482
- *GobodoGobodoApi.GraphRelationshipsApi* | [**addStartObjectTypes**](docs/GraphRelationshipsApi.md#addStartObjectTypes) | **PUT** /graph/data/relationshiptype/{id}/startobjecttypes |
483
- *GobodoGobodoApi.GraphRelationshipsApi* | [**createRelationship**](docs/GraphRelationshipsApi.md#createRelationship) | **POST** /graph/data/object/{id}/relationship | Create a Relationship
484
- *GobodoGobodoApi.GraphRelationshipsApi* | [**createRelationshipType**](docs/GraphRelationshipsApi.md#createRelationshipType) | **POST** /graph/data/relationshiptype | Create relationshp type
485
- *GobodoGobodoApi.GraphRelationshipsApi* | [**createRelationships**](docs/GraphRelationshipsApi.md#createRelationships) | **POST** /graph/data/object/{id}/relationships | Create Relationships
486
- *GobodoGobodoApi.GraphRelationshipsApi* | [**deleteRelationship**](docs/GraphRelationshipsApi.md#deleteRelationship) | **DELETE** /graph/data/relationship/{id} | Delete Relationship
487
- *GobodoGobodoApi.GraphRelationshipsApi* | [**get10**](docs/GraphRelationshipsApi.md#get10) | **GET** /graph/data/relationshiptype |
488
- *GobodoGobodoApi.GraphRelationshipsApi* | [**get9**](docs/GraphRelationshipsApi.md#get9) | **GET** /graph/data/relationship |
489
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getAllRelationships**](docs/GraphRelationshipsApi.md#getAllRelationships) | **GET** /graph/data/object/{id}/relationships/all | Get All Relationships
490
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getAllRelationshipsByType**](docs/GraphRelationshipsApi.md#getAllRelationshipsByType) | **GET** /graph/data/object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
491
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getEndObjectTypes**](docs/GraphRelationshipsApi.md#getEndObjectTypes) | **GET** /graph/data/relationshiptype/{id}/endobjecttypes | Retrieves the end object types on the relationship type
492
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getFields2**](docs/GraphRelationshipsApi.md#getFields2) | **GET** /graph/data/relationshiptype/{id}/fields |
493
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelProperties**](docs/GraphRelationshipsApi.md#getRelProperties) | **GET** /graph/data/relationship/{id}/properties | Get Properties
494
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelProperty**](docs/GraphRelationshipsApi.md#getRelProperty) | **GET** /graph/data/relationship/{id}/properties/{prop} | Get Property
495
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipById**](docs/GraphRelationshipsApi.md#getRelationshipById) | **GET** /graph/data/relationship/{id} |
496
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeByClassName**](docs/GraphRelationshipsApi.md#getRelationshipTypeByClassName) | **GET** /graph/data/relationshiptype/class/{classname} |
497
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeById**](docs/GraphRelationshipsApi.md#getRelationshipTypeById) | **GET** /graph/data/relationshiptype/{id} |
498
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipsApi.md#getRelationshipTypeByKey) | **GET** /graph/data/relationshiptype/{key} |
499
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationships**](docs/GraphRelationshipsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
500
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationships1**](docs/GraphRelationshipsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
501
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipsByTypeIn**](docs/GraphRelationshipsApi.md#getRelationshipsByTypeIn) | **GET** /graph/data/object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
502
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipsByTypeOut**](docs/GraphRelationshipsApi.md#getRelationshipsByTypeOut) | **GET** /graph/data/object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
503
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipsIn**](docs/GraphRelationshipsApi.md#getRelationshipsIn) | **GET** /graph/data/object/{id}/relationships/in | Get Incoming Relationships
504
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipsOut**](docs/GraphRelationshipsApi.md#getRelationshipsOut) | **GET** /graph/data/object/{id}/relationships/out | Get Outgoing Relationships
505
- *GobodoGobodoApi.GraphRelationshipsApi* | [**getStartObjectTypes**](docs/GraphRelationshipsApi.md#getStartObjectTypes) | **GET** /graph/data/relationshiptype/{id}/startobjecttypes | Retrieves the start object types on the relationship type
506
- *GobodoGobodoApi.GraphRelationshipsApi* | [**removeEndObjectTypes**](docs/GraphRelationshipsApi.md#removeEndObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/endobjecttypes |
507
- *GobodoGobodoApi.GraphRelationshipsApi* | [**removeStartObjectTypes**](docs/GraphRelationshipsApi.md#removeStartObjectTypes) | **DELETE** /graph/data/relationshiptype/{id}/startobjecttypes |
508
- *GobodoGobodoApi.GraphRelationshipsApi* | [**setRelProperties**](docs/GraphRelationshipsApi.md#setRelProperties) | **PUT** /graph/data/relationship/{id}/properties | Set Multiple Properties
509
- *GobodoGobodoApi.GraphRelationshipsApi* | [**setRelProperty**](docs/GraphRelationshipsApi.md#setRelProperty) | **PUT** /graph/data/relationship/{id}/properties/{prop} | Update Property
510
- *GobodoGobodoApi.GraphRelationshipsApi* | [**updateRelationshipType**](docs/GraphRelationshipsApi.md#updateRelationshipType) | **PUT** /graph/data/relationshiptype/{id} | Update a relationshp type
511
- *GobodoGobodoApi.GraphRelationshipsApi* | [**updateTemplate2**](docs/GraphRelationshipsApi.md#updateTemplate2) | **PUT** /graph/data/relationshiptype/{id}/template |
512
- *GobodoGobodoApi.GraphSchemasApi* | [**addSchemas**](docs/GraphSchemasApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
513
- *GobodoGobodoApi.GraphSchemasApi* | [**createSchema**](docs/GraphSchemasApi.md#createSchema) | **POST** /graph/data/schema | Create Schema
514
- *GobodoGobodoApi.GraphSchemasApi* | [**getAllSchemas**](docs/GraphSchemasApi.md#getAllSchemas) | **GET** /graph/data/schema | Get Schemas
515
- *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaById**](docs/GraphSchemasApi.md#getSchemaById) | **GET** /graph/data/schema/{id} | Get Schema
516
- *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaByKey**](docs/GraphSchemasApi.md#getSchemaByKey) | **GET** /graph/data/schema/{key} | Get Schema
517
- *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaFunctionByName**](docs/GraphSchemasApi.md#getSchemaFunctionByName) | **GET** /graph/data/functions/schema/{id}/functions/{functionName} |
518
- *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaFunctions**](docs/GraphSchemasApi.md#getSchemaFunctions) | **GET** /graph/data/functions/schema/{id}/functions |
519
- *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaObjectTypes**](docs/GraphSchemasApi.md#getSchemaObjectTypes) | **GET** /graph/data/schema/{id}/objecttypes | Get Object Types
520
- *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaRelationshipTypes**](docs/GraphSchemasApi.md#getSchemaRelationshipTypes) | **GET** /graph/data/schema/{id}/relationshiptypes | Get Relationship Types
521
- *GobodoGobodoApi.GraphSchemasApi* | [**getSchemas**](docs/GraphSchemasApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
522
- *GobodoGobodoApi.GraphSchemasApi* | [**removeSchemas**](docs/GraphSchemasApi.md#removeSchemas) | **DELETE** /graph/data/graph/{id}/schemas | Removes schemas to the graph
523
- *GobodoGobodoApi.GraphSchemasApi* | [**updateSchema**](docs/GraphSchemasApi.md#updateSchema) | **POST** /graph/data/schema/{id} | Update Schema
524
- *GobodoGobodoApi.GraphSchemasApi* | [**updateSchemaActionTypes**](docs/GraphSchemasApi.md#updateSchemaActionTypes) | **PUT** /graph/data/schema/{id}/actiontypes |
525
- *GobodoGobodoApi.GraphSchemasApi* | [**updateSchemaFunctions**](docs/GraphSchemasApi.md#updateSchemaFunctions) | **PUT** /graph/data/functions/schema/{id}/functions |
526
- *GobodoGobodoApi.GraphSchemasApi* | [**updateSchemaObjectTypes**](docs/GraphSchemasApi.md#updateSchemaObjectTypes) | **PUT** /graph/data/schema/{id}/objecttypes |
527
- *GobodoGobodoApi.GraphSchemasApi* | [**updateSchemaRelationshipTypes**](docs/GraphSchemasApi.md#updateSchemaRelationshipTypes) | **PUT** /graph/data/schema/{id}/relationshiptypes |
528
- *GobodoGobodoApi.GraphSchemasApi* | [**updateTemplate3**](docs/GraphSchemasApi.md#updateTemplate3) | **PUT** /graph/data/schema/{id}/template |
529
- *GobodoGobodoApi.GraphTraversalApi* | [**traverse**](docs/GraphTraversalApi.md#traverse) | **POST** /graph/data/traverse | Traverses the graph and returns a list of discovered paths
530
- *GobodoGobodoApi.GraphTraversalApi* | [**traverseFrom**](docs/GraphTraversalApi.md#traverseFrom) | **POST** /graph/data/traverse/{id}/traverse |
531
- *GobodoGobodoApi.GraphTraversalApi* | [**traverseFromFindObjects**](docs/GraphTraversalApi.md#traverseFromFindObjects) | **POST** /graph/data/traverse/{id}/traverseobjects |
532
- *GobodoGobodoApi.GraphTraversalApi* | [**traverseFromFindRelationships**](docs/GraphTraversalApi.md#traverseFromFindRelationships) | **POST** /graph/data/traverse/{id}/traverserelationships |
533
- *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
534
- *GobodoGobodoApi.GraphTraversalApi* | [**traverseObjectsCount**](docs/GraphTraversalApi.md#traverseObjectsCount) | **POST** /graph/data/traverse/objects/count | Traverses the graph based on the traversal query provided and returns a count of the discovered objects
535
- *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
536
- *GobodoGobodoApi.GraphsApi* | [**addSchemas**](docs/GraphsApi.md#addSchemas) | **PUT** /graph/data/graph/{id}/schemas | Adds schemas to the graph
537
- *GobodoGobodoApi.GraphsApi* | [**createAddObjectsToGraph**](docs/GraphsApi.md#createAddObjectsToGraph) | **PUT** /graph/data/graph/{id}/objects | Adds objects to the graph
538
- *GobodoGobodoApi.GraphsApi* | [**getGraphById**](docs/GraphsApi.md#getGraphById) | **GET** /graph/data/graph/{id} | Get graph by id
539
- *GobodoGobodoApi.GraphsApi* | [**getMainGraph**](docs/GraphsApi.md#getMainGraph) | **GET** /graph/data/graph | Get the main graph of the application or the object provided
540
- *GobodoGobodoApi.GraphsApi* | [**getObjectsInGraph**](docs/GraphsApi.md#getObjectsInGraph) | **GET** /graph/data/graph/{id}/objects | Get objects in the graph
541
- *GobodoGobodoApi.GraphsApi* | [**getObjectsInGraphByTag**](docs/GraphsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
542
- *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
543
- *GobodoGobodoApi.GraphsApi* | [**getRelationships**](docs/GraphsApi.md#getRelationships) | **GET** /graph/data/graph/{id}/relationships | Get relationships in the graph
544
- *GobodoGobodoApi.GraphsApi* | [**getRelationships1**](docs/GraphsApi.md#getRelationships1) | **GET** /graph/data/graph/{id}/relationships/{type} | Get relationships in the graph with the given object type
545
- *GobodoGobodoApi.GraphsApi* | [**getSchemas**](docs/GraphsApi.md#getSchemas) | **GET** /graph/data/graph/{id}/schemas | Get schemas in the graph
546
- *GobodoGobodoApi.GraphsApi* | [**removeSchemas**](docs/GraphsApi.md#removeSchemas) | **DELETE** /graph/data/graph/{id}/schemas | Removes schemas to the graph
547
- *GobodoGobodoApi.IAMApi* | [**createPolicy**](docs/IAMApi.md#createPolicy) | **POST** /graph/data/iam/policies | Create Policy
548
- *GobodoGobodoApi.IAMApi* | [**get28**](docs/IAMApi.md#get28) | **GET** /graph/data/iam/policies |
549
- *GobodoGobodoApi.IAMApi* | [**get29**](docs/IAMApi.md#get29) | **GET** /graph/data/iam/policies/{id} |
550
- *GobodoGobodoApi.IAMApi* | [**update2**](docs/IAMApi.md#update2) | **PUT** /graph/data/iam/policies/{id} |
551
- *GobodoGobodoApi.ImagesApi* | [**attachImage**](docs/ImagesApi.md#attachImage) | **POST** /graph/data/object/{id}/attachimage |
552
- *GobodoGobodoApi.ImagesApi* | [**deleteObject**](docs/ImagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
553
- *GobodoGobodoApi.ImagesApi* | [**get26**](docs/ImagesApi.md#get26) | **GET** /graph/data/images |
554
- *GobodoGobodoApi.ImagesApi* | [**getImageById**](docs/ImagesApi.md#getImageById) | **GET** /graph/data/images/{id} | Get Image By Id
555
- *GobodoGobodoApi.ImagesApi* | [**getImages**](docs/ImagesApi.md#getImages) | **GET** /graph/data/object/{id}/images |
556
- *GobodoGobodoApi.ImagesApi* | [**updateImage**](docs/ImagesApi.md#updateImage) | **PUT** /graph/data/images/{id} | Updates an image
557
- *GobodoGobodoApi.ImagesApi* | [**upload1**](docs/ImagesApi.md#upload1) | **POST** /graph/data/images/{id}/upload |
558
- *GobodoGobodoApi.ImagesApi* | [**uploadImage**](docs/ImagesApi.md#uploadImage) | **POST** /graph/data/images | Upload images
559
- *GobodoGobodoApi.ImagesApi* | [**uploadImageBase64**](docs/ImagesApi.md#uploadImageBase64) | **POST** /graph/data/images/base64 | Upload images via base64
560
- *GobodoGobodoApi.InvitesApi* | [**acceptInvite**](docs/InvitesApi.md#acceptInvite) | **PUT** /graph/data/invites/{inviteid}/accept |
561
- *GobodoGobodoApi.InvitesApi* | [**createInvite**](docs/InvitesApi.md#createInvite) | **POST** /graph/data/invites | Returns an invite by id
562
- *GobodoGobodoApi.InvitesApi* | [**createInviteOnObject**](docs/InvitesApi.md#createInviteOnObject) | **POST** /graph/data/invites/{objectid}/invite | Returns an invite by id
563
- *GobodoGobodoApi.InvitesApi* | [**getInviteByCode**](docs/InvitesApi.md#getInviteByCode) | **GET** /graph/data/invites/{inviteCode} | Returns an invite by id
564
- *GobodoGobodoApi.InvitesApi* | [**inviteLoggedInUser**](docs/InvitesApi.md#inviteLoggedInUser) | **GET** /graph/data/invites/user/logon_user | Returns the logged inuser
565
- *GobodoGobodoApi.LikesApi* | [**createBulkActions1**](docs/LikesApi.md#createBulkActions1) | **POST** /graph/data/likes | Perform multiple actions in a single bulk operation
566
- *GobodoGobodoApi.LikesApi* | [**deleteAction1**](docs/LikesApi.md#deleteAction1) | **DELETE** /graph/data/likes/{id} | Delete Action
567
- *GobodoGobodoApi.LikesApi* | [**deleteLike**](docs/LikesApi.md#deleteLike) | **DELETE** /graph/data/likes/{objectid} | Delete Like
568
- *GobodoGobodoApi.LikesApi* | [**dislike**](docs/LikesApi.md#dislike) | **POST** /graph/data/likes/{objectid}/dislike | Dislike an Object
569
- *GobodoGobodoApi.LikesApi* | [**get30**](docs/LikesApi.md#get30) | **GET** /graph/data/likes |
570
- *GobodoGobodoApi.LikesApi* | [**getActionById1**](docs/LikesApi.md#getActionById1) | **GET** /graph/data/likes/{id} |
571
- *GobodoGobodoApi.LikesApi* | [**getActionProperties1**](docs/LikesApi.md#getActionProperties1) | **GET** /graph/data/likes/{id}/properties | Get Properties
572
- *GobodoGobodoApi.LikesApi* | [**getActionProperty1**](docs/LikesApi.md#getActionProperty1) | **GET** /graph/data/likes/{id}/properties/{prop} | Get Property
573
- *GobodoGobodoApi.LikesApi* | [**isDisliked**](docs/LikesApi.md#isDisliked) | **GET** /graph/data/likes/{objectid}/isdisliked | Check if the user has disliked the object
574
- *GobodoGobodoApi.LikesApi* | [**isLiked**](docs/LikesApi.md#isLiked) | **GET** /graph/data/likes/{objectid}/isliked | Check if the user has liked the object
575
- *GobodoGobodoApi.LikesApi* | [**like**](docs/LikesApi.md#like) | **POST** /graph/data/likes/{objectid}/like | Like an Object
576
- *GobodoGobodoApi.LikesApi* | [**setActionProperties1**](docs/LikesApi.md#setActionProperties1) | **PUT** /graph/data/likes/{id}/properties | Set Multiple Properties
577
- *GobodoGobodoApi.LikesApi* | [**setActionProperty1**](docs/LikesApi.md#setActionProperty1) | **PUT** /graph/data/likes/{id}/properties/{prop} | Update Property
578
- *GobodoGobodoApi.LinkedINApi* | [**loginLinkedIn**](docs/LinkedINApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
579
- *GobodoGobodoApi.LiveMeetingsApi* | [**addLiveMeeting**](docs/LiveMeetingsApi.md#addLiveMeeting) | **PUT** /graph/data/live/{objectid}/add | Adds a live meeting to the object
580
- *GobodoGobodoApi.LiveMeetingsApi* | [**addLiveStream**](docs/LiveMeetingsApi.md#addLiveStream) | **PUT** /graph/data/live/{objectid}/stream | Adds a live meeting to the object
581
- *GobodoGobodoApi.MeetingEventsApi* | [**createMeetingEvent**](docs/MeetingEventsApi.md#createMeetingEvent) | **POST** /graph/data/meetingevents | Create a new meeting event
582
- *GobodoGobodoApi.MeetingEventsApi* | [**createMeetingEventType**](docs/MeetingEventsApi.md#createMeetingEventType) | **POST** /graph/data/meetingevent/types | Create a new meeting event type
583
- *GobodoGobodoApi.MeetingEventsApi* | [**deleteMeetingEvent**](docs/MeetingEventsApi.md#deleteMeetingEvent) | **DELETE** /graph/data/meetingevents/{meetingEventId} | Delete a meeting event
584
- *GobodoGobodoApi.MeetingEventsApi* | [**deleteMeetingEventType**](docs/MeetingEventsApi.md#deleteMeetingEventType) | **DELETE** /graph/data/meetingevent/types/{meetingEventTypeId} | Delete a meeting event type
585
- *GobodoGobodoApi.MeetingEventsApi* | [**deleteObject**](docs/MeetingEventsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
586
- *GobodoGobodoApi.MeetingEventsApi* | [**getAllMeetingEventTypes**](docs/MeetingEventsApi.md#getAllMeetingEventTypes) | **GET** /graph/data/meetingevent/types | Get all meeting event types
587
- *GobodoGobodoApi.MeetingEventsApi* | [**getAllMeetingEvents**](docs/MeetingEventsApi.md#getAllMeetingEvents) | **GET** /graph/data/meetingevents | Get all meeting events
588
- *GobodoGobodoApi.MeetingEventsApi* | [**getChildMeetingEventTypes**](docs/MeetingEventsApi.md#getChildMeetingEventTypes) | **GET** /graph/data/meetingevent/types/{parentId}/children | Get all child meeting event types of a parent
589
- *GobodoGobodoApi.MeetingEventsApi* | [**getEventAdministrators**](docs/MeetingEventsApi.md#getEventAdministrators) | **GET** /graph/data/meetingevents/{meetingEventId}/administrators | Get all administrators of a meeting event
590
- *GobodoGobodoApi.MeetingEventsApi* | [**getEventAttendees**](docs/MeetingEventsApi.md#getEventAttendees) | **GET** /graph/data/meetingevents/{meetingEventId}/attendees | Get all attendees of a meeting event
591
- *GobodoGobodoApi.MeetingEventsApi* | [**getEvents**](docs/MeetingEventsApi.md#getEvents) | **GET** /graph/data/object/{id}/events | Get Events
592
- *GobodoGobodoApi.MeetingEventsApi* | [**getEventsDateRange**](docs/MeetingEventsApi.md#getEventsDateRange) | **GET** /graph/data/object/{id}/events/{startdate}:{enddate} | Get Events Date Range
593
- *GobodoGobodoApi.MeetingEventsApi* | [**getEventsFuture**](docs/MeetingEventsApi.md#getEventsFuture) | **GET** /graph/data/object/{id}/events/future | Get Events Future
594
- *GobodoGobodoApi.MeetingEventsApi* | [**getEventsPast**](docs/MeetingEventsApi.md#getEventsPast) | **GET** /graph/data/object/{id}/events/past | Get Events
595
- *GobodoGobodoApi.MeetingEventsApi* | [**getMeetingEventById**](docs/MeetingEventsApi.md#getMeetingEventById) | **GET** /graph/data/meetingevents/{meetingEventId} | Get a meeting event by id
596
- *GobodoGobodoApi.MeetingEventsApi* | [**getMeetingEventTypeById**](docs/MeetingEventsApi.md#getMeetingEventTypeById) | **GET** /graph/data/meetingevent/types/{meetingEventTypeId} | Get a meeting event type by id
597
- *GobodoGobodoApi.MeetingEventsApi* | [**getMeetingEventsByCreator**](docs/MeetingEventsApi.md#getMeetingEventsByCreator) | **GET** /graph/data/meetingevents/creator/{creatorId} | Get all meeting events created by a specific user
598
- *GobodoGobodoApi.MeetingEventsApi* | [**getMeetingEventsByType**](docs/MeetingEventsApi.md#getMeetingEventsByType) | **GET** /graph/data/meetingevents/type/{eventTypeId} | Get all meeting events of a specific type
599
- *GobodoGobodoApi.MeetingEventsApi* | [**isMeetingEventExists**](docs/MeetingEventsApi.md#isMeetingEventExists) | **GET** /graph/data/meetingevents/exists/{meetingEventId} | Check if a meeting event exists
600
- *GobodoGobodoApi.MeetingEventsApi* | [**isMeetingEventTypeExists**](docs/MeetingEventsApi.md#isMeetingEventTypeExists) | **GET** /graph/data/meetingevent/types/exists/{meetingEventTypeId} | Check if a meeting event type exists
601
- *GobodoGobodoApi.MeetingEventsApi* | [**searchMeetingEventTypes**](docs/MeetingEventsApi.md#searchMeetingEventTypes) | **GET** /graph/data/meetingevent/types/search | Search meeting event types by name
602
- *GobodoGobodoApi.MeetingEventsApi* | [**searchMeetingEvents**](docs/MeetingEventsApi.md#searchMeetingEvents) | **GET** /graph/data/meetingevents/search | Search meeting events by name
603
- *GobodoGobodoApi.MeetingEventsApi* | [**updateMeetingEvent**](docs/MeetingEventsApi.md#updateMeetingEvent) | **PUT** /graph/data/meetingevents/{meetingEventId} | Update a meeting event
604
- *GobodoGobodoApi.MeetingEventsApi* | [**updateMeetingEventType**](docs/MeetingEventsApi.md#updateMeetingEventType) | **PUT** /graph/data/meetingevent/types/{meetingEventTypeId} | Update a meeting event type
605
- *GobodoGobodoApi.NotificationsApi* | [**createNotification**](docs/NotificationsApi.md#createNotification) | **POST** /graph/data/notifications/{recipientId} | Creates a notification
606
- *GobodoGobodoApi.NotificationsApi* | [**createNotificationAssociatedWith**](docs/NotificationsApi.md#createNotificationAssociatedWith) | **POST** /graph/data/notifications/{recipientId}/{objectId} | Creates a notification
607
- *GobodoGobodoApi.NotificationsApi* | [**deleteNotification**](docs/NotificationsApi.md#deleteNotification) | **DELETE** /graph/data/notifications/{id} | Deletes the notification
608
- *GobodoGobodoApi.NotificationsApi* | [**getAllNotifications**](docs/NotificationsApi.md#getAllNotifications) | **GET** /graph/data/notifications | Returns all notifications for the logged in user
609
- *GobodoGobodoApi.NotificationsApi* | [**getAllNotificationsByUser**](docs/NotificationsApi.md#getAllNotificationsByUser) | **GET** /graph/data/notifications/user/{userId} | Returns all notifications for a given user
610
- *GobodoGobodoApi.NotificationsApi* | [**getNotification**](docs/NotificationsApi.md#getNotification) | **GET** /graph/data/notifications/{id} | Returns a notification by id
611
- *GobodoGobodoApi.NotificationsApi* | [**getUnreadNotificationCount**](docs/NotificationsApi.md#getUnreadNotificationCount) | **GET** /graph/data/notifications/unread/count | Returns the number of unread notifications for the logged in user
612
- *GobodoGobodoApi.NotificationsApi* | [**getUnreadNotifications**](docs/NotificationsApi.md#getUnreadNotifications) | **GET** /graph/data/notifications/unread | Returns all unread notifications for the logged in user
613
- *GobodoGobodoApi.NotificationsApi* | [**listRegisteredDevices**](docs/NotificationsApi.md#listRegisteredDevices) | **GET** /graph/data/notificationmanagement/devices |
614
- *GobodoGobodoApi.NotificationsApi* | [**listRegisteredTokens**](docs/NotificationsApi.md#listRegisteredTokens) | **GET** /graph/data/notificationmanagement/tokens |
615
- *GobodoGobodoApi.NotificationsApi* | [**markNotificationAsRead**](docs/NotificationsApi.md#markNotificationAsRead) | **PUT** /graph/data/notifications/{id}/read | Marks a notification as read
616
- *GobodoGobodoApi.NotificationsApi* | [**registerDevice**](docs/NotificationsApi.md#registerDevice) | **POST** /graph/data/notificationmanagement/register |
617
- *GobodoGobodoApi.NotificationsApi* | [**unregisterDevice**](docs/NotificationsApi.md#unregisterDevice) | **DELETE** /graph/data/notificationmanagement/unregister/{deviceId} |
618
- *GobodoGobodoApi.NotificationsApi* | [**unregisterNotificationToken**](docs/NotificationsApi.md#unregisterNotificationToken) | **DELETE** /graph/data/notificationmanagement/unregistertoken/{token} |
619
- *GobodoGobodoApi.PagesApi* | [**createPage**](docs/PagesApi.md#createPage) | **POST** /graph/data/pages | Create Page
620
- *GobodoGobodoApi.PagesApi* | [**deleteObject**](docs/PagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
621
- *GobodoGobodoApi.PagesApi* | [**editPage**](docs/PagesApi.md#editPage) | **PUT** /graph/data/pages/{id} | Edit Page
622
- *GobodoGobodoApi.PagesApi* | [**get27**](docs/PagesApi.md#get27) | **GET** /graph/data/pages |
623
- *GobodoGobodoApi.PagesApi* | [**getOwnedPages**](docs/PagesApi.md#getOwnedPages) | **GET** /graph/data/pages/ownedpages/{uid} | Get Owned Pages
624
- *GobodoGobodoApi.PagesApi* | [**getPageById**](docs/PagesApi.md#getPageById) | **GET** /graph/data/pages/{id} | Get Page By Id
625
- *GobodoGobodoApi.PagesApi* | [**setPageProfilePicture**](docs/PagesApi.md#setPageProfilePicture) | **PUT** /graph/data/pages/{id}/profilepicture | Set page profile picture
626
- *GobodoGobodoApi.PagesApi* | [**setPageProperties**](docs/PagesApi.md#setPageProperties) | **PUT** /graph/data/pages/{id}/properties | Set Multiple Properties
627
- *GobodoGobodoApi.PagesApi* | [**setPageProperty**](docs/PagesApi.md#setPageProperty) | **PUT** /graph/data/pages/{id}/properties/{prop} | Update Property
628
- *GobodoGobodoApi.PhoneNumbersApi* | [**createPhoneNumberForPage**](docs/PhoneNumbersApi.md#createPhoneNumberForPage) | **POST** /graph/data/phoneNumbers/page/{pageId} | Creates a phone number for a page
629
- *GobodoGobodoApi.PhoneNumbersApi* | [**createPhoneNumberForUser**](docs/PhoneNumbersApi.md#createPhoneNumberForUser) | **POST** /graph/data/phoneNumbers/user/{userId} | Creates a phone number for a user
630
- *GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumber**](docs/PhoneNumbersApi.md#getPhoneNumber) | **GET** /graph/data/phoneNumbers/{id} | Returns a phone number by id
631
- *GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumbersByPage**](docs/PhoneNumbersApi.md#getPhoneNumbersByPage) | **GET** /graph/data/phoneNumbers/page/{pageId} | Returns all email addresses for a given page
632
- *GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumbersByUser**](docs/PhoneNumbersApi.md#getPhoneNumbersByUser) | **GET** /graph/data/phoneNumbers/user/{userid} | Returns all email addresses for a given user
633
- *GobodoGobodoApi.PostsApi* | [**createPost**](docs/PostsApi.md#createPost) | **POST** /graph/data/posts |
634
- *GobodoGobodoApi.PostsApi* | [**deleteObject**](docs/PostsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
635
- *GobodoGobodoApi.PostsApi* | [**get34**](docs/PostsApi.md#get34) | **GET** /graph/data/posts |
636
- *GobodoGobodoApi.PostsApi* | [**getPostById**](docs/PostsApi.md#getPostById) | **GET** /graph/data/posts/{id} | Gets a post by id
637
- *GobodoGobodoApi.PostsApi* | [**updatePost**](docs/PostsApi.md#updatePost) | **PUT** /graph/data/posts/{id} |
638
- *GobodoGobodoApi.PrivateMessagesApi* | [**createBranch**](docs/PrivateMessagesApi.md#createBranch) | **POST** /graph/data/privatemessages/messages/{messageid}/branch |
639
- *GobodoGobodoApi.PrivateMessagesApi* | [**createConversation**](docs/PrivateMessagesApi.md#createConversation) | **POST** /graph/data/privatemessages/conversations | Create conversation(s)
640
- *GobodoGobodoApi.PrivateMessagesApi* | [**createReply**](docs/PrivateMessagesApi.md#createReply) | **POST** /graph/data/privatemessages/messages/{messageid} |
641
- *GobodoGobodoApi.PrivateMessagesApi* | [**deleteMessage**](docs/PrivateMessagesApi.md#deleteMessage) | **DELETE** /graph/data/privatemessages/messages/{messageid} |
642
- *GobodoGobodoApi.PrivateMessagesApi* | [**deleteObject**](docs/PrivateMessagesApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
643
- *GobodoGobodoApi.PrivateMessagesApi* | [**get31**](docs/PrivateMessagesApi.md#get31) | **GET** /graph/data/privatemessages/conversations |
644
- *GobodoGobodoApi.PrivateMessagesApi* | [**get32**](docs/PrivateMessagesApi.md#get32) | **GET** /graph/data/privatemessages/messages |
645
- *GobodoGobodoApi.PrivateMessagesApi* | [**getAllConversations**](docs/PrivateMessagesApi.md#getAllConversations) | **GET** /graph/data/privatemessages/conversations/all | Get All Conversations
646
- *GobodoGobodoApi.PrivateMessagesApi* | [**getChildConversations**](docs/PrivateMessagesApi.md#getChildConversations) | **GET** /graph/data/privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
647
- *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationById**](docs/PrivateMessagesApi.md#getConversationById) | **GET** /graph/data/privatemessages/conversations/{id} | Get Conversation by ID
648
- *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationMessages**](docs/PrivateMessagesApi.md#getConversationMessages) | **GET** /graph/data/privatemessages/conversations/{convoid}/messages | Get Messages in a Conversation
649
- *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationParticipants**](docs/PrivateMessagesApi.md#getConversationParticipants) | **GET** /graph/data/privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
650
- *GobodoGobodoApi.PrivateMessagesApi* | [**getPrivateMessageById**](docs/PrivateMessagesApi.md#getPrivateMessageById) | **GET** /graph/data/privatemessages/messages/{id} |
651
- *GobodoGobodoApi.PrivateMessagesApi* | [**getUnreadMessageCount**](docs/PrivateMessagesApi.md#getUnreadMessageCount) | **GET** /graph/data/privatemessages/conversations/newmessagecount | Get the number of unread messages
652
- *GobodoGobodoApi.PrivateMessagesApi* | [**sendMessage**](docs/PrivateMessagesApi.md#sendMessage) | **PUT** /graph/data/privatemessages/messages/{messageid}/send |
653
- *GobodoGobodoApi.PrivateMessagesApi* | [**updateMessage**](docs/PrivateMessagesApi.md#updateMessage) | **PUT** /graph/data/privatemessages/messages/{messageid} |
654
- *GobodoGobodoApi.PublicationsApi* | [**createPublication**](docs/PublicationsApi.md#createPublication) | **POST** /graph/data/publications | Create a new publication
655
- *GobodoGobodoApi.PublicationsApi* | [**deleteObject**](docs/PublicationsApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
656
- *GobodoGobodoApi.PublicationsApi* | [**deletePublication**](docs/PublicationsApi.md#deletePublication) | **DELETE** /graph/data/publications/{publicationId} | Delete a publication
657
- *GobodoGobodoApi.PublicationsApi* | [**getAllPublications**](docs/PublicationsApi.md#getAllPublications) | **GET** /graph/data/publications | Get all publications
658
- *GobodoGobodoApi.PublicationsApi* | [**getPublicationById**](docs/PublicationsApi.md#getPublicationById) | **GET** /graph/data/publications/{publicationId} | Get a publication by id
659
- *GobodoGobodoApi.PublicationsApi* | [**getPublicationsByMember**](docs/PublicationsApi.md#getPublicationsByMember) | **GET** /graph/data/publications/member/{memberId} | Get all publications by member
660
- *GobodoGobodoApi.PublicationsApi* | [**getPublicationsByVisibility**](docs/PublicationsApi.md#getPublicationsByVisibility) | **GET** /graph/data/publications/visibility/{visibility} | Get all publications by visibility
661
- *GobodoGobodoApi.PublicationsApi* | [**isPublicationExists**](docs/PublicationsApi.md#isPublicationExists) | **GET** /graph/data/publications/exists/{publicationId} | Check if a publication exists
662
- *GobodoGobodoApi.PublicationsApi* | [**searchPublications**](docs/PublicationsApi.md#searchPublications) | **GET** /graph/data/publications/search | Search publications by name
663
- *GobodoGobodoApi.PublicationsApi* | [**updatePublication**](docs/PublicationsApi.md#updatePublication) | **PUT** /graph/data/publications/{publicationId} | Update a publication
664
- *GobodoGobodoApi.RestApplicationsApi* | [**createRestApplication**](docs/RestApplicationsApi.md#createRestApplication) | **POST** /graph/data/restapplications | Create a rest application
665
- *GobodoGobodoApi.RestApplicationsApi* | [**deleteRestApplication**](docs/RestApplicationsApi.md#deleteRestApplication) | **DELETE** /graph/data/restapplications/{id} | Delete a rest application
666
- *GobodoGobodoApi.RestApplicationsApi* | [**getRestApplicationById**](docs/RestApplicationsApi.md#getRestApplicationById) | **GET** /graph/data/restapplications/{id} | Get a rest application by id
667
- *GobodoGobodoApi.RestApplicationsApi* | [**getRestApplications**](docs/RestApplicationsApi.md#getRestApplications) | **GET** /graph/data/restapplications | Get all rest applications
668
- *GobodoGobodoApi.RestApplicationsApi* | [**updateRestApplication**](docs/RestApplicationsApi.md#updateRestApplication) | **PUT** /graph/data/restapplications/{id} | Update a rest application
669
- *GobodoGobodoApi.ScreensApi* | [**createScreen**](docs/ScreensApi.md#createScreen) | **POST** /graph/data/templates |
670
- *GobodoGobodoApi.ScreensApi* | [**editScreen**](docs/ScreensApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
671
- *GobodoGobodoApi.ScreensApi* | [**getScreenById**](docs/ScreensApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
672
- *GobodoGobodoApi.SitesApi* | [**createSite**](docs/SitesApi.md#createSite) | **POST** /graph/data/sites | Create a site
673
- *GobodoGobodoApi.SitesApi* | [**createSiteType**](docs/SitesApi.md#createSiteType) | **POST** /graph/data/sites/sitetypes | Create a site type
674
- *GobodoGobodoApi.SitesApi* | [**deleteSite**](docs/SitesApi.md#deleteSite) | **DELETE** /graph/data/sites/{id} | Delete a site
675
- *GobodoGobodoApi.SitesApi* | [**deleteSiteType**](docs/SitesApi.md#deleteSiteType) | **DELETE** /graph/data/sites/sitetypes/{id} | Delete a site type
676
- *GobodoGobodoApi.SitesApi* | [**getSiteById**](docs/SitesApi.md#getSiteById) | **GET** /graph/data/sites/{id} | Get a site by id
677
- *GobodoGobodoApi.SitesApi* | [**getSiteTypeById**](docs/SitesApi.md#getSiteTypeById) | **GET** /graph/data/sites/sitetypes/{id} | Get a site type by id
678
- *GobodoGobodoApi.SitesApi* | [**getSiteTypes**](docs/SitesApi.md#getSiteTypes) | **GET** /graph/data/sites/sitetypes | Get all site types
679
- *GobodoGobodoApi.SitesApi* | [**getSites**](docs/SitesApi.md#getSites) | **GET** /graph/data/sites | Get all sites
680
- *GobodoGobodoApi.SitesApi* | [**updateSite**](docs/SitesApi.md#updateSite) | **PUT** /graph/data/sites/{id} | Update a site
681
- *GobodoGobodoApi.SitesApi* | [**updateSiteType**](docs/SitesApi.md#updateSiteType) | **PUT** /graph/data/sites/sitetypes/{id} | Update a site type
682
- *GobodoGobodoApi.SocialGroupsApi* | [**addGroupMembers**](docs/SocialGroupsApi.md#addGroupMembers) | **PUT** /graph/data/groups/{groupid}/addmembers | Adds the users corresponding to the list of userids to the group
683
- *GobodoGobodoApi.SocialGroupsApi* | [**createGroup**](docs/SocialGroupsApi.md#createGroup) | **POST** /graph/data/groups | Create Group
684
- *GobodoGobodoApi.SocialGroupsApi* | [**createSocialGroupType**](docs/SocialGroupsApi.md#createSocialGroupType) | **POST** /graph/data/groups/types | Create a new social group type
685
- *GobodoGobodoApi.SocialGroupsApi* | [**deleteSocialGroupType**](docs/SocialGroupsApi.md#deleteSocialGroupType) | **DELETE** /graph/data/groups/types/{socialGroupTypeId} | Delete a social group type
686
- *GobodoGobodoApi.SocialGroupsApi* | [**editGroup**](docs/SocialGroupsApi.md#editGroup) | **PUT** /graph/data/groups/{id} | Edit Group
687
- *GobodoGobodoApi.SocialGroupsApi* | [**get33**](docs/SocialGroupsApi.md#get33) | **GET** /graph/data/groups |
688
- *GobodoGobodoApi.SocialGroupsApi* | [**getAllSocialGroupTypes**](docs/SocialGroupsApi.md#getAllSocialGroupTypes) | **GET** /graph/data/groups/types | Get all social group types
689
- *GobodoGobodoApi.SocialGroupsApi* | [**getChildSocialGroupTypes**](docs/SocialGroupsApi.md#getChildSocialGroupTypes) | **GET** /graph/data/groups/types/{parentId}/children | Get all child social group types of a parent
690
- *GobodoGobodoApi.SocialGroupsApi* | [**getGroupAdministrators**](docs/SocialGroupsApi.md#getGroupAdministrators) | **GET** /graph/data/groups/{groupid}/administrators | Returns the admins in the group
691
- *GobodoGobodoApi.SocialGroupsApi* | [**getGroupById**](docs/SocialGroupsApi.md#getGroupById) | **GET** /graph/data/groups/{id} | Get Group By Id
692
- *GobodoGobodoApi.SocialGroupsApi* | [**getGroupMembers**](docs/SocialGroupsApi.md#getGroupMembers) | **GET** /graph/data/groups/{groupid}/members | Returns the users in the group
693
- *GobodoGobodoApi.SocialGroupsApi* | [**getSocialGroupTypeById**](docs/SocialGroupsApi.md#getSocialGroupTypeById) | **GET** /graph/data/groups/types/{socialGroupTypeId} | Get a social group type by id
694
- *GobodoGobodoApi.SocialGroupsApi* | [**isSocialGroupTypeExists**](docs/SocialGroupsApi.md#isSocialGroupTypeExists) | **GET** /graph/data/groups/types/exists/{socialGroupTypeId} | Check if a social group type exists
695
- *GobodoGobodoApi.SocialGroupsApi* | [**joinGroup**](docs/SocialGroupsApi.md#joinGroup) | **PUT** /graph/data/groups/{groupid}/join | Adds the currently logged in user to the group
696
- *GobodoGobodoApi.SocialGroupsApi* | [**removeGroupMember**](docs/SocialGroupsApi.md#removeGroupMember) | **DELETE** /graph/data/groups/{groupid}/members/{uid} | Remove the user from the group
697
- *GobodoGobodoApi.SocialGroupsApi* | [**searchSocialGroupTypes**](docs/SocialGroupsApi.md#searchSocialGroupTypes) | **GET** /graph/data/groups/types/search | Search social group types by name
698
- *GobodoGobodoApi.SocialGroupsApi* | [**setGroupProperties**](docs/SocialGroupsApi.md#setGroupProperties) | **PUT** /graph/data/groups/{id}/properties | Set Multiple Properties
699
- *GobodoGobodoApi.SocialGroupsApi* | [**setGroupProperty**](docs/SocialGroupsApi.md#setGroupProperty) | **PUT** /graph/data/groups/{id}/properties/{prop} | Update Property
700
- *GobodoGobodoApi.SocialGroupsApi* | [**updateSocialGroupType**](docs/SocialGroupsApi.md#updateSocialGroupType) | **PUT** /graph/data/groups/types/{socialGroupTypeId} | Update a social group type
701
- *GobodoGobodoApi.SocialIntegrationApi* | [**loginFacebook**](docs/SocialIntegrationApi.md#loginFacebook) | **POST** /graph/data/auth_facebook |
702
- *GobodoGobodoApi.SocialIntegrationApi* | [**loginGoogle**](docs/SocialIntegrationApi.md#loginGoogle) | **POST** /graph/data/auth_google |
703
- *GobodoGobodoApi.SocialIntegrationApi* | [**loginLinkedIn**](docs/SocialIntegrationApi.md#loginLinkedIn) | **POST** /graph/data/auth_linkedin |
704
- *GobodoGobodoApi.SocialIntegrationApi* | [**loginTwitter**](docs/SocialIntegrationApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
705
- *GobodoGobodoApi.StripeAccountsApi* | [**addStripePaymentMethod**](docs/StripeAccountsApi.md#addStripePaymentMethod) | **POST** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
706
- *GobodoGobodoApi.StripeAccountsApi* | [**attachCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#attachCustomerStripePaymentMethod) | **PUT** /graph/data/payments/stripe/customer/{customerID}/paymentmethods | Adds payment methods for the customer stored in stripe
707
- *GobodoGobodoApi.StripeAccountsApi* | [**attachStripePaymentMethod**](docs/StripeAccountsApi.md#attachStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
708
- *GobodoGobodoApi.StripeAccountsApi* | [**createAccountSession**](docs/StripeAccountsApi.md#createAccountSession) | **POST** /graph/data/payments/stripe/accountSession | Creates an Account Session which is used to integrate Stripe's connected UI components
709
- *GobodoGobodoApi.StripeAccountsApi* | [**createAndLinkStripeAccount**](docs/StripeAccountsApi.md#createAndLinkStripeAccount) | **POST** /graph/data/payments/stripe/account | Creates a Stripe account for the logged in user
710
- *GobodoGobodoApi.StripeAccountsApi* | [**createAndLinkStripeCustomerAccount**](docs/StripeAccountsApi.md#createAndLinkStripeCustomerAccount) | **POST** /graph/data/payments/stripe/customer | Creates a Stripe customer account for the logged in user
711
- *GobodoGobodoApi.StripeAccountsApi* | [**createApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#createApplicationStripePaymentAccount) | **POST** /graph/data/payments/stripe/application/{applicationid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
712
- *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
713
- *GobodoGobodoApi.StripeAccountsApi* | [**createStripePaymentIntent**](docs/StripeAccountsApi.md#createStripePaymentIntent) | **POST** /graph/data/payments/stripe/payment | Creates a Payment Intent to initate a Stripe payment
714
- *GobodoGobodoApi.StripeAccountsApi* | [**deleteStripeAccount**](docs/StripeAccountsApi.md#deleteStripeAccount) | **DELETE** /graph/data/payments/stripe/account |
715
- *GobodoGobodoApi.StripeAccountsApi* | [**deleteStripeAccountWithId**](docs/StripeAccountsApi.md#deleteStripeAccountWithId) | **DELETE** /graph/data/payments/stripe/account/{accountID} |
716
- *GobodoGobodoApi.StripeAccountsApi* | [**deleteStripePaymentMethod**](docs/StripeAccountsApi.md#deleteStripePaymentMethod) | **DELETE** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
717
- *GobodoGobodoApi.StripeAccountsApi* | [**get**](docs/StripeAccountsApi.md#get) | **GET** /graph/data/payments/stripe |
718
- *GobodoGobodoApi.StripeAccountsApi* | [**get1**](docs/StripeAccountsApi.md#get1) | **GET** /graph/data/payments/stripe/{id} |
719
- *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
720
- *GobodoGobodoApi.StripeAccountsApi* | [**getDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultCustomerStripePaymentMethod) | **GET** /graph/data/payments/stripe/customer/{customerID}/paymentmethods/default | Gets the default payment method
721
- *GobodoGobodoApi.StripeAccountsApi* | [**getDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultStripePaymentMethod) | **GET** /graph/data/payments/stripe/paymentmethods/default | Gets the default payment method
722
- *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
723
- *GobodoGobodoApi.StripeAccountsApi* | [**getStripeAccount**](docs/StripeAccountsApi.md#getStripeAccount) | **GET** /graph/data/payments/stripe/account | Retrieves the Stripe Account For the Logged In User
724
- *GobodoGobodoApi.StripeAccountsApi* | [**getStripeAccountBalance**](docs/StripeAccountsApi.md#getStripeAccountBalance) | **GET** /graph/data/payments/stripe/account/{accountID}/balance | Gets the balance of the logged in user
725
- *GobodoGobodoApi.StripeAccountsApi* | [**getStripeApiKey**](docs/StripeAccountsApi.md#getStripeApiKey) | **GET** /graph/data/payments/stripe/apikey | Returns the publishable API key for Stripe
726
- *GobodoGobodoApi.StripeAccountsApi* | [**getStripeBalance**](docs/StripeAccountsApi.md#getStripeBalance) | **GET** /graph/data/payments/stripe/balance | Gets the balance of the logged in user
727
- *GobodoGobodoApi.StripeAccountsApi* | [**getStripeCustomerAccount**](docs/StripeAccountsApi.md#getStripeCustomerAccount) | **GET** /graph/data/payments/stripe/customer | Retrieves the Stripe Customer Account For the Logged In User
728
- *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
729
- *GobodoGobodoApi.StripeAccountsApi* | [**getStripePaymentMethods**](docs/StripeAccountsApi.md#getStripePaymentMethods) | **GET** /graph/data/payments/stripe/paymentmethods | Retrieves the payment methods for the customer stored in stripe
730
- *GobodoGobodoApi.StripeAccountsApi* | [**getStripeTransfer**](docs/StripeAccountsApi.md#getStripeTransfer) | **GET** /graph/data/payments/stripe/transfer/{transferID} | Retrieves the transfer payment with the given transferId
731
- *GobodoGobodoApi.StripeAccountsApi* | [**getStripeTransferPaymentMethodDetails**](docs/StripeAccountsApi.md#getStripeTransferPaymentMethodDetails) | **GET** /graph/data/payments/stripe/transfer/{transferID}/paymentMethodDetails | Retrieves the transfer payment details with the given transferId
732
- *GobodoGobodoApi.StripeAccountsApi* | [**getUserStripeAccount**](docs/StripeAccountsApi.md#getUserStripeAccount) | **GET** /graph/data/payments/stripe/user/{userID}/account | Retrieves the Stripe Account For the Specified User
733
- *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
734
- *GobodoGobodoApi.StripeAccountsApi* | [**payoutStripeAccount**](docs/StripeAccountsApi.md#payoutStripeAccount) | **POST** /graph/data/payments/stripe/account/{accountID}/payout | Pays out the specified account
735
- *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
736
- *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
737
- *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
738
- *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
739
- *GobodoGobodoApi.StripeAccountsApi* | [**stripePayout**](docs/StripeAccountsApi.md#stripePayout) | **POST** /graph/data/payments/stripe/payout | Pays out the account of the logged in user
740
- *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
741
- *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
742
- *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
743
- *GobodoGobodoApi.StripeAccountsApi* | [**updateStripePaymentMethod**](docs/StripeAccountsApi.md#updateStripePaymentMethod) | **PUT** /graph/data/payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
744
- *GobodoGobodoApi.TagsApi* | [**getObjectsInGraphByTag**](docs/TagsApi.md#getObjectsInGraphByTag) | **GET** /graph/data/graph/{id}/objects/tag/{tag} | Get objects in the graph with the given tag
745
- *GobodoGobodoApi.TemplatesApi* | [**createScreen**](docs/TemplatesApi.md#createScreen) | **POST** /graph/data/templates |
746
- *GobodoGobodoApi.TemplatesApi* | [**editScreen**](docs/TemplatesApi.md#editScreen) | **PUT** /graph/data/templates/{screenid} |
747
- *GobodoGobodoApi.TemplatesApi* | [**getScreenById**](docs/TemplatesApi.md#getScreenById) | **GET** /graph/data/templates/{screenId} |
748
- *GobodoGobodoApi.ThemeMappingsApi* | [**addUrlPatterns**](docs/ThemeMappingsApi.md#addUrlPatterns) | **PUT** /graph/data/themes/{themeid}/urlpatterns |
749
- *GobodoGobodoApi.ThemeMappingsApi* | [**createTheme**](docs/ThemeMappingsApi.md#createTheme) | **POST** /graph/data/themes | Create a Theme Mapping
750
- *GobodoGobodoApi.ThemeMappingsApi* | [**get37**](docs/ThemeMappingsApi.md#get37) | **GET** /graph/data/themes/{themeid} |
751
- *GobodoGobodoApi.TopicsApi* | [**createTopic**](docs/TopicsApi.md#createTopic) | **POST** /graph/data/topics | Creates a new topic
752
- *GobodoGobodoApi.TopicsApi* | [**deleteSubscription**](docs/TopicsApi.md#deleteSubscription) | **DELETE** /graph/data/topics/subscription/{subscriptionId} | Deletes a subscription
753
- *GobodoGobodoApi.TopicsApi* | [**deleteTopic**](docs/TopicsApi.md#deleteTopic) | **DELETE** /graph/data/topics/{topicName} | Deletes a topic
754
- *GobodoGobodoApi.TopicsApi* | [**getSubscription**](docs/TopicsApi.md#getSubscription) | **GET** /graph/data/topics/subscription/{subscriptionId} | Gets a subscription by key
755
- *GobodoGobodoApi.TopicsApi* | [**getTopicByName**](docs/TopicsApi.md#getTopicByName) | **GET** /graph/data/topics/{topicName} | Gets a topic by name
756
- *GobodoGobodoApi.TopicsApi* | [**getTopicSubscriptions**](docs/TopicsApi.md#getTopicSubscriptions) | **GET** /graph/data/topics/{topicName}/subscriptions | Gets subscriptions for a topic
757
- *GobodoGobodoApi.TopicsApi* | [**registerListeners**](docs/TopicsApi.md#registerListeners) | **PUT** /graph/data/topics | Registers listeners
758
- *GobodoGobodoApi.TopicsApi* | [**sendMessage1**](docs/TopicsApi.md#sendMessage1) | **POST** /graph/data/topics/message | Sends a message to a topic
759
- *GobodoGobodoApi.TransactionsApi* | [**beginTx**](docs/TransactionsApi.md#beginTx) | **POST** /graph/data/transaction | Start a new transaction
760
- *GobodoGobodoApi.TransactionsApi* | [**commit**](docs/TransactionsApi.md#commit) | **POST** /graph/data/transaction/{id}/commit | Commits a transaction
761
- *GobodoGobodoApi.TransactionsApi* | [**failTx**](docs/TransactionsApi.md#failTx) | **DELETE** /graph/data/transaction/{id} | Marks a transaction for failure
762
- *GobodoGobodoApi.TwitterApi* | [**loginTwitter**](docs/TwitterApi.md#loginTwitter) | **POST** /graph/data/auth_twitter |
763
- *GobodoGobodoApi.UserTagsApi* | [**deleteRelationship2**](docs/UserTagsApi.md#deleteRelationship2) | **DELETE** /graph/data/usertags/{id} | Delete Relationship
764
- *GobodoGobodoApi.UserTagsApi* | [**get35**](docs/UserTagsApi.md#get35) | **GET** /graph/data/usertags |
765
- *GobodoGobodoApi.UserTagsApi* | [**getRelProperties2**](docs/UserTagsApi.md#getRelProperties2) | **GET** /graph/data/usertags/{id}/properties | Get Properties
766
- *GobodoGobodoApi.UserTagsApi* | [**getRelProperty2**](docs/UserTagsApi.md#getRelProperty2) | **GET** /graph/data/usertags/{id}/properties/{prop} | Get Property
767
- *GobodoGobodoApi.UserTagsApi* | [**getRelationshipById1**](docs/UserTagsApi.md#getRelationshipById1) | **GET** /graph/data/usertags/{id} |
768
- *GobodoGobodoApi.UserTagsApi* | [**getUserTags**](docs/UserTagsApi.md#getUserTags) | **GET** /graph/data/object/{id}/usertags |
769
- *GobodoGobodoApi.UserTagsApi* | [**setRelProperties2**](docs/UserTagsApi.md#setRelProperties2) | **PUT** /graph/data/usertags/{id}/properties | Set Multiple Properties
770
- *GobodoGobodoApi.UserTagsApi* | [**setRelProperty2**](docs/UserTagsApi.md#setRelProperty2) | **PUT** /graph/data/usertags/{id}/properties/{prop} | Update Property
771
- *GobodoGobodoApi.UserTagsApi* | [**tagUsers**](docs/UserTagsApi.md#tagUsers) | **POST** /graph/data/object/{id}/tagusers |
772
- *GobodoGobodoApi.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /graph/data/user | Create a new User
773
- *GobodoGobodoApi.UsersApi* | [**deleteAccount**](docs/UsersApi.md#deleteAccount) | **DELETE** /graph/data/user/self | Deactivates the account and clear's the user's data if the purge data flag is true
774
- *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
775
- *GobodoGobodoApi.UsersApi* | [**getProfiles**](docs/UsersApi.md#getProfiles) | **GET** /graph/data/user/{id}/profiles | Get a list of profiles attached to the user's account
776
- *GobodoGobodoApi.UsersApi* | [**getSelf**](docs/UsersApi.md#getSelf) | **GET** /graph/data/user/self | Returns the logged in user
777
- *GobodoGobodoApi.UsersApi* | [**getUserById**](docs/UsersApi.md#getUserById) | **GET** /graph/data/user/{id} | Get User By Id
778
- *GobodoGobodoApi.UsersApi* | [**getUserByUserName**](docs/UsersApi.md#getUserByUserName) | **GET** /graph/data/user/{username} | Get User By Username
779
- *GobodoGobodoApi.UsersApi* | [**getUsers**](docs/UsersApi.md#getUsers) | **GET** /graph/data/user | Get a list of users
780
- *GobodoGobodoApi.UsersApi* | [**setUserProfilePicture**](docs/UsersApi.md#setUserProfilePicture) | **PUT** /graph/data/user/{id}/profilepicture | Set user profile picture
781
- *GobodoGobodoApi.UsersApi* | [**updatePassword**](docs/UsersApi.md#updatePassword) | **PUT** /graph/data/user/{id}/password | Set User Password
782
- *GobodoGobodoApi.UsersApi* | [**updateUser**](docs/UsersApi.md#updateUser) | **PUT** /graph/data/user/{id} | Update User Info
783
- *GobodoGobodoApi.UtilsApi* | [**encodeAuth**](docs/UtilsApi.md#encodeAuth) | **POST** /graph/data/utils/encodeauth |
784
- *GobodoGobodoApi.VideosApi* | [**deleteObject**](docs/VideosApi.md#deleteObject) | **DELETE** /graph/data/object/{id} |
785
- *GobodoGobodoApi.VideosApi* | [**get36**](docs/VideosApi.md#get36) | **GET** /graph/data/videos |
786
- *GobodoGobodoApi.VideosApi* | [**getVideoById**](docs/VideosApi.md#getVideoById) | **GET** /graph/data/videos/{id} | Gets a video by id
787
- *GobodoGobodoApi.VideosApi* | [**getVideos**](docs/VideosApi.md#getVideos) | **GET** /graph/data/object/{id}/videos |
788
- *GobodoGobodoApi.VideosApi* | [**setThumbnail**](docs/VideosApi.md#setThumbnail) | **PUT** /graph/data/videos/{id}/setthumbnail |
789
- *GobodoGobodoApi.VideosApi* | [**simulcast**](docs/VideosApi.md#simulcast) | **PUT** /graph/data/videos/{id}/simulcast |
790
- *GobodoGobodoApi.VideosApi* | [**startLiveStream**](docs/VideosApi.md#startLiveStream) | **POST** /graph/data/videos/livestream |
791
- *GobodoGobodoApi.VideosApi* | [**streamMeeting**](docs/VideosApi.md#streamMeeting) | **POST** /graph/data/videos/livestream/{objectid} |
792
- *GobodoGobodoApi.VideosApi* | [**updateVideo**](docs/VideosApi.md#updateVideo) | **PUT** /graph/data/videos/{id} |
793
- *GobodoGobodoApi.VideosApi* | [**upload2**](docs/VideosApi.md#upload2) | **POST** /graph/data/videos/{id}/upload |
794
- *GobodoGobodoApi.VideosApi* | [**uploadVideo**](docs/VideosApi.md#uploadVideo) | **POST** /graph/data/videos/upload | Upload data
795
- *GobodoGobodoApi.WalletsApi* | [**createHold**](docs/WalletsApi.md#createHold) | **POST** /graph/data/payments/wallets/hold | Hold currency for a user
796
- *GobodoGobodoApi.WalletsApi* | [**getCombinedBalance**](docs/WalletsApi.md#getCombinedBalance) | **GET** /graph/data/payments/wallets/balance | Get the combined balance of a user
797
- *GobodoGobodoApi.WalletsApi* | [**getGrantById**](docs/WalletsApi.md#getGrantById) | **GET** /graph/data/payments/wallets/grant/{grantId} | Get a grant by id
798
- *GobodoGobodoApi.WalletsApi* | [**getHoldById**](docs/WalletsApi.md#getHoldById) | **GET** /graph/data/payments/wallets/hold/{holdId} | Get a hold by id
799
- *GobodoGobodoApi.WalletsApi* | [**getHoldsByWalletId**](docs/WalletsApi.md#getHoldsByWalletId) | **GET** /graph/data/payments/wallets/wallet/{walletId}/holds | Get all holds for a wallet
800
- *GobodoGobodoApi.WalletsApi* | [**getPayoutDetails**](docs/WalletsApi.md#getPayoutDetails) | **GET** /graph/data/payments/wallets/payout/{payoutId} | Get a payout by id
801
- *GobodoGobodoApi.WalletsApi* | [**getPurchaseById**](docs/WalletsApi.md#getPurchaseById) | **GET** /graph/data/payments/wallets/purchase/{purchaseId} | Get a purchase by id
802
- *GobodoGobodoApi.WalletsApi* | [**getTransferById**](docs/WalletsApi.md#getTransferById) | **GET** /graph/data/payments/wallets/transfer/{transferId} | Get a transfer by id
803
- *GobodoGobodoApi.WalletsApi* | [**getWalletBalance**](docs/WalletsApi.md#getWalletBalance) | **GET** /graph/data/payments/wallets/wallet/{walletId}/balance | Get the balance of a wallet
804
- *GobodoGobodoApi.WalletsApi* | [**getWalletById**](docs/WalletsApi.md#getWalletById) | **GET** /graph/data/payments/wallets/wallet/{walletId} | Get a wallet by id
805
- *GobodoGobodoApi.WalletsApi* | [**getWallets**](docs/WalletsApi.md#getWallets) | **GET** /graph/data/payments/wallets/wallet | Get all wallets
806
- *GobodoGobodoApi.WalletsApi* | [**grantCurrency**](docs/WalletsApi.md#grantCurrency) | **POST** /graph/data/payments/wallets/grant | Grant currency to a user
807
- *GobodoGobodoApi.WalletsApi* | [**payoutWallet**](docs/WalletsApi.md#payoutWallet) | **POST** /graph/data/payments/wallets/payout | Payout to the wallet to the logged in user's cash balance
808
- *GobodoGobodoApi.WalletsApi* | [**purchaseCurrency**](docs/WalletsApi.md#purchaseCurrency) | **POST** /graph/data/payments/wallets/purchase | Purchase an item
809
- *GobodoGobodoApi.WalletsApi* | [**releaseHold**](docs/WalletsApi.md#releaseHold) | **DELETE** /graph/data/payments/wallets/hold/{holdId} | Release a hold
810
- *GobodoGobodoApi.WalletsApi* | [**releaseHolds**](docs/WalletsApi.md#releaseHolds) | **DELETE** /graph/data/payments/wallets/hold | Release all holds for a holder
811
- *GobodoGobodoApi.WalletsApi* | [**walletTransfer**](docs/WalletsApi.md#walletTransfer) | **POST** /graph/data/payments/wallets/transfer | Transfer funds between wallets
147
+ *GobodoGobodoApi.AdCampaignsApi* | [**createAdCampaign**](docs/AdCampaignsApi.md#createAdCampaign) | **POST** /ads/campaigns | Create Ad Campaign
148
+ *GobodoGobodoApi.AdCampaignsApi* | [**get2**](docs/AdCampaignsApi.md#get2) | **GET** /ads/campaigns |
149
+ *GobodoGobodoApi.AdCampaignsApi* | [**get3**](docs/AdCampaignsApi.md#get3) | **GET** /ads/campaigns/{id} |
150
+ *GobodoGobodoApi.AdCampaignsApi* | [**getFromCat**](docs/AdCampaignsApi.md#getFromCat) | **GET** /ads/campaigns/nextfromcategory/{id} |
151
+ *GobodoGobodoApi.AdCampaignsApi* | [**update**](docs/AdCampaignsApi.md#update) | **PUT** /ads/campaigns/{id} |
152
+ *GobodoGobodoApi.AdCampaignsApi* | [**updateAds**](docs/AdCampaignsApi.md#updateAds) | **POST** /ads/campaigns/{id}/ads |
153
+ *GobodoGobodoApi.AdCampaignsApi* | [**updateSites**](docs/AdCampaignsApi.md#updateSites) | **PUT** /ads/campaigns/{id}/sites |
154
+ *GobodoGobodoApi.AdManagementApi* | [**createAd**](docs/AdManagementApi.md#createAd) | **POST** /ads/ads | Create Ad
155
+ *GobodoGobodoApi.AdManagementApi* | [**createAdCampaign**](docs/AdManagementApi.md#createAdCampaign) | **POST** /ads/campaigns | Create Ad Campaign
156
+ *GobodoGobodoApi.AdManagementApi* | [**get2**](docs/AdManagementApi.md#get2) | **GET** /ads/campaigns |
157
+ *GobodoGobodoApi.AdManagementApi* | [**get3**](docs/AdManagementApi.md#get3) | **GET** /ads/campaigns/{id} |
158
+ *GobodoGobodoApi.AdManagementApi* | [**get4**](docs/AdManagementApi.md#get4) | **GET** /ads/ads |
159
+ *GobodoGobodoApi.AdManagementApi* | [**get5**](docs/AdManagementApi.md#get5) | **GET** /ads/ads/{id} |
160
+ *GobodoGobodoApi.AdManagementApi* | [**getCampaign**](docs/AdManagementApi.md#getCampaign) | **GET** /ads/ads/{id}/campaign |
161
+ *GobodoGobodoApi.AdManagementApi* | [**getFromCat**](docs/AdManagementApi.md#getFromCat) | **GET** /ads/campaigns/nextfromcategory/{id} |
162
+ *GobodoGobodoApi.AdManagementApi* | [**update**](docs/AdManagementApi.md#update) | **PUT** /ads/campaigns/{id} |
163
+ *GobodoGobodoApi.AdManagementApi* | [**update1**](docs/AdManagementApi.md#update1) | **PUT** /ads/ads/{id} |
164
+ *GobodoGobodoApi.AdManagementApi* | [**updateAds**](docs/AdManagementApi.md#updateAds) | **POST** /ads/campaigns/{id}/ads |
165
+ *GobodoGobodoApi.AdManagementApi* | [**updateSites**](docs/AdManagementApi.md#updateSites) | **PUT** /ads/campaigns/{id}/sites |
166
+ *GobodoGobodoApi.AdminDataManagementApi* | [**purgeData**](docs/AdminDataManagementApi.md#purgeData) | **GET** /admin/datamanagement/purge/{key}/{days} |
167
+ *GobodoGobodoApi.AdsApi* | [**createAd**](docs/AdsApi.md#createAd) | **POST** /ads/ads | Create Ad
168
+ *GobodoGobodoApi.AdsApi* | [**get4**](docs/AdsApi.md#get4) | **GET** /ads/ads |
169
+ *GobodoGobodoApi.AdsApi* | [**get5**](docs/AdsApi.md#get5) | **GET** /ads/ads/{id} |
170
+ *GobodoGobodoApi.AdsApi* | [**getCampaign**](docs/AdsApi.md#getCampaign) | **GET** /ads/ads/{id}/campaign |
171
+ *GobodoGobodoApi.AdsApi* | [**update1**](docs/AdsApi.md#update1) | **PUT** /ads/ads/{id} |
172
+ *GobodoGobodoApi.AttachmentsApi* | [**get8**](docs/AttachmentsApi.md#get8) | **GET** /files |
173
+ *GobodoGobodoApi.AttachmentsApi* | [**getFileById**](docs/AttachmentsApi.md#getFileById) | **GET** /files/{id} | Get File By Id
174
+ *GobodoGobodoApi.AttachmentsApi* | [**updateFile**](docs/AttachmentsApi.md#updateFile) | **PUT** /files/{id} | Update File
175
+ *GobodoGobodoApi.AttachmentsApi* | [**upload**](docs/AttachmentsApi.md#upload) | **POST** /files/{id}/upload |
176
+ *GobodoGobodoApi.AttachmentsApi* | [**uploadFile**](docs/AttachmentsApi.md#uploadFile) | **POST** /files/upload | Upload data
177
+ *GobodoGobodoApi.AuthenticationApi* | [**login**](docs/AuthenticationApi.md#login) | **POST** /auth |
178
+ *GobodoGobodoApi.AuthenticationApi* | [**loginAsApp**](docs/AuthenticationApi.md#loginAsApp) | **POST** /auth_as_app |
179
+ *GobodoGobodoApi.AuthenticationApi* | [**loginAsFunction**](docs/AuthenticationApi.md#loginAsFunction) | **POST** /auth_as_function |
180
+ *GobodoGobodoApi.AuthenticationApi* | [**loginAsPage**](docs/AuthenticationApi.md#loginAsPage) | **POST** /auth_as_page |
181
+ *GobodoGobodoApi.AuthenticationApi* | [**loginAsSite**](docs/AuthenticationApi.md#loginAsSite) | **POST** /auth_as_site |
182
+ *GobodoGobodoApi.AuthenticationApi* | [**loginFacebook**](docs/AuthenticationApi.md#loginFacebook) | **POST** /auth_facebook |
183
+ *GobodoGobodoApi.AuthenticationApi* | [**loginGoogle**](docs/AuthenticationApi.md#loginGoogle) | **POST** /auth_google |
184
+ *GobodoGobodoApi.AuthenticationApi* | [**loginLinkedIn**](docs/AuthenticationApi.md#loginLinkedIn) | **POST** /auth_linkedin |
185
+ *GobodoGobodoApi.AuthenticationApi* | [**loginTwitter**](docs/AuthenticationApi.md#loginTwitter) | **POST** /auth_twitter |
186
+ *GobodoGobodoApi.AuthenticationApi* | [**logout**](docs/AuthenticationApi.md#logout) | **POST** /signout |
187
+ *GobodoGobodoApi.CategoriesApi* | [**createCategory**](docs/CategoriesApi.md#createCategory) | **POST** /categories | Create Category
188
+ *GobodoGobodoApi.CategoriesApi* | [**createChildCategory**](docs/CategoriesApi.md#createChildCategory) | **POST** /categories/{id}/subcategories | Create a child category
189
+ *GobodoGobodoApi.CategoriesApi* | [**get9**](docs/CategoriesApi.md#get9) | **GET** /categories |
190
+ *GobodoGobodoApi.CategoriesApi* | [**getCategoryById**](docs/CategoriesApi.md#getCategoryById) | **GET** /categories/{id} | Gets a category by id
191
+ *GobodoGobodoApi.CategoriesApi* | [**getChildCategories**](docs/CategoriesApi.md#getChildCategories) | **GET** /categories/{id}/subcategories |
192
+ *GobodoGobodoApi.CategoriesApi* | [**getRootCategory**](docs/CategoriesApi.md#getRootCategory) | **GET** /categories/get/root | Gets the root category
193
+ *GobodoGobodoApi.CategoriesApi* | [**updateCategory**](docs/CategoriesApi.md#updateCategory) | **POST** /categories/{id} | Update Category
194
+ *GobodoGobodoApi.CommentsApi* | [**createComment**](docs/CommentsApi.md#createComment) | **POST** /comments | Create a comment
195
+ *GobodoGobodoApi.CommentsApi* | [**get10**](docs/CommentsApi.md#get10) | **GET** /comments |
196
+ *GobodoGobodoApi.CommentsApi* | [**getCommentById**](docs/CommentsApi.md#getCommentById) | **GET** /comments/{id} | Gets a comment by id
197
+ *GobodoGobodoApi.CommentsApi* | [**getCommentReplies**](docs/CommentsApi.md#getCommentReplies) | **GET** /comments/{id}/replies | Get Replies
198
+ *GobodoGobodoApi.CommentsApi* | [**replyToComment**](docs/CommentsApi.md#replyToComment) | **POST** /comments/{id}/replies | Add Replies
199
+ *GobodoGobodoApi.CommentsApi* | [**updateComment**](docs/CommentsApi.md#updateComment) | **PUT** /comments/{id} | Update a comment
200
+ *GobodoGobodoApi.ContentManagementApi* | [**addDocumentPart**](docs/ContentManagementApi.md#addDocumentPart) | **POST** /articles/{docid}/entryparts |
201
+ *GobodoGobodoApi.ContentManagementApi* | [**changeDocPartType**](docs/ContentManagementApi.md#changeDocPartType) | **PUT** /entryparts/{docpartid}/changetype/{typeid} |
202
+ *GobodoGobodoApi.ContentManagementApi* | [**changeStatus**](docs/ContentManagementApi.md#changeStatus) | **PUT** /articles/{id}/status |
203
+ *GobodoGobodoApi.ContentManagementApi* | [**copyDocument**](docs/ContentManagementApi.md#copyDocument) | **POST** /articles/{docid}/copy |
204
+ *GobodoGobodoApi.ContentManagementApi* | [**copyDocumentPart**](docs/ContentManagementApi.md#copyDocumentPart) | **POST** /entryparts/{docpartid}/copy |
205
+ *GobodoGobodoApi.ContentManagementApi* | [**createChildDocumentPart**](docs/ContentManagementApi.md#createChildDocumentPart) | **POST** /entryparts/{docpartid}/entryparts |
206
+ *GobodoGobodoApi.ContentManagementApi* | [**createDocument**](docs/ContentManagementApi.md#createDocument) | **POST** /articles |
207
+ *GobodoGobodoApi.ContentManagementApi* | [**createDocumentPart**](docs/ContentManagementApi.md#createDocumentPart) | **POST** /entryparts |
208
+ *GobodoGobodoApi.ContentManagementApi* | [**deleteDocPart**](docs/ContentManagementApi.md#deleteDocPart) | **DELETE** /entryparts/{docpartid} | Delete Document Part
209
+ *GobodoGobodoApi.ContentManagementApi* | [**deleteDocument**](docs/ContentManagementApi.md#deleteDocument) | **DELETE** /articles/{docid} | Delete Document Part
210
+ *GobodoGobodoApi.ContentManagementApi* | [**editDocument**](docs/ContentManagementApi.md#editDocument) | **PUT** /articles/{docid} |
211
+ *GobodoGobodoApi.ContentManagementApi* | [**get11**](docs/ContentManagementApi.md#get11) | **GET** /articles |
212
+ *GobodoGobodoApi.ContentManagementApi* | [**get12**](docs/ContentManagementApi.md#get12) | **GET** /entryparts |
213
+ *GobodoGobodoApi.ContentManagementApi* | [**getAllDocumentPartTypes**](docs/ContentManagementApi.md#getAllDocumentPartTypes) | **GET** /entryparttypes |
214
+ *GobodoGobodoApi.ContentManagementApi* | [**getAllDocumentTypes**](docs/ContentManagementApi.md#getAllDocumentTypes) | **GET** /entrytypes |
215
+ *GobodoGobodoApi.ContentManagementApi* | [**getAllDocuments**](docs/ContentManagementApi.md#getAllDocuments) | **GET** /articles/all |
216
+ *GobodoGobodoApi.ContentManagementApi* | [**getChildDocPartByPageNum**](docs/ContentManagementApi.md#getChildDocPartByPageNum) | **GET** /entryparts/{id}/entryparts/{pagenum} |
217
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentById**](docs/ContentManagementApi.md#getDocumentById) | **GET** /articles/{id} |
218
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartById**](docs/ContentManagementApi.md#getDocumentPartById) | **GET** /entryparts/{id} |
219
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartById1**](docs/ContentManagementApi.md#getDocumentPartById1) | **GET** /entryparts/{id}/entryparts |
220
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartByPageNumber**](docs/ContentManagementApi.md#getDocumentPartByPageNumber) | **GET** /articles/{id}/entryparts/{pagenum} |
221
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentPartTypeById**](docs/ContentManagementApi.md#getDocumentPartTypeById) | **GET** /entryparttypes/{id} |
222
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentParts**](docs/ContentManagementApi.md#getDocumentParts) | **GET** /articles/{id}/entryparts |
223
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentTypeById**](docs/ContentManagementApi.md#getDocumentTypeById) | **GET** /entrytypes/{id} |
224
+ *GobodoGobodoApi.ContentManagementApi* | [**getDocumentsByType**](docs/ContentManagementApi.md#getDocumentsByType) | **GET** /articles/entrytype/{typeid} |
225
+ *GobodoGobodoApi.ContentManagementApi* | [**moveChildPart**](docs/ContentManagementApi.md#moveChildPart) | **PUT** /entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
226
+ *GobodoGobodoApi.ContentManagementApi* | [**moveDocPart**](docs/ContentManagementApi.md#moveDocPart) | **PUT** /entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
227
+ *GobodoGobodoApi.ContentManagementApi* | [**updateDocumentPart**](docs/ContentManagementApi.md#updateDocumentPart) | **PUT** /entryparts/{docpartid} |
228
+ *GobodoGobodoApi.ConversationsApi* | [**createConversation**](docs/ConversationsApi.md#createConversation) | **POST** /privatemessages/conversations | Create conversation(s)
229
+ *GobodoGobodoApi.ConversationsApi* | [**get22**](docs/ConversationsApi.md#get22) | **GET** /privatemessages/conversations |
230
+ *GobodoGobodoApi.ConversationsApi* | [**getAllConversations**](docs/ConversationsApi.md#getAllConversations) | **GET** /privatemessages/conversations/all | Get All Conversations
231
+ *GobodoGobodoApi.ConversationsApi* | [**getChildConversations**](docs/ConversationsApi.md#getChildConversations) | **GET** /privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
232
+ *GobodoGobodoApi.ConversationsApi* | [**getConversationById**](docs/ConversationsApi.md#getConversationById) | **GET** /privatemessages/conversations/{id} | Get Conversation by ID
233
+ *GobodoGobodoApi.ConversationsApi* | [**getConversationMessages**](docs/ConversationsApi.md#getConversationMessages) | **GET** /privatemessages/conversations/{convoid}/messages | Get Messages in a Conversation
234
+ *GobodoGobodoApi.ConversationsApi* | [**getConversationParticipants**](docs/ConversationsApi.md#getConversationParticipants) | **GET** /privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
235
+ *GobodoGobodoApi.ConversationsApi* | [**getUnreadMessageCount**](docs/ConversationsApi.md#getUnreadMessageCount) | **GET** /privatemessages/conversations/newmessagecount | Get the number of unread messages
236
+ *GobodoGobodoApi.CurrencyApi* | [**createCurrency**](docs/CurrencyApi.md#createCurrency) | **POST** /payments/currency | Create a new currency
237
+ *GobodoGobodoApi.CurrencyApi* | [**getAllCurrencies**](docs/CurrencyApi.md#getAllCurrencies) | **GET** /payments/currency | Get all currencies
238
+ *GobodoGobodoApi.CurrencyApi* | [**getCurrencyById**](docs/CurrencyApi.md#getCurrencyById) | **GET** /payments/currency/{currencyId} | Get a currency by id
239
+ *GobodoGobodoApi.CurrencyApi* | [**getRegisteredCurrencies**](docs/CurrencyApi.md#getRegisteredCurrencies) | **GET** /payments/currency/registeredcurrencies/{minterId} | Get all currencies registered by a minter
240
+ *GobodoGobodoApi.CurrencyApi* | [**isCurrencyRegistered**](docs/CurrencyApi.md#isCurrencyRegistered) | **GET** /payments/currency/isregistered/{currencyId} | Check if a currency is registered
241
+ *GobodoGobodoApi.CurrencyApi* | [**isCurrencyRegistered1**](docs/CurrencyApi.md#isCurrencyRegistered1) | **GET** /payments/currency/isregistered/{minterId}/{currencyId} | Check if a currency is registered with a minter
242
+ *GobodoGobodoApi.CurrencyApi* | [**registerCurrency**](docs/CurrencyApi.md#registerCurrency) | **POST** /payments/currency/register | Register a currency with a minter
243
+ *GobodoGobodoApi.DataSheetImportsApi* | [**addDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#addDataSheetImportGeocodeMapping) | **PUT** /datasheetimport/{dsimportid}/geolocateon/{sheetprop} | Geocodes the imported object based on the specified data field in the datasheet
244
+ *GobodoGobodoApi.DataSheetImportsApi* | [**addDataSheetImportMapping**](docs/DataSheetImportsApi.md#addDataSheetImportMapping) | **PUT** /datasheetimport/{dsimportid}/mapping/{sheetprop} | Sets the mapping associated with the sheetprop
245
+ *GobodoGobodoApi.DataSheetImportsApi* | [**addEndObjectLookup**](docs/DataSheetImportsApi.md#addEndObjectLookup) | **PUT** /datasheetimport/{dsimportid}/endobjectlookup | Sets the lookup for the end object in a relationship import
246
+ *GobodoGobodoApi.DataSheetImportsApi* | [**addStartObjectLookup**](docs/DataSheetImportsApi.md#addStartObjectLookup) | **PUT** /datasheetimport/{dsimportid}/startobjectlookup | Sets the lookup for the start object in a relationship import
247
+ *GobodoGobodoApi.DataSheetImportsApi* | [**createDataSheetImport**](docs/DataSheetImportsApi.md#createDataSheetImport) | **POST** /datasheetimport/{containerid}/{reltypeid}/{objecttypeid} | Create a datasheet import
248
+ *GobodoGobodoApi.DataSheetImportsApi* | [**createRelationshipDataSheetImport**](docs/DataSheetImportsApi.md#createRelationshipDataSheetImport) | **POST** /datasheetimport/{containerid}/{reltypeid} | Create a datasheet import for relationships
249
+ *GobodoGobodoApi.DataSheetImportsApi* | [**get13**](docs/DataSheetImportsApi.md#get13) | **GET** /datasheetimport |
250
+ *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportById**](docs/DataSheetImportsApi.md#getDataSheetImportById) | **GET** /datasheetimport/{dsimportid} | Gets the datasheet import specified by the given id
251
+ *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportMapping**](docs/DataSheetImportsApi.md#getDataSheetImportMapping) | **GET** /datasheetimport/{dsimportid}/mapping/{sheetprop} | Gets the mapping associated with the sheetprop
252
+ *GobodoGobodoApi.DataSheetImportsApi* | [**getDataSheetImportPreview**](docs/DataSheetImportsApi.md#getDataSheetImportPreview) | **GET** /datasheetimport/{dsimportid}/preview | Gets the preview of the data being imported
253
+ *GobodoGobodoApi.DataSheetImportsApi* | [**removeDataSheetImportGeocodeMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportGeocodeMapping) | **DELETE** /datasheetimport/{dsimportid}/geolocateon | Removes the geolocation mapping field
254
+ *GobodoGobodoApi.DataSheetImportsApi* | [**removeDataSheetImportMapping**](docs/DataSheetImportsApi.md#removeDataSheetImportMapping) | **DELETE** /datasheetimport/{dsimportid}/mapping/{sheetprop} | Removes the mapping associated with the sheetprop
255
+ *GobodoGobodoApi.DataSheetImportsApi* | [**runDataSheetImport**](docs/DataSheetImportsApi.md#runDataSheetImport) | **POST** /datasheetimport/{dsimportid}/run | Run a datasheet import
256
+ *GobodoGobodoApi.DataSheetImportsApi* | [**setDataSheetImportPrivacy**](docs/DataSheetImportsApi.md#setDataSheetImportPrivacy) | **PUT** /datasheetimport/{dsimportid}/privacy | Sets the privacy settings of the generated objects from the import
257
+ *GobodoGobodoApi.DataSheetImportsApi* | [**updateDataSheetImportFile**](docs/DataSheetImportsApi.md#updateDataSheetImportFile) | **PUT** /datasheetimport/{dsimportid}/datasheet | Updates the file used by a datasheet import
258
+ *GobodoGobodoApi.DefaultApi* | [**createApiClient**](docs/DefaultApi.md#createApiClient) | **POST** /api/clients |
259
+ *GobodoGobodoApi.DefaultApi* | [**doEndPoint**](docs/DefaultApi.md#doEndPoint) | **GET** / |
260
+ *GobodoGobodoApi.DefaultApi* | [**get6**](docs/DefaultApi.md#get6) | **GET** /api/clients |
261
+ *GobodoGobodoApi.DefaultApi* | [**get7**](docs/DefaultApi.md#get7) | **GET** /api/clients/{id} |
262
+ *GobodoGobodoApi.DefaultApi* | [**getApiClientById**](docs/DefaultApi.md#getApiClientById) | **GET** /api/clients/{key} | Gets an api client by id
263
+ *GobodoGobodoApi.DefaultApi* | [**resetSecretKey**](docs/DefaultApi.md#resetSecretKey) | **PUT** /api/clients/{key}/resetSecretkey | Resets the secret key of the API Client
264
+ *GobodoGobodoApi.DocumentPartTypesApi* | [**getAllDocumentPartTypes**](docs/DocumentPartTypesApi.md#getAllDocumentPartTypes) | **GET** /entryparttypes |
265
+ *GobodoGobodoApi.DocumentPartTypesApi* | [**getDocumentPartTypeById**](docs/DocumentPartTypesApi.md#getDocumentPartTypeById) | **GET** /entryparttypes/{id} |
266
+ *GobodoGobodoApi.DocumentTypesApi* | [**getAllDocumentTypes**](docs/DocumentTypesApi.md#getAllDocumentTypes) | **GET** /entrytypes |
267
+ *GobodoGobodoApi.DocumentTypesApi* | [**getDocumentTypeById**](docs/DocumentTypesApi.md#getDocumentTypeById) | **GET** /entrytypes/{id} |
268
+ *GobodoGobodoApi.DocumentsApi* | [**addDocumentPart**](docs/DocumentsApi.md#addDocumentPart) | **POST** /articles/{docid}/entryparts |
269
+ *GobodoGobodoApi.DocumentsApi* | [**changeStatus**](docs/DocumentsApi.md#changeStatus) | **PUT** /articles/{id}/status |
270
+ *GobodoGobodoApi.DocumentsApi* | [**copyDocument**](docs/DocumentsApi.md#copyDocument) | **POST** /articles/{docid}/copy |
271
+ *GobodoGobodoApi.DocumentsApi* | [**createDocument**](docs/DocumentsApi.md#createDocument) | **POST** /articles |
272
+ *GobodoGobodoApi.DocumentsApi* | [**deleteDocument**](docs/DocumentsApi.md#deleteDocument) | **DELETE** /articles/{docid} | Delete Document Part
273
+ *GobodoGobodoApi.DocumentsApi* | [**editDocument**](docs/DocumentsApi.md#editDocument) | **PUT** /articles/{docid} |
274
+ *GobodoGobodoApi.DocumentsApi* | [**get11**](docs/DocumentsApi.md#get11) | **GET** /articles |
275
+ *GobodoGobodoApi.DocumentsApi* | [**getAllDocuments**](docs/DocumentsApi.md#getAllDocuments) | **GET** /articles/all |
276
+ *GobodoGobodoApi.DocumentsApi* | [**getDocumentById**](docs/DocumentsApi.md#getDocumentById) | **GET** /articles/{id} |
277
+ *GobodoGobodoApi.DocumentsApi* | [**getDocumentPartByPageNumber**](docs/DocumentsApi.md#getDocumentPartByPageNumber) | **GET** /articles/{id}/entryparts/{pagenum} |
278
+ *GobodoGobodoApi.DocumentsApi* | [**getDocumentParts**](docs/DocumentsApi.md#getDocumentParts) | **GET** /articles/{id}/entryparts |
279
+ *GobodoGobodoApi.DocumentsApi* | [**getDocumentsByType**](docs/DocumentsApi.md#getDocumentsByType) | **GET** /articles/entrytype/{typeid} |
280
+ *GobodoGobodoApi.EmailsApi* | [**createEmailForPage**](docs/EmailsApi.md#createEmailForPage) | **POST** /emails/page/{pageId} | Creates an email address for a page
281
+ *GobodoGobodoApi.EmailsApi* | [**createEmailForUser**](docs/EmailsApi.md#createEmailForUser) | **POST** /emails/user/{userId} | Creates an email address for a user
282
+ *GobodoGobodoApi.EmailsApi* | [**getEmailsByPage**](docs/EmailsApi.md#getEmailsByPage) | **GET** /emails/page/{pageId} | Returns all email addresses for a given page
283
+ *GobodoGobodoApi.EmailsApi* | [**getEmailsByUser**](docs/EmailsApi.md#getEmailsByUser) | **GET** /emails/user/{userid} | Returns all email addresses for a given user
284
+ *GobodoGobodoApi.EntryPartsApi* | [**changeDocPartType**](docs/EntryPartsApi.md#changeDocPartType) | **PUT** /entryparts/{docpartid}/changetype/{typeid} |
285
+ *GobodoGobodoApi.EntryPartsApi* | [**copyDocumentPart**](docs/EntryPartsApi.md#copyDocumentPart) | **POST** /entryparts/{docpartid}/copy |
286
+ *GobodoGobodoApi.EntryPartsApi* | [**createChildDocumentPart**](docs/EntryPartsApi.md#createChildDocumentPart) | **POST** /entryparts/{docpartid}/entryparts |
287
+ *GobodoGobodoApi.EntryPartsApi* | [**createDocumentPart**](docs/EntryPartsApi.md#createDocumentPart) | **POST** /entryparts |
288
+ *GobodoGobodoApi.EntryPartsApi* | [**deleteDocPart**](docs/EntryPartsApi.md#deleteDocPart) | **DELETE** /entryparts/{docpartid} | Delete Document Part
289
+ *GobodoGobodoApi.EntryPartsApi* | [**get12**](docs/EntryPartsApi.md#get12) | **GET** /entryparts |
290
+ *GobodoGobodoApi.EntryPartsApi* | [**getChildDocPartByPageNum**](docs/EntryPartsApi.md#getChildDocPartByPageNum) | **GET** /entryparts/{id}/entryparts/{pagenum} |
291
+ *GobodoGobodoApi.EntryPartsApi* | [**getDocumentPartById**](docs/EntryPartsApi.md#getDocumentPartById) | **GET** /entryparts/{id} |
292
+ *GobodoGobodoApi.EntryPartsApi* | [**getDocumentPartById1**](docs/EntryPartsApi.md#getDocumentPartById1) | **GET** /entryparts/{id}/entryparts |
293
+ *GobodoGobodoApi.EntryPartsApi* | [**moveChildPart**](docs/EntryPartsApi.md#moveChildPart) | **PUT** /entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex} |
294
+ *GobodoGobodoApi.EntryPartsApi* | [**moveDocPart**](docs/EntryPartsApi.md#moveDocPart) | **PUT** /entryparts/{docpartid}/moveto/article/{articleid}/{partindex} |
295
+ *GobodoGobodoApi.EntryPartsApi* | [**updateDocumentPart**](docs/EntryPartsApi.md#updateDocumentPart) | **PUT** /entryparts/{docpartid} |
296
+ *GobodoGobodoApi.FacebookApi* | [**loginFacebook**](docs/FacebookApi.md#loginFacebook) | **POST** /auth_facebook |
297
+ *GobodoGobodoApi.FieldsApi* | [**createFieldInContainer**](docs/FieldsApi.md#createFieldInContainer) | **POST** /fields/{objecttype}/{objectid} | Create a new field
298
+ *GobodoGobodoApi.FieldsApi* | [**createFields**](docs/FieldsApi.md#createFields) | **POST** /fields | Creates new fields
299
+ *GobodoGobodoApi.FieldsApi* | [**updateField**](docs/FieldsApi.md#updateField) | **PUT** /fields/{fieldid} | Create a new field
300
+ *GobodoGobodoApi.FormsApi* | [**createChildSection**](docs/FormsApi.md#createChildSection) | **POST** /forms/sections/{sectionid}/sections | Create a new Form
301
+ *GobodoGobodoApi.FormsApi* | [**createForm**](docs/FormsApi.md#createForm) | **POST** /forms | Create a new Form
302
+ *GobodoGobodoApi.FormsApi* | [**createForm2**](docs/FormsApi.md#createForm2) | **PUT** /forms/{formid} | Update a form object
303
+ *GobodoGobodoApi.FormsApi* | [**createForm3**](docs/FormsApi.md#createForm3) | **PUT** /forms/sections/{formsectionid} | Update a form object
304
+ *GobodoGobodoApi.FormsApi* | [**createFormSection**](docs/FormsApi.md#createFormSection) | **POST** /forms/{id}/sections | Create a new Form
305
+ *GobodoGobodoApi.FormsApi* | [**deleteRelationship1**](docs/FormsApi.md#deleteRelationship1) | **DELETE** /forms/submissions/{id} | Delete Relationship
306
+ *GobodoGobodoApi.FormsApi* | [**get14**](docs/FormsApi.md#get14) | **GET** /forms |
307
+ *GobodoGobodoApi.FormsApi* | [**get15**](docs/FormsApi.md#get15) | **GET** /forms/sections |
308
+ *GobodoGobodoApi.FormsApi* | [**get16**](docs/FormsApi.md#get16) | **GET** /forms/submissions |
309
+ *GobodoGobodoApi.FormsApi* | [**getFormById**](docs/FormsApi.md#getFormById) | **GET** /forms/{id} | Get Form By Id
310
+ *GobodoGobodoApi.FormsApi* | [**getFormFields**](docs/FormsApi.md#getFormFields) | **GET** /forms/{id}/fields |
311
+ *GobodoGobodoApi.FormsApi* | [**getFormSectionById**](docs/FormsApi.md#getFormSectionById) | **GET** /forms/sections/{id} | Get Form By Id
312
+ *GobodoGobodoApi.FormsApi* | [**getFormSectionFields**](docs/FormsApi.md#getFormSectionFields) | **GET** /forms/sections/{id}/fields |
313
+ *GobodoGobodoApi.FormsApi* | [**getFormSubmissionById**](docs/FormsApi.md#getFormSubmissionById) | **GET** /forms/submissions/{id} | Get Form By Id
314
+ *GobodoGobodoApi.FormsApi* | [**getRelProperties**](docs/FormsApi.md#getRelProperties) | **GET** /forms/submissions/{id}/properties | Get Properties
315
+ *GobodoGobodoApi.FormsApi* | [**getRelProperty**](docs/FormsApi.md#getRelProperty) | **GET** /forms/submissions/{id}/properties/{prop} | Get Property
316
+ *GobodoGobodoApi.FormsApi* | [**setRelProperties**](docs/FormsApi.md#setRelProperties) | **PUT** /forms/submissions/{id}/properties | Set Multiple Properties
317
+ *GobodoGobodoApi.FormsApi* | [**setRelProperty**](docs/FormsApi.md#setRelProperty) | **PUT** /forms/submissions/{id}/properties/{prop} | Update Property
318
+ *GobodoGobodoApi.FunctionsApi* | [**addFunctionConfig**](docs/FunctionsApi.md#addFunctionConfig) | **POST** /functions/{functionid}/{environment} | Adds a function config
319
+ *GobodoGobodoApi.FunctionsApi* | [**addMethodToActionType**](docs/FunctionsApi.md#addMethodToActionType) | **POST** /functions/actiontype/{actiontypeid}/method | Adds a method to an action type
320
+ *GobodoGobodoApi.FunctionsApi* | [**addMethodToObjectType**](docs/FunctionsApi.md#addMethodToObjectType) | **POST** /functions/objecttype/{objecttypeid}/method | Adds a method to an object type
321
+ *GobodoGobodoApi.FunctionsApi* | [**addMethodToRelationshipType**](docs/FunctionsApi.md#addMethodToRelationshipType) | **POST** /functions/relationshiptype/{reltypeid}/method | Adds a method to an relationship type
322
+ *GobodoGobodoApi.FunctionsApi* | [**createFunction**](docs/FunctionsApi.md#createFunction) | **POST** /functions | Creates a new function
323
+ *GobodoGobodoApi.FunctionsApi* | [**deleteFunction**](docs/FunctionsApi.md#deleteFunction) | **DELETE** /functions/{functionid} | Deletes a function
324
+ *GobodoGobodoApi.FunctionsApi* | [**editFunction**](docs/FunctionsApi.md#editFunction) | **PUT** /functions/{functionid} | Modifies a function
325
+ *GobodoGobodoApi.FunctionsApi* | [**editFunctionConfig**](docs/FunctionsApi.md#editFunctionConfig) | **PUT** /functions/functionconfig/{functionconfigid} | Edits a function config
326
+ *GobodoGobodoApi.FunctionsApi* | [**getActionTypeMethods**](docs/FunctionsApi.md#getActionTypeMethods) | **GET** /functions/actiontype/{actiontypeid}/methods | Retrieves the methods associated with the ActionType
327
+ *GobodoGobodoApi.FunctionsApi* | [**getFunction**](docs/FunctionsApi.md#getFunction) | **GET** /functions/{functionid} | Returns a function
328
+ *GobodoGobodoApi.FunctionsApi* | [**getFunctionConfig**](docs/FunctionsApi.md#getFunctionConfig) | **GET** /functions/{functionid}/config/{environment} | Returns the function for the given environment
329
+ *GobodoGobodoApi.FunctionsApi* | [**getFunctionSubscriptions**](docs/FunctionsApi.md#getFunctionSubscriptions) | **GET** /functions/{functionid}/subscriptions | Gets the subscriptions of the function
330
+ *GobodoGobodoApi.FunctionsApi* | [**getObjectTypeMethods**](docs/FunctionsApi.md#getObjectTypeMethods) | **GET** /functions/objecttype/{objecttypeid}/methods | Retrieves the methods associated with the Object Type
331
+ *GobodoGobodoApi.FunctionsApi* | [**getRelationshipTypeMethods**](docs/FunctionsApi.md#getRelationshipTypeMethods) | **GET** /functions/relationshiptype/{reltypeid}/methods | Retrieves the methods associated with the Object Type
332
+ *GobodoGobodoApi.FunctionsApi* | [**getSchemaFunctionByName**](docs/FunctionsApi.md#getSchemaFunctionByName) | **GET** /functions/schema/{id}/functions/{functionName} |
333
+ *GobodoGobodoApi.FunctionsApi* | [**getSchemaFunctions**](docs/FunctionsApi.md#getSchemaFunctions) | **GET** /functions/schema/{id}/functions |
334
+ *GobodoGobodoApi.FunctionsApi* | [**invokeFunctionGet**](docs/FunctionsApi.md#invokeFunctionGet) | **GET** /functions/{functionid}/invoke | Calls a function
335
+ *GobodoGobodoApi.FunctionsApi* | [**invokeFunctionPut**](docs/FunctionsApi.md#invokeFunctionPut) | **PUT** /functions/{functionid}/invoke | Calls a function
336
+ *GobodoGobodoApi.FunctionsApi* | [**subscribeToTopic**](docs/FunctionsApi.md#subscribeToTopic) | **PUT** /functions/{functionid}/subscriptions | Subscribes to a topic
337
+ *GobodoGobodoApi.FunctionsApi* | [**updateSchemaFunctions**](docs/FunctionsApi.md#updateSchemaFunctions) | **PUT** /functions/schema/{id}/functions |
338
+ *GobodoGobodoApi.GeocodeApi* | [**createGeocode**](docs/GeocodeApi.md#createGeocode) | **POST** /geocode | Create Geocode
339
+ *GobodoGobodoApi.GeocodeApi* | [**geocodeObject**](docs/GeocodeApi.md#geocodeObject) | **POST** /geocode/objects/{objectId} | Geocode Object
340
+ *GobodoGobodoApi.GeocodeApi* | [**getGeocode**](docs/GeocodeApi.md#getGeocode) | **GET** /geocode/{id} | Get Geocode by id
341
+ *GobodoGobodoApi.GobodoManagementApi* | [**createConsoleProject**](docs/GobodoManagementApi.md#createConsoleProject) | **POST** /console/projects | Create a new project
342
+ *GobodoGobodoApi.GobodoManagementApi* | [**deleteConsoleProject**](docs/GobodoManagementApi.md#deleteConsoleProject) | **DELETE** /console/projects/{projectId} | Delete a project
343
+ *GobodoGobodoApi.GobodoManagementApi* | [**getConsoleProjectById**](docs/GobodoManagementApi.md#getConsoleProjectById) | **GET** /console/projects/{projectId} | Get a project by id
344
+ *GobodoGobodoApi.GobodoManagementApi* | [**getConsoleProjects**](docs/GobodoManagementApi.md#getConsoleProjects) | **GET** /console/projects | Get all projects
345
+ *GobodoGobodoApi.GobodoManagementApi* | [**updateConsoleProject**](docs/GobodoManagementApi.md#updateConsoleProject) | **PUT** /console/projects/{projectId} | Update a project
346
+ *GobodoGobodoApi.GoogleApi* | [**loginGoogle**](docs/GoogleApi.md#loginGoogle) | **POST** /auth_google |
347
+ *GobodoGobodoApi.GraphActionTypesApi* | [**addMethodToActionType**](docs/GraphActionTypesApi.md#addMethodToActionType) | **POST** /functions/actiontype/{actiontypeid}/method | Adds a method to an action type
348
+ *GobodoGobodoApi.GraphActionTypesApi* | [**createActionType**](docs/GraphActionTypesApi.md#createActionType) | **POST** /actiontype | Create Graph Action Type
349
+ *GobodoGobodoApi.GraphActionTypesApi* | [**getActionTypeById**](docs/GraphActionTypesApi.md#getActionTypeById) | **GET** /actiontype/{id} | Get Graph Action Type
350
+ *GobodoGobodoApi.GraphActionTypesApi* | [**getActionTypeByKey**](docs/GraphActionTypesApi.md#getActionTypeByKey) | **GET** /actiontype/{key} | Get Graph Action Type
351
+ *GobodoGobodoApi.GraphActionTypesApi* | [**getActionTypeFields**](docs/GraphActionTypesApi.md#getActionTypeFields) | **GET** /actiontype/{id}/fields | Get action type fields
352
+ *GobodoGobodoApi.GraphActionTypesApi* | [**getActionTypeMethods**](docs/GraphActionTypesApi.md#getActionTypeMethods) | **GET** /functions/actiontype/{actiontypeid}/methods | Retrieves the methods associated with the ActionType
353
+ *GobodoGobodoApi.GraphActionTypesApi* | [**getAllActionTypes**](docs/GraphActionTypesApi.md#getAllActionTypes) | **GET** /actiontype/all | Get all action types
354
+ *GobodoGobodoApi.GraphActionTypesApi* | [**updateActionType**](docs/GraphActionTypesApi.md#updateActionType) | **PUT** /actiontype/{id} | Update Graph Action Type
355
+ *GobodoGobodoApi.GraphActionsApi* | [**getActionById**](docs/GraphActionsApi.md#getActionById) | **GET** /action/{id} |
356
+ *GobodoGobodoApi.GraphActionsApi* | [**getActionProperties**](docs/GraphActionsApi.md#getActionProperties) | **GET** /action/{id}/properties | Get Action Properties
357
+ *GobodoGobodoApi.GraphActionsApi* | [**updateActionProperties**](docs/GraphActionsApi.md#updateActionProperties) | **PUT** /action/{id}/properties | Update Action Properties
358
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**addMethodToObjectType**](docs/GraphObjectTypesApi.md#addMethodToObjectType) | **POST** /functions/objecttype/{objecttypeid}/method | Adds a method to an object type
359
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**createObjectType**](docs/GraphObjectTypesApi.md#createObjectType) | **POST** /objecttype | Create Graph Object Type
360
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getAllObjectTypes**](docs/GraphObjectTypesApi.md#getAllObjectTypes) | **GET** /objecttype/all | Get all object types
361
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getDefaultObjectTypes**](docs/GraphObjectTypesApi.md#getDefaultObjectTypes) | **GET** /objecttype/default | Get default object types
362
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getMyObjectTypes**](docs/GraphObjectTypesApi.md#getMyObjectTypes) | **GET** /objecttype/mine | Get my object types
363
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getObjectTypeById**](docs/GraphObjectTypesApi.md#getObjectTypeById) | **GET** /objecttype/{id} | Get Graph Object Type
364
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getObjectTypeByKey**](docs/GraphObjectTypesApi.md#getObjectTypeByKey) | **GET** /objecttype/{key} | Get Graph Object Type
365
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getObjectTypeFields**](docs/GraphObjectTypesApi.md#getObjectTypeFields) | **GET** /objecttype/{id}/fields | Get object type fields
366
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**getObjectTypeMethods**](docs/GraphObjectTypesApi.md#getObjectTypeMethods) | **GET** /functions/objecttype/{objecttypeid}/methods | Retrieves the methods associated with the Object Type
367
+ *GobodoGobodoApi.GraphObjectTypesApi* | [**updateObjectType**](docs/GraphObjectTypesApi.md#updateObjectType) | **PUT** /objecttype/{id} | Update Graph Object Type
368
+ *GobodoGobodoApi.GraphObjectsApi* | [**addLiveMeeting**](docs/GraphObjectsApi.md#addLiveMeeting) | **PUT** /live/{objectid}/add | Adds a live meeting to the object
369
+ *GobodoGobodoApi.GraphObjectsApi* | [**addLiveStream**](docs/GraphObjectsApi.md#addLiveStream) | **PUT** /live/{objectid}/stream | Adds a live meeting to the object
370
+ *GobodoGobodoApi.GraphObjectsApi* | [**createActions**](docs/GraphObjectsApi.md#createActions) | **POST** /object/{id}/actions | Create Actions
371
+ *GobodoGobodoApi.GraphObjectsApi* | [**createInviteOnObject**](docs/GraphObjectsApi.md#createInviteOnObject) | **POST** /invites/{objectid}/invite | Returns an invite by id
372
+ *GobodoGobodoApi.GraphObjectsApi* | [**createObject**](docs/GraphObjectsApi.md#createObject) | **POST** /object | Create Objects
373
+ *GobodoGobodoApi.GraphObjectsApi* | [**createRelationship**](docs/GraphObjectsApi.md#createRelationship) | **POST** /object/{id}/relationship | Create a Relationship
374
+ *GobodoGobodoApi.GraphObjectsApi* | [**createRelationships**](docs/GraphObjectsApi.md#createRelationships) | **POST** /object/{id}/relationships | Create Relationships
375
+ *GobodoGobodoApi.GraphObjectsApi* | [**deleteLike**](docs/GraphObjectsApi.md#deleteLike) | **DELETE** /likes/{objectid} | Delete Like
376
+ *GobodoGobodoApi.GraphObjectsApi* | [**dislike**](docs/GraphObjectsApi.md#dislike) | **POST** /likes/{objectid}/dislike | Dislike an Object
377
+ *GobodoGobodoApi.GraphObjectsApi* | [**getActions**](docs/GraphObjectsApi.md#getActions) | **GET** /object/{id}/actions | Get Actions
378
+ *GobodoGobodoApi.GraphObjectsApi* | [**getActionsByType**](docs/GraphObjectsApi.md#getActionsByType) | **GET** /object | Get Actions By Type
379
+ *GobodoGobodoApi.GraphObjectsApi* | [**getAllRelationships**](docs/GraphObjectsApi.md#getAllRelationships) | **GET** /object/{id}/relationships/all | Get All Relationships
380
+ *GobodoGobodoApi.GraphObjectsApi* | [**getAllRelationshipsByType**](docs/GraphObjectsApi.md#getAllRelationshipsByType) | **GET** /object/{id}/relationships/all/{reltypeid} | Get All Relationships By Type
381
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectById**](docs/GraphObjectsApi.md#getObjectById) | **GET** /object/{id} | Get Object By Id
382
+ *GobodoGobodoApi.GraphObjectsApi* | [**getObjectByKey**](docs/GraphObjectsApi.md#getObjectByKey) | **GET** /object/{key} | Get Object By Key
383
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsByTypeIn**](docs/GraphObjectsApi.md#getRelationshipsByTypeIn) | **GET** /object/{id}/relationships/in/{reltypeid} | Get Incoming Relationships By Type
384
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsByTypeOut**](docs/GraphObjectsApi.md#getRelationshipsByTypeOut) | **GET** /object/{id}/relationships/out/{reltypeid} | Get Outgoing Relationships By Type
385
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsIn**](docs/GraphObjectsApi.md#getRelationshipsIn) | **GET** /object/{id}/relationships/in | Get Incoming Relationships
386
+ *GobodoGobodoApi.GraphObjectsApi* | [**getRelationshipsOut**](docs/GraphObjectsApi.md#getRelationshipsOut) | **GET** /object/{id}/relationships/out | Get Outgoing Relationships
387
+ *GobodoGobodoApi.GraphObjectsApi* | [**isDisliked**](docs/GraphObjectsApi.md#isDisliked) | **GET** /likes/{objectid}/isdisliked | Check if the user has disliked the object
388
+ *GobodoGobodoApi.GraphObjectsApi* | [**isLiked**](docs/GraphObjectsApi.md#isLiked) | **GET** /likes/{objectid}/isliked | Check if the user has liked the object
389
+ *GobodoGobodoApi.GraphObjectsApi* | [**like**](docs/GraphObjectsApi.md#like) | **POST** /likes/{objectid}/like | Like an Object
390
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**addMethodToRelationshipType**](docs/GraphRelationshipTypesApi.md#addMethodToRelationshipType) | **POST** /functions/relationshiptype/{reltypeid}/method | Adds a method to an relationship type
391
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**createRelationshipType**](docs/GraphRelationshipTypesApi.md#createRelationshipType) | **POST** /relationshiptype | Create Graph Relationship Type
392
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getAllRelationshipTypes**](docs/GraphRelationshipTypesApi.md#getAllRelationshipTypes) | **GET** /relationshiptype/all | Get all relationship types
393
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeById**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeById) | **GET** /relationshiptype/{id} | Get Graph Relationship Type
394
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeByKey**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeByKey) | **GET** /relationshiptype/{key} | Get Graph Relationship Type
395
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeFields**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeFields) | **GET** /relationshiptype/{id}/fields | Get relationship type fields
396
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**getRelationshipTypeMethods**](docs/GraphRelationshipTypesApi.md#getRelationshipTypeMethods) | **GET** /functions/relationshiptype/{reltypeid}/methods | Retrieves the methods associated with the Object Type
397
+ *GobodoGobodoApi.GraphRelationshipTypesApi* | [**updateRelationshipType**](docs/GraphRelationshipTypesApi.md#updateRelationshipType) | **PUT** /relationshiptype/{id} | Update Graph Relationship Type
398
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**createRelationship1**](docs/GraphRelationshipsApi.md#createRelationship1) | **POST** /relationship/from/{startObjectId} | Create Relationship
399
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**deleteRelationship**](docs/GraphRelationshipsApi.md#deleteRelationship) | **DELETE** /relationship/{id} | Delete Relationship
400
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipById**](docs/GraphRelationshipsApi.md#getRelationshipById) | **GET** /relationship/{id} |
401
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**getRelationshipProperties**](docs/GraphRelationshipsApi.md#getRelationshipProperties) | **GET** /relationship/{id}/properties | Get Relationship Properties
402
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**updateRelationship**](docs/GraphRelationshipsApi.md#updateRelationship) | **PUT** /relationship/{id} | Update Relationship
403
+ *GobodoGobodoApi.GraphRelationshipsApi* | [**updateRelationshipProperties**](docs/GraphRelationshipsApi.md#updateRelationshipProperties) | **PUT** /relationship/{id}/properties | Update Relationship Properties
404
+ *GobodoGobodoApi.GraphSchemasApi* | [**createSchema**](docs/GraphSchemasApi.md#createSchema) | **POST** /schema | Create Schema
405
+ *GobodoGobodoApi.GraphSchemasApi* | [**getAllSchemas**](docs/GraphSchemasApi.md#getAllSchemas) | **GET** /schema | Get Schemas
406
+ *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaById**](docs/GraphSchemasApi.md#getSchemaById) | **GET** /schema/{id} | Get Schema
407
+ *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaByKey**](docs/GraphSchemasApi.md#getSchemaByKey) | **GET** /schema/{key} | Get Schema
408
+ *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaFunctionByName**](docs/GraphSchemasApi.md#getSchemaFunctionByName) | **GET** /functions/schema/{id}/functions/{functionName} |
409
+ *GobodoGobodoApi.GraphSchemasApi* | [**getSchemaFunctions**](docs/GraphSchemasApi.md#getSchemaFunctions) | **GET** /functions/schema/{id}/functions |
410
+ *GobodoGobodoApi.GraphSchemasApi* | [**updateSchema**](docs/GraphSchemasApi.md#updateSchema) | **POST** /schema/{id} | Update Schema
411
+ *GobodoGobodoApi.GraphSchemasApi* | [**updateSchemaFunctions**](docs/GraphSchemasApi.md#updateSchemaFunctions) | **PUT** /functions/schema/{id}/functions |
412
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverse**](docs/GraphTraversalApi.md#traverse) | **POST** /traverse | Traverses the graph and returns a list of discovered paths
413
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseFrom**](docs/GraphTraversalApi.md#traverseFrom) | **POST** /traverse/{id}/traverse |
414
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseFromFindObjects**](docs/GraphTraversalApi.md#traverseFromFindObjects) | **POST** /traverse/{id}/traverseobjects |
415
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseFromFindRelationships**](docs/GraphTraversalApi.md#traverseFromFindRelationships) | **POST** /traverse/{id}/traverserelationships |
416
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseObjects**](docs/GraphTraversalApi.md#traverseObjects) | **POST** /traverse/objects | Traverses the graph based on the traversal query provided and returns the discovered objects
417
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseObjectsCount**](docs/GraphTraversalApi.md#traverseObjectsCount) | **POST** /traverse/objects/count | Traverses the graph based on the traversal query provided and returns a count of the discovered objects
418
+ *GobodoGobodoApi.GraphTraversalApi* | [**traverseRelationships**](docs/GraphTraversalApi.md#traverseRelationships) | **POST** /traverse/relationships | Traverses the graph based on the traversal query provided and returns the discovered relationships
419
+ *GobodoGobodoApi.GraphsApi* | [**addGraphObject**](docs/GraphsApi.md#addGraphObject) | **POST** /graph/{id}/objects | Add a new object to the graph
420
+ *GobodoGobodoApi.GraphsApi* | [**addGraphObjectIds**](docs/GraphsApi.md#addGraphObjectIds) | **PUT** /graph/{id}/objects/ids | Add existing objects to the graph by id
421
+ *GobodoGobodoApi.GraphsApi* | [**addGraphObjects**](docs/GraphsApi.md#addGraphObjects) | **POST** /graph/{id}/objects/batch | Add new objects to the graph
422
+ *GobodoGobodoApi.GraphsApi* | [**createGraph**](docs/GraphsApi.md#createGraph) | **POST** /graph | Create Graph
423
+ *GobodoGobodoApi.GraphsApi* | [**deleteGraph**](docs/GraphsApi.md#deleteGraph) | **DELETE** /graph/{id} | Delete Graph
424
+ *GobodoGobodoApi.GraphsApi* | [**getGraphById**](docs/GraphsApi.md#getGraphById) | **GET** /graph/{id} | Get graph by id
425
+ *GobodoGobodoApi.GraphsApi* | [**getGraphByKey**](docs/GraphsApi.md#getGraphByKey) | **GET** /graph/key/{key} | Get Graph By Key
426
+ *GobodoGobodoApi.GraphsApi* | [**getGraphObjects**](docs/GraphsApi.md#getGraphObjects) | **GET** /graph/{id}/objects | Get objects in the graph
427
+ *GobodoGobodoApi.GraphsApi* | [**getGraphObjectsByTag**](docs/GraphsApi.md#getGraphObjectsByTag) | **GET** /graph/{id}/objects/tag/{tag} | Get graph objects by tag
428
+ *GobodoGobodoApi.GraphsApi* | [**getGraphObjectsByType**](docs/GraphsApi.md#getGraphObjectsByType) | **GET** /graph/{id}/objects/type/{type} | Get graph objects by type
429
+ *GobodoGobodoApi.GraphsApi* | [**updateGraph**](docs/GraphsApi.md#updateGraph) | **PUT** /graph/{id} | Update Graph
430
+ *GobodoGobodoApi.IAMApi* | [**createPolicy**](docs/IAMApi.md#createPolicy) | **POST** /iam/policies | Create Policy
431
+ *GobodoGobodoApi.IAMApi* | [**get19**](docs/IAMApi.md#get19) | **GET** /iam/policies |
432
+ *GobodoGobodoApi.IAMApi* | [**get20**](docs/IAMApi.md#get20) | **GET** /iam/policies/{id} |
433
+ *GobodoGobodoApi.IAMApi* | [**update2**](docs/IAMApi.md#update2) | **PUT** /iam/policies/{id} |
434
+ *GobodoGobodoApi.ImagesApi* | [**get17**](docs/ImagesApi.md#get17) | **GET** /images |
435
+ *GobodoGobodoApi.ImagesApi* | [**getImageById**](docs/ImagesApi.md#getImageById) | **GET** /images/{id} | Get Image By Id
436
+ *GobodoGobodoApi.ImagesApi* | [**updateImage**](docs/ImagesApi.md#updateImage) | **PUT** /images/{id} | Updates an image
437
+ *GobodoGobodoApi.ImagesApi* | [**upload1**](docs/ImagesApi.md#upload1) | **POST** /images/{id}/upload |
438
+ *GobodoGobodoApi.ImagesApi* | [**uploadImage**](docs/ImagesApi.md#uploadImage) | **POST** /images | Upload images
439
+ *GobodoGobodoApi.ImagesApi* | [**uploadImageBase64**](docs/ImagesApi.md#uploadImageBase64) | **POST** /images/base64 | Upload images via base64
440
+ *GobodoGobodoApi.InvitesApi* | [**acceptInvite**](docs/InvitesApi.md#acceptInvite) | **PUT** /invites/{inviteid}/accept |
441
+ *GobodoGobodoApi.InvitesApi* | [**createInvite**](docs/InvitesApi.md#createInvite) | **POST** /invites | Returns an invite by id
442
+ *GobodoGobodoApi.InvitesApi* | [**createInviteOnObject**](docs/InvitesApi.md#createInviteOnObject) | **POST** /invites/{objectid}/invite | Returns an invite by id
443
+ *GobodoGobodoApi.InvitesApi* | [**getInviteByCode**](docs/InvitesApi.md#getInviteByCode) | **GET** /invites/{inviteCode} | Returns an invite by id
444
+ *GobodoGobodoApi.InvitesApi* | [**inviteLoggedInUser**](docs/InvitesApi.md#inviteLoggedInUser) | **GET** /invites/user/logon_user | Returns the logged inuser
445
+ *GobodoGobodoApi.LikesApi* | [**createBulkActions**](docs/LikesApi.md#createBulkActions) | **POST** /likes | Perform multiple actions in a single bulk operation
446
+ *GobodoGobodoApi.LikesApi* | [**deleteAction**](docs/LikesApi.md#deleteAction) | **DELETE** /likes/{id} | Delete Action
447
+ *GobodoGobodoApi.LikesApi* | [**deleteLike**](docs/LikesApi.md#deleteLike) | **DELETE** /likes/{objectid} | Delete Like
448
+ *GobodoGobodoApi.LikesApi* | [**dislike**](docs/LikesApi.md#dislike) | **POST** /likes/{objectid}/dislike | Dislike an Object
449
+ *GobodoGobodoApi.LikesApi* | [**get21**](docs/LikesApi.md#get21) | **GET** /likes |
450
+ *GobodoGobodoApi.LikesApi* | [**getActionById1**](docs/LikesApi.md#getActionById1) | **GET** /likes/{id} |
451
+ *GobodoGobodoApi.LikesApi* | [**getActionProperties1**](docs/LikesApi.md#getActionProperties1) | **GET** /likes/{id}/properties | Get Properties
452
+ *GobodoGobodoApi.LikesApi* | [**getActionProperty**](docs/LikesApi.md#getActionProperty) | **GET** /likes/{id}/properties/{prop} | Get Property
453
+ *GobodoGobodoApi.LikesApi* | [**isDisliked**](docs/LikesApi.md#isDisliked) | **GET** /likes/{objectid}/isdisliked | Check if the user has disliked the object
454
+ *GobodoGobodoApi.LikesApi* | [**isLiked**](docs/LikesApi.md#isLiked) | **GET** /likes/{objectid}/isliked | Check if the user has liked the object
455
+ *GobodoGobodoApi.LikesApi* | [**like**](docs/LikesApi.md#like) | **POST** /likes/{objectid}/like | Like an Object
456
+ *GobodoGobodoApi.LikesApi* | [**setActionProperties**](docs/LikesApi.md#setActionProperties) | **PUT** /likes/{id}/properties | Set Multiple Properties
457
+ *GobodoGobodoApi.LikesApi* | [**setActionProperty**](docs/LikesApi.md#setActionProperty) | **PUT** /likes/{id}/properties/{prop} | Update Property
458
+ *GobodoGobodoApi.LinkedINApi* | [**loginLinkedIn**](docs/LinkedINApi.md#loginLinkedIn) | **POST** /auth_linkedin |
459
+ *GobodoGobodoApi.LiveMeetingsApi* | [**addLiveMeeting**](docs/LiveMeetingsApi.md#addLiveMeeting) | **PUT** /live/{objectid}/add | Adds a live meeting to the object
460
+ *GobodoGobodoApi.LiveMeetingsApi* | [**addLiveStream**](docs/LiveMeetingsApi.md#addLiveStream) | **PUT** /live/{objectid}/stream | Adds a live meeting to the object
461
+ *GobodoGobodoApi.MeetingEventsApi* | [**createMeetingEvent**](docs/MeetingEventsApi.md#createMeetingEvent) | **POST** /meetingevents | Create a new meeting event
462
+ *GobodoGobodoApi.MeetingEventsApi* | [**createMeetingEventType**](docs/MeetingEventsApi.md#createMeetingEventType) | **POST** /meetingevent/types | Create a new meeting event type
463
+ *GobodoGobodoApi.MeetingEventsApi* | [**deleteMeetingEvent**](docs/MeetingEventsApi.md#deleteMeetingEvent) | **DELETE** /meetingevents/{meetingEventId} | Delete a meeting event
464
+ *GobodoGobodoApi.MeetingEventsApi* | [**deleteMeetingEventType**](docs/MeetingEventsApi.md#deleteMeetingEventType) | **DELETE** /meetingevent/types/{meetingEventTypeId} | Delete a meeting event type
465
+ *GobodoGobodoApi.MeetingEventsApi* | [**getAllMeetingEventTypes**](docs/MeetingEventsApi.md#getAllMeetingEventTypes) | **GET** /meetingevent/types | Get all meeting event types
466
+ *GobodoGobodoApi.MeetingEventsApi* | [**getAllMeetingEvents**](docs/MeetingEventsApi.md#getAllMeetingEvents) | **GET** /meetingevents | Get all meeting events
467
+ *GobodoGobodoApi.MeetingEventsApi* | [**getChildMeetingEventTypes**](docs/MeetingEventsApi.md#getChildMeetingEventTypes) | **GET** /meetingevent/types/{parentId}/children | Get all child meeting event types of a parent
468
+ *GobodoGobodoApi.MeetingEventsApi* | [**getEventAdministrators**](docs/MeetingEventsApi.md#getEventAdministrators) | **GET** /meetingevents/{meetingEventId}/administrators | Get all administrators of a meeting event
469
+ *GobodoGobodoApi.MeetingEventsApi* | [**getEventAttendees**](docs/MeetingEventsApi.md#getEventAttendees) | **GET** /meetingevents/{meetingEventId}/attendees | Get all attendees of a meeting event
470
+ *GobodoGobodoApi.MeetingEventsApi* | [**getMeetingEventById**](docs/MeetingEventsApi.md#getMeetingEventById) | **GET** /meetingevents/{meetingEventId} | Get a meeting event by id
471
+ *GobodoGobodoApi.MeetingEventsApi* | [**getMeetingEventTypeById**](docs/MeetingEventsApi.md#getMeetingEventTypeById) | **GET** /meetingevent/types/{meetingEventTypeId} | Get a meeting event type by id
472
+ *GobodoGobodoApi.MeetingEventsApi* | [**getMeetingEventsByCreator**](docs/MeetingEventsApi.md#getMeetingEventsByCreator) | **GET** /meetingevents/creator/{creatorId} | Get all meeting events created by a specific user
473
+ *GobodoGobodoApi.MeetingEventsApi* | [**getMeetingEventsByType**](docs/MeetingEventsApi.md#getMeetingEventsByType) | **GET** /meetingevents/type/{eventTypeId} | Get all meeting events of a specific type
474
+ *GobodoGobodoApi.MeetingEventsApi* | [**isMeetingEventExists**](docs/MeetingEventsApi.md#isMeetingEventExists) | **GET** /meetingevents/exists/{meetingEventId} | Check if a meeting event exists
475
+ *GobodoGobodoApi.MeetingEventsApi* | [**isMeetingEventTypeExists**](docs/MeetingEventsApi.md#isMeetingEventTypeExists) | **GET** /meetingevent/types/exists/{meetingEventTypeId} | Check if a meeting event type exists
476
+ *GobodoGobodoApi.MeetingEventsApi* | [**searchMeetingEventTypes**](docs/MeetingEventsApi.md#searchMeetingEventTypes) | **GET** /meetingevent/types/search | Search meeting event types by name
477
+ *GobodoGobodoApi.MeetingEventsApi* | [**searchMeetingEvents**](docs/MeetingEventsApi.md#searchMeetingEvents) | **GET** /meetingevents/search | Search meeting events by name
478
+ *GobodoGobodoApi.MeetingEventsApi* | [**updateMeetingEvent**](docs/MeetingEventsApi.md#updateMeetingEvent) | **PUT** /meetingevents/{meetingEventId} | Update a meeting event
479
+ *GobodoGobodoApi.MeetingEventsApi* | [**updateMeetingEventType**](docs/MeetingEventsApi.md#updateMeetingEventType) | **PUT** /meetingevent/types/{meetingEventTypeId} | Update a meeting event type
480
+ *GobodoGobodoApi.NotificationsApi* | [**createNotification**](docs/NotificationsApi.md#createNotification) | **POST** /notifications/{recipientId} | Creates a notification
481
+ *GobodoGobodoApi.NotificationsApi* | [**createNotificationAssociatedWith**](docs/NotificationsApi.md#createNotificationAssociatedWith) | **POST** /notifications/{recipientId}/{objectId} | Creates a notification
482
+ *GobodoGobodoApi.NotificationsApi* | [**deleteNotification**](docs/NotificationsApi.md#deleteNotification) | **DELETE** /notifications/{id} | Deletes the notification
483
+ *GobodoGobodoApi.NotificationsApi* | [**getAllNotifications**](docs/NotificationsApi.md#getAllNotifications) | **GET** /notifications | Returns all notifications for the logged in user
484
+ *GobodoGobodoApi.NotificationsApi* | [**getAllNotificationsByUser**](docs/NotificationsApi.md#getAllNotificationsByUser) | **GET** /notifications/user/{userId} | Returns all notifications for a given user
485
+ *GobodoGobodoApi.NotificationsApi* | [**getNotification**](docs/NotificationsApi.md#getNotification) | **GET** /notifications/{id} | Returns a notification by id
486
+ *GobodoGobodoApi.NotificationsApi* | [**getUnreadNotificationCount**](docs/NotificationsApi.md#getUnreadNotificationCount) | **GET** /notifications/unread/count | Returns the number of unread notifications for the logged in user
487
+ *GobodoGobodoApi.NotificationsApi* | [**getUnreadNotifications**](docs/NotificationsApi.md#getUnreadNotifications) | **GET** /notifications/unread | Returns all unread notifications for the logged in user
488
+ *GobodoGobodoApi.NotificationsApi* | [**listRegisteredDevices**](docs/NotificationsApi.md#listRegisteredDevices) | **GET** /notificationmanagement/devices |
489
+ *GobodoGobodoApi.NotificationsApi* | [**listRegisteredTokens**](docs/NotificationsApi.md#listRegisteredTokens) | **GET** /notificationmanagement/tokens |
490
+ *GobodoGobodoApi.NotificationsApi* | [**markNotificationAsRead**](docs/NotificationsApi.md#markNotificationAsRead) | **PUT** /notifications/{id}/read | Marks a notification as read
491
+ *GobodoGobodoApi.NotificationsApi* | [**registerDevice**](docs/NotificationsApi.md#registerDevice) | **POST** /notificationmanagement/register |
492
+ *GobodoGobodoApi.NotificationsApi* | [**unregisterDevice**](docs/NotificationsApi.md#unregisterDevice) | **DELETE** /notificationmanagement/unregister/{deviceId} |
493
+ *GobodoGobodoApi.NotificationsApi* | [**unregisterNotificationToken**](docs/NotificationsApi.md#unregisterNotificationToken) | **DELETE** /notificationmanagement/unregistertoken/{token} |
494
+ *GobodoGobodoApi.PagesApi* | [**createPage**](docs/PagesApi.md#createPage) | **POST** /pages | Create Page
495
+ *GobodoGobodoApi.PagesApi* | [**editPage**](docs/PagesApi.md#editPage) | **PUT** /pages/{id} | Edit Page
496
+ *GobodoGobodoApi.PagesApi* | [**get18**](docs/PagesApi.md#get18) | **GET** /pages |
497
+ *GobodoGobodoApi.PagesApi* | [**getOwnedPages**](docs/PagesApi.md#getOwnedPages) | **GET** /pages/ownedpages/{uid} | Get Owned Pages
498
+ *GobodoGobodoApi.PagesApi* | [**getPageById**](docs/PagesApi.md#getPageById) | **GET** /pages/{id} | Get Page By Id
499
+ *GobodoGobodoApi.PagesApi* | [**setPageProfilePicture**](docs/PagesApi.md#setPageProfilePicture) | **PUT** /pages/{id}/profilepicture | Set page profile picture
500
+ *GobodoGobodoApi.PagesApi* | [**setPageProperties**](docs/PagesApi.md#setPageProperties) | **PUT** /pages/{id}/properties | Set Multiple Properties
501
+ *GobodoGobodoApi.PagesApi* | [**setPageProperty**](docs/PagesApi.md#setPageProperty) | **PUT** /pages/{id}/properties/{prop} | Update Property
502
+ *GobodoGobodoApi.PasswordResetApi* | [**initiatePasswordReset**](docs/PasswordResetApi.md#initiatePasswordReset) | **POST** /password-reset/initiate | Initiate password reset
503
+ *GobodoGobodoApi.PasswordResetApi* | [**resetPassword**](docs/PasswordResetApi.md#resetPassword) | **POST** /password-reset/reset | Reset password
504
+ *GobodoGobodoApi.PasswordResetApi* | [**sendUsernameReminder**](docs/PasswordResetApi.md#sendUsernameReminder) | **POST** /password-reset/username-reminder | Send username reminder
505
+ *GobodoGobodoApi.PasswordResetApi* | [**validateToken**](docs/PasswordResetApi.md#validateToken) | **POST** /password-reset/validate-token | Validate password reset token
506
+ *GobodoGobodoApi.PhoneNumbersApi* | [**createPhoneNumberForPage**](docs/PhoneNumbersApi.md#createPhoneNumberForPage) | **POST** /phoneNumbers/page/{pageId} | Creates a phone number for a page
507
+ *GobodoGobodoApi.PhoneNumbersApi* | [**createPhoneNumberForUser**](docs/PhoneNumbersApi.md#createPhoneNumberForUser) | **POST** /phoneNumbers/user/{userId} | Creates a phone number for a user
508
+ *GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumber**](docs/PhoneNumbersApi.md#getPhoneNumber) | **GET** /phoneNumbers/{id} | Returns a phone number by id
509
+ *GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumbersByPage**](docs/PhoneNumbersApi.md#getPhoneNumbersByPage) | **GET** /phoneNumbers/page/{pageId} | Returns all email addresses for a given page
510
+ *GobodoGobodoApi.PhoneNumbersApi* | [**getPhoneNumbersByUser**](docs/PhoneNumbersApi.md#getPhoneNumbersByUser) | **GET** /phoneNumbers/user/{userid} | Returns all email addresses for a given user
511
+ *GobodoGobodoApi.PostsApi* | [**createPost**](docs/PostsApi.md#createPost) | **POST** /posts |
512
+ *GobodoGobodoApi.PostsApi* | [**get25**](docs/PostsApi.md#get25) | **GET** /posts |
513
+ *GobodoGobodoApi.PostsApi* | [**getPostById**](docs/PostsApi.md#getPostById) | **GET** /posts/{id} | Gets a post by id
514
+ *GobodoGobodoApi.PostsApi* | [**updatePost**](docs/PostsApi.md#updatePost) | **PUT** /posts/{id} |
515
+ *GobodoGobodoApi.PrivateMessagesApi* | [**createBranch**](docs/PrivateMessagesApi.md#createBranch) | **POST** /privatemessages/messages/{messageid}/branch |
516
+ *GobodoGobodoApi.PrivateMessagesApi* | [**createConversation**](docs/PrivateMessagesApi.md#createConversation) | **POST** /privatemessages/conversations | Create conversation(s)
517
+ *GobodoGobodoApi.PrivateMessagesApi* | [**createReply**](docs/PrivateMessagesApi.md#createReply) | **POST** /privatemessages/messages/{messageid} |
518
+ *GobodoGobodoApi.PrivateMessagesApi* | [**deleteMessage**](docs/PrivateMessagesApi.md#deleteMessage) | **DELETE** /privatemessages/messages/{messageid} |
519
+ *GobodoGobodoApi.PrivateMessagesApi* | [**get22**](docs/PrivateMessagesApi.md#get22) | **GET** /privatemessages/conversations |
520
+ *GobodoGobodoApi.PrivateMessagesApi* | [**get23**](docs/PrivateMessagesApi.md#get23) | **GET** /privatemessages/messages |
521
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getAllConversations**](docs/PrivateMessagesApi.md#getAllConversations) | **GET** /privatemessages/conversations/all | Get All Conversations
522
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getChildConversations**](docs/PrivateMessagesApi.md#getChildConversations) | **GET** /privatemessages/conversations/{convoid}/childconversations | Get Child Conversations
523
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationById**](docs/PrivateMessagesApi.md#getConversationById) | **GET** /privatemessages/conversations/{id} | Get Conversation by ID
524
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationMessages**](docs/PrivateMessagesApi.md#getConversationMessages) | **GET** /privatemessages/conversations/{convoid}/messages | Get Messages in a Conversation
525
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getConversationParticipants**](docs/PrivateMessagesApi.md#getConversationParticipants) | **GET** /privatemessages/conversations/{convoid}/groupedmessages | Get Grouped Messages
526
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getPrivateMessageById**](docs/PrivateMessagesApi.md#getPrivateMessageById) | **GET** /privatemessages/messages/{id} |
527
+ *GobodoGobodoApi.PrivateMessagesApi* | [**getUnreadMessageCount**](docs/PrivateMessagesApi.md#getUnreadMessageCount) | **GET** /privatemessages/conversations/newmessagecount | Get the number of unread messages
528
+ *GobodoGobodoApi.PrivateMessagesApi* | [**sendMessage**](docs/PrivateMessagesApi.md#sendMessage) | **PUT** /privatemessages/messages/{messageid}/send |
529
+ *GobodoGobodoApi.PrivateMessagesApi* | [**updateMessage**](docs/PrivateMessagesApi.md#updateMessage) | **PUT** /privatemessages/messages/{messageid} |
530
+ *GobodoGobodoApi.PublicationsApi* | [**createPublication**](docs/PublicationsApi.md#createPublication) | **POST** /publications | Create a new publication
531
+ *GobodoGobodoApi.PublicationsApi* | [**deletePublication**](docs/PublicationsApi.md#deletePublication) | **DELETE** /publications/{publicationId} | Delete a publication
532
+ *GobodoGobodoApi.PublicationsApi* | [**getAllPublications**](docs/PublicationsApi.md#getAllPublications) | **GET** /publications | Get all publications
533
+ *GobodoGobodoApi.PublicationsApi* | [**getPublicationById**](docs/PublicationsApi.md#getPublicationById) | **GET** /publications/{publicationId} | Get a publication by id
534
+ *GobodoGobodoApi.PublicationsApi* | [**getPublicationsByMember**](docs/PublicationsApi.md#getPublicationsByMember) | **GET** /publications/member/{memberId} | Get all publications by member
535
+ *GobodoGobodoApi.PublicationsApi* | [**getPublicationsByVisibility**](docs/PublicationsApi.md#getPublicationsByVisibility) | **GET** /publications/visibility/{visibility} | Get all publications by visibility
536
+ *GobodoGobodoApi.PublicationsApi* | [**isPublicationExists**](docs/PublicationsApi.md#isPublicationExists) | **GET** /publications/exists/{publicationId} | Check if a publication exists
537
+ *GobodoGobodoApi.PublicationsApi* | [**searchPublications**](docs/PublicationsApi.md#searchPublications) | **GET** /publications/search | Search publications by name
538
+ *GobodoGobodoApi.PublicationsApi* | [**updatePublication**](docs/PublicationsApi.md#updatePublication) | **PUT** /publications/{publicationId} | Update a publication
539
+ *GobodoGobodoApi.RestApplicationsApi* | [**createRestApplication**](docs/RestApplicationsApi.md#createRestApplication) | **POST** /restapplications | Create a rest application
540
+ *GobodoGobodoApi.RestApplicationsApi* | [**deleteRestApplication**](docs/RestApplicationsApi.md#deleteRestApplication) | **DELETE** /restapplications/{id} | Delete a rest application
541
+ *GobodoGobodoApi.RestApplicationsApi* | [**getRestApplicationById**](docs/RestApplicationsApi.md#getRestApplicationById) | **GET** /restapplications/{id} | Get a rest application by id
542
+ *GobodoGobodoApi.RestApplicationsApi* | [**getRestApplications**](docs/RestApplicationsApi.md#getRestApplications) | **GET** /restapplications | Get all rest applications
543
+ *GobodoGobodoApi.RestApplicationsApi* | [**updateRestApplication**](docs/RestApplicationsApi.md#updateRestApplication) | **PUT** /restapplications/{id} | Update a rest application
544
+ *GobodoGobodoApi.ScreensApi* | [**createScreen**](docs/ScreensApi.md#createScreen) | **POST** /templates |
545
+ *GobodoGobodoApi.ScreensApi* | [**editScreen**](docs/ScreensApi.md#editScreen) | **PUT** /templates/{screenid} |
546
+ *GobodoGobodoApi.ScreensApi* | [**getScreenById**](docs/ScreensApi.md#getScreenById) | **GET** /templates/{screenId} |
547
+ *GobodoGobodoApi.SitesApi* | [**createSite**](docs/SitesApi.md#createSite) | **POST** /sites | Create a site
548
+ *GobodoGobodoApi.SitesApi* | [**createSiteType**](docs/SitesApi.md#createSiteType) | **POST** /sites/sitetypes | Create a site type
549
+ *GobodoGobodoApi.SitesApi* | [**deleteSite**](docs/SitesApi.md#deleteSite) | **DELETE** /sites/{id} | Delete a site
550
+ *GobodoGobodoApi.SitesApi* | [**deleteSiteType**](docs/SitesApi.md#deleteSiteType) | **DELETE** /sites/sitetypes/{id} | Delete a site type
551
+ *GobodoGobodoApi.SitesApi* | [**getSiteById**](docs/SitesApi.md#getSiteById) | **GET** /sites/{id} | Get a site by id
552
+ *GobodoGobodoApi.SitesApi* | [**getSiteTypeById**](docs/SitesApi.md#getSiteTypeById) | **GET** /sites/sitetypes/{id} | Get a site type by id
553
+ *GobodoGobodoApi.SitesApi* | [**getSiteTypes**](docs/SitesApi.md#getSiteTypes) | **GET** /sites/sitetypes | Get all site types
554
+ *GobodoGobodoApi.SitesApi* | [**getSites**](docs/SitesApi.md#getSites) | **GET** /sites | Get all sites
555
+ *GobodoGobodoApi.SitesApi* | [**updateSite**](docs/SitesApi.md#updateSite) | **PUT** /sites/{id} | Update a site
556
+ *GobodoGobodoApi.SitesApi* | [**updateSiteType**](docs/SitesApi.md#updateSiteType) | **PUT** /sites/sitetypes/{id} | Update a site type
557
+ *GobodoGobodoApi.SocialGroupsApi* | [**addGroupMembers**](docs/SocialGroupsApi.md#addGroupMembers) | **PUT** /groups/{groupid}/addmembers | Adds the users corresponding to the list of userids to the group
558
+ *GobodoGobodoApi.SocialGroupsApi* | [**createGroup**](docs/SocialGroupsApi.md#createGroup) | **POST** /groups | Create Group
559
+ *GobodoGobodoApi.SocialGroupsApi* | [**createSocialGroupType**](docs/SocialGroupsApi.md#createSocialGroupType) | **POST** /groups/types | Create a new social group type
560
+ *GobodoGobodoApi.SocialGroupsApi* | [**deleteSocialGroupType**](docs/SocialGroupsApi.md#deleteSocialGroupType) | **DELETE** /groups/types/{socialGroupTypeId} | Delete a social group type
561
+ *GobodoGobodoApi.SocialGroupsApi* | [**editGroup**](docs/SocialGroupsApi.md#editGroup) | **PUT** /groups/{id} | Edit Group
562
+ *GobodoGobodoApi.SocialGroupsApi* | [**get24**](docs/SocialGroupsApi.md#get24) | **GET** /groups |
563
+ *GobodoGobodoApi.SocialGroupsApi* | [**getAllSocialGroupTypes**](docs/SocialGroupsApi.md#getAllSocialGroupTypes) | **GET** /groups/types | Get all social group types
564
+ *GobodoGobodoApi.SocialGroupsApi* | [**getChildSocialGroupTypes**](docs/SocialGroupsApi.md#getChildSocialGroupTypes) | **GET** /groups/types/{parentId}/children | Get all child social group types of a parent
565
+ *GobodoGobodoApi.SocialGroupsApi* | [**getGroupAdministrators**](docs/SocialGroupsApi.md#getGroupAdministrators) | **GET** /groups/{groupid}/administrators | Returns the admins in the group
566
+ *GobodoGobodoApi.SocialGroupsApi* | [**getGroupById**](docs/SocialGroupsApi.md#getGroupById) | **GET** /groups/{id} | Get Group By Id
567
+ *GobodoGobodoApi.SocialGroupsApi* | [**getGroupMembers**](docs/SocialGroupsApi.md#getGroupMembers) | **GET** /groups/{groupid}/members | Returns the users in the group
568
+ *GobodoGobodoApi.SocialGroupsApi* | [**getSocialGroupTypeById**](docs/SocialGroupsApi.md#getSocialGroupTypeById) | **GET** /groups/types/{socialGroupTypeId} | Get a social group type by id
569
+ *GobodoGobodoApi.SocialGroupsApi* | [**isSocialGroupTypeExists**](docs/SocialGroupsApi.md#isSocialGroupTypeExists) | **GET** /groups/types/exists/{socialGroupTypeId} | Check if a social group type exists
570
+ *GobodoGobodoApi.SocialGroupsApi* | [**joinGroup**](docs/SocialGroupsApi.md#joinGroup) | **PUT** /groups/{groupid}/join | Adds the currently logged in user to the group
571
+ *GobodoGobodoApi.SocialGroupsApi* | [**removeGroupMember**](docs/SocialGroupsApi.md#removeGroupMember) | **DELETE** /groups/{groupid}/members/{uid} | Remove the user from the group
572
+ *GobodoGobodoApi.SocialGroupsApi* | [**searchSocialGroupTypes**](docs/SocialGroupsApi.md#searchSocialGroupTypes) | **GET** /groups/types/search | Search social group types by name
573
+ *GobodoGobodoApi.SocialGroupsApi* | [**setGroupProperties**](docs/SocialGroupsApi.md#setGroupProperties) | **PUT** /groups/{id}/properties | Set Multiple Properties
574
+ *GobodoGobodoApi.SocialGroupsApi* | [**setGroupProperty**](docs/SocialGroupsApi.md#setGroupProperty) | **PUT** /groups/{id}/properties/{prop} | Update Property
575
+ *GobodoGobodoApi.SocialGroupsApi* | [**updateSocialGroupType**](docs/SocialGroupsApi.md#updateSocialGroupType) | **PUT** /groups/types/{socialGroupTypeId} | Update a social group type
576
+ *GobodoGobodoApi.SocialIntegrationApi* | [**loginFacebook**](docs/SocialIntegrationApi.md#loginFacebook) | **POST** /auth_facebook |
577
+ *GobodoGobodoApi.SocialIntegrationApi* | [**loginGoogle**](docs/SocialIntegrationApi.md#loginGoogle) | **POST** /auth_google |
578
+ *GobodoGobodoApi.SocialIntegrationApi* | [**loginLinkedIn**](docs/SocialIntegrationApi.md#loginLinkedIn) | **POST** /auth_linkedin |
579
+ *GobodoGobodoApi.SocialIntegrationApi* | [**loginTwitter**](docs/SocialIntegrationApi.md#loginTwitter) | **POST** /auth_twitter |
580
+ *GobodoGobodoApi.StripeAccountsApi* | [**addStripePaymentMethod**](docs/StripeAccountsApi.md#addStripePaymentMethod) | **POST** /payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
581
+ *GobodoGobodoApi.StripeAccountsApi* | [**attachCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#attachCustomerStripePaymentMethod) | **PUT** /payments/stripe/customer/{customerID}/paymentmethods | Adds payment methods for the customer stored in stripe
582
+ *GobodoGobodoApi.StripeAccountsApi* | [**attachStripePaymentMethod**](docs/StripeAccountsApi.md#attachStripePaymentMethod) | **PUT** /payments/stripe/paymentmethods | Adds payment methods for the customer stored in stripe
583
+ *GobodoGobodoApi.StripeAccountsApi* | [**createAccountSession**](docs/StripeAccountsApi.md#createAccountSession) | **POST** /payments/stripe/accountSession | Creates an Account Session which is used to integrate Stripe's connected UI components
584
+ *GobodoGobodoApi.StripeAccountsApi* | [**createAndLinkStripeAccount**](docs/StripeAccountsApi.md#createAndLinkStripeAccount) | **POST** /payments/stripe/account | Creates a Stripe account for the logged in user
585
+ *GobodoGobodoApi.StripeAccountsApi* | [**createAndLinkStripeCustomerAccount**](docs/StripeAccountsApi.md#createAndLinkStripeCustomerAccount) | **POST** /payments/stripe/customer | Creates a Stripe customer account for the logged in user
586
+ *GobodoGobodoApi.StripeAccountsApi* | [**createApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#createApplicationStripePaymentAccount) | **POST** /payments/stripe/application/{applicationid}/paymentaccount | Creates the Stripe account that is used to pay for the app/site instance and for recieving payments from end users
587
+ *GobodoGobodoApi.StripeAccountsApi* | [**createSiteStripePaymentAccount**](docs/StripeAccountsApi.md#createSiteStripePaymentAccount) | **POST** /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
588
+ *GobodoGobodoApi.StripeAccountsApi* | [**createStripePaymentIntent**](docs/StripeAccountsApi.md#createStripePaymentIntent) | **POST** /payments/stripe/payment | Creates a Payment Intent to initate a Stripe payment
589
+ *GobodoGobodoApi.StripeAccountsApi* | [**deleteStripeAccount**](docs/StripeAccountsApi.md#deleteStripeAccount) | **DELETE** /payments/stripe/account |
590
+ *GobodoGobodoApi.StripeAccountsApi* | [**deleteStripeAccountWithId**](docs/StripeAccountsApi.md#deleteStripeAccountWithId) | **DELETE** /payments/stripe/account/{accountID} |
591
+ *GobodoGobodoApi.StripeAccountsApi* | [**deleteStripePaymentMethod**](docs/StripeAccountsApi.md#deleteStripePaymentMethod) | **DELETE** /payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
592
+ *GobodoGobodoApi.StripeAccountsApi* | [**get**](docs/StripeAccountsApi.md#get) | **GET** /payments/stripe |
593
+ *GobodoGobodoApi.StripeAccountsApi* | [**get1**](docs/StripeAccountsApi.md#get1) | **GET** /payments/stripe/{id} |
594
+ *GobodoGobodoApi.StripeAccountsApi* | [**getApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#getApplicationStripePaymentAccount) | **GET** /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
595
+ *GobodoGobodoApi.StripeAccountsApi* | [**getDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultCustomerStripePaymentMethod) | **GET** /payments/stripe/customer/{customerID}/paymentmethods/default | Gets the default payment method
596
+ *GobodoGobodoApi.StripeAccountsApi* | [**getDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#getDefaultStripePaymentMethod) | **GET** /payments/stripe/paymentmethods/default | Gets the default payment method
597
+ *GobodoGobodoApi.StripeAccountsApi* | [**getSiteStripePaymentAccount**](docs/StripeAccountsApi.md#getSiteStripePaymentAccount) | **GET** /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
598
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeAccount**](docs/StripeAccountsApi.md#getStripeAccount) | **GET** /payments/stripe/account | Retrieves the Stripe Account For the Logged In User
599
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeAccountBalance**](docs/StripeAccountsApi.md#getStripeAccountBalance) | **GET** /payments/stripe/account/{accountID}/balance | Gets the balance of the logged in user
600
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeApiKey**](docs/StripeAccountsApi.md#getStripeApiKey) | **GET** /payments/stripe/apikey | Returns the publishable API key for Stripe
601
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeBalance**](docs/StripeAccountsApi.md#getStripeBalance) | **GET** /payments/stripe/balance | Gets the balance of the logged in user
602
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeCustomerAccount**](docs/StripeAccountsApi.md#getStripeCustomerAccount) | **GET** /payments/stripe/customer | Retrieves the Stripe Customer Account For the Logged In User
603
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeCustomerPaymentMethods**](docs/StripeAccountsApi.md#getStripeCustomerPaymentMethods) | **GET** /payments/stripe/customer/{customerID}/paymentmethods | Retrieves the payment methods for the customer stored in stripe
604
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripePaymentMethods**](docs/StripeAccountsApi.md#getStripePaymentMethods) | **GET** /payments/stripe/paymentmethods | Retrieves the payment methods for the customer stored in stripe
605
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeTransfer**](docs/StripeAccountsApi.md#getStripeTransfer) | **GET** /payments/stripe/transfer/{transferID} | Retrieves the transfer payment with the given transferId
606
+ *GobodoGobodoApi.StripeAccountsApi* | [**getStripeTransferPaymentMethodDetails**](docs/StripeAccountsApi.md#getStripeTransferPaymentMethodDetails) | **GET** /payments/stripe/transfer/{transferID}/paymentMethodDetails | Retrieves the transfer payment details with the given transferId
607
+ *GobodoGobodoApi.StripeAccountsApi* | [**getUserStripeAccount**](docs/StripeAccountsApi.md#getUserStripeAccount) | **GET** /payments/stripe/user/{userID}/account | Retrieves the Stripe Account For the Specified User
608
+ *GobodoGobodoApi.StripeAccountsApi* | [**getUserStripeCustomerAccount**](docs/StripeAccountsApi.md#getUserStripeCustomerAccount) | **GET** /payments/stripe/user/{userID}/customer | Retrieves the Stripe Customer Account For the Logged In User
609
+ *GobodoGobodoApi.StripeAccountsApi* | [**payoutStripeAccount**](docs/StripeAccountsApi.md#payoutStripeAccount) | **POST** /payments/stripe/account/{accountID}/payout | Pays out the specified account
610
+ *GobodoGobodoApi.StripeAccountsApi* | [**setApplicationStripePaymentAccount**](docs/StripeAccountsApi.md#setApplicationStripePaymentAccount) | **PUT** /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
611
+ *GobodoGobodoApi.StripeAccountsApi* | [**setDefaultCustomerStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultCustomerStripePaymentMethod) | **PUT** /payments/stripe/customer/{customerID}/paymentmethods/default | Adds payment methods for the customer stored in stripe
612
+ *GobodoGobodoApi.StripeAccountsApi* | [**setDefaultStripePaymentMethod**](docs/StripeAccountsApi.md#setDefaultStripePaymentMethod) | **PUT** /payments/stripe/paymentmethods/default | Sets the default payment method for the customer stored in stripe
613
+ *GobodoGobodoApi.StripeAccountsApi* | [**setSiteStripePaymentAccount**](docs/StripeAccountsApi.md#setSiteStripePaymentAccount) | **PUT** /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
614
+ *GobodoGobodoApi.StripeAccountsApi* | [**stripePayout**](docs/StripeAccountsApi.md#stripePayout) | **POST** /payments/stripe/payout | Pays out the account of the logged in user
615
+ *GobodoGobodoApi.StripeAccountsApi* | [**stripeTransfer**](docs/StripeAccountsApi.md#stripeTransfer) | **POST** /payments/stripe/transfer | Sends a transfer payment from the logged in user to the recipient specified in the TransferInput
616
+ *GobodoGobodoApi.StripeAccountsApi* | [**updateAccountLink**](docs/StripeAccountsApi.md#updateAccountLink) | **PUT** /payments/stripe/account/{accountID} | Creates an Account Link which enables the user to update their Stripe account details
617
+ *GobodoGobodoApi.StripeAccountsApi* | [**updateCustomer**](docs/StripeAccountsApi.md#updateCustomer) | **PUT** /payments/stripe/customer/{customerID} | Updates the customer account and returns a client secret to enable user to update their details on Stripe
618
+ *GobodoGobodoApi.StripeAccountsApi* | [**updateStripePaymentMethod**](docs/StripeAccountsApi.md#updateStripePaymentMethod) | **PUT** /payments/stripe/paymentmethods/{paymentMethodID} | Adds payment methods for the customer stored in stripe
619
+ *GobodoGobodoApi.TemplatesApi* | [**createScreen**](docs/TemplatesApi.md#createScreen) | **POST** /templates |
620
+ *GobodoGobodoApi.TemplatesApi* | [**editScreen**](docs/TemplatesApi.md#editScreen) | **PUT** /templates/{screenid} |
621
+ *GobodoGobodoApi.TemplatesApi* | [**getScreenById**](docs/TemplatesApi.md#getScreenById) | **GET** /templates/{screenId} |
622
+ *GobodoGobodoApi.ThemeMappingsApi* | [**addUrlPatterns**](docs/ThemeMappingsApi.md#addUrlPatterns) | **PUT** /themes/{themeid}/urlpatterns |
623
+ *GobodoGobodoApi.ThemeMappingsApi* | [**createTheme**](docs/ThemeMappingsApi.md#createTheme) | **POST** /themes | Create a Theme Mapping
624
+ *GobodoGobodoApi.ThemeMappingsApi* | [**get28**](docs/ThemeMappingsApi.md#get28) | **GET** /themes/{themeid} |
625
+ *GobodoGobodoApi.TopicsApi* | [**createTopic**](docs/TopicsApi.md#createTopic) | **POST** /topics | Creates a new topic
626
+ *GobodoGobodoApi.TopicsApi* | [**deleteSubscription**](docs/TopicsApi.md#deleteSubscription) | **DELETE** /topics/subscription/{subscriptionId} | Deletes a subscription
627
+ *GobodoGobodoApi.TopicsApi* | [**deleteTopic**](docs/TopicsApi.md#deleteTopic) | **DELETE** /topics/{topicName} | Deletes a topic
628
+ *GobodoGobodoApi.TopicsApi* | [**getSubscription**](docs/TopicsApi.md#getSubscription) | **GET** /topics/subscription/{subscriptionId} | Gets a subscription by key
629
+ *GobodoGobodoApi.TopicsApi* | [**getTopicByName**](docs/TopicsApi.md#getTopicByName) | **GET** /topics/{topicName} | Gets a topic by name
630
+ *GobodoGobodoApi.TopicsApi* | [**getTopicSubscriptions**](docs/TopicsApi.md#getTopicSubscriptions) | **GET** /topics/{topicName}/subscriptions | Gets subscriptions for a topic
631
+ *GobodoGobodoApi.TopicsApi* | [**registerListeners**](docs/TopicsApi.md#registerListeners) | **PUT** /topics | Registers listeners
632
+ *GobodoGobodoApi.TopicsApi* | [**sendMessage1**](docs/TopicsApi.md#sendMessage1) | **POST** /topics/message | Sends a message to a topic
633
+ *GobodoGobodoApi.TransactionsApi* | [**beginTx**](docs/TransactionsApi.md#beginTx) | **POST** /transaction | Start a new transaction
634
+ *GobodoGobodoApi.TransactionsApi* | [**commit**](docs/TransactionsApi.md#commit) | **POST** /transaction/{id}/commit | Commits a transaction
635
+ *GobodoGobodoApi.TransactionsApi* | [**failTx**](docs/TransactionsApi.md#failTx) | **DELETE** /transaction/{id} | Marks a transaction for failure
636
+ *GobodoGobodoApi.TwitterApi* | [**loginTwitter**](docs/TwitterApi.md#loginTwitter) | **POST** /auth_twitter |
637
+ *GobodoGobodoApi.UserManagerAdministrationApi* | [**deleteManagerConfig**](docs/UserManagerAdministrationApi.md#deleteManagerConfig) | **DELETE** /user-managers/managers/{managerId}/config/{key} | Delete a manager config key
638
+ *GobodoGobodoApi.UserManagerAdministrationApi* | [**listDomainMappings**](docs/UserManagerAdministrationApi.md#listDomainMappings) | **GET** /user-managers/domains | List domain mappings
639
+ *GobodoGobodoApi.UserManagerAdministrationApi* | [**listManagers**](docs/UserManagerAdministrationApi.md#listManagers) | **GET** /user-managers/managers | List member managers
640
+ *GobodoGobodoApi.UserManagerAdministrationApi* | [**mapDomain**](docs/UserManagerAdministrationApi.md#mapDomain) | **POST** /user-managers/domains | Map domain prefix to manager
641
+ *GobodoGobodoApi.UserManagerAdministrationApi* | [**setManagerConfig**](docs/UserManagerAdministrationApi.md#setManagerConfig) | **POST** /user-managers/managers/{managerId}/config | Set a manager config key/value
642
+ *GobodoGobodoApi.UserManagerAdministrationApi* | [**upsertManager**](docs/UserManagerAdministrationApi.md#upsertManager) | **POST** /user-managers/managers | Create or update a member manager
643
+ *GobodoGobodoApi.UserTagsApi* | [**deleteRelationship2**](docs/UserTagsApi.md#deleteRelationship2) | **DELETE** /usertags/{id} | Delete Relationship
644
+ *GobodoGobodoApi.UserTagsApi* | [**get26**](docs/UserTagsApi.md#get26) | **GET** /usertags |
645
+ *GobodoGobodoApi.UserTagsApi* | [**getRelProperties1**](docs/UserTagsApi.md#getRelProperties1) | **GET** /usertags/{id}/properties | Get Properties
646
+ *GobodoGobodoApi.UserTagsApi* | [**getRelProperty1**](docs/UserTagsApi.md#getRelProperty1) | **GET** /usertags/{id}/properties/{prop} | Get Property
647
+ *GobodoGobodoApi.UserTagsApi* | [**getRelationshipById1**](docs/UserTagsApi.md#getRelationshipById1) | **GET** /usertags/{id} |
648
+ *GobodoGobodoApi.UserTagsApi* | [**setRelProperties1**](docs/UserTagsApi.md#setRelProperties1) | **PUT** /usertags/{id}/properties | Set Multiple Properties
649
+ *GobodoGobodoApi.UserTagsApi* | [**setRelProperty1**](docs/UserTagsApi.md#setRelProperty1) | **PUT** /usertags/{id}/properties/{prop} | Update Property
650
+ *GobodoGobodoApi.UsersApi* | [**createUser**](docs/UsersApi.md#createUser) | **POST** /user | Create a new User
651
+ *GobodoGobodoApi.UsersApi* | [**deleteAccount**](docs/UsersApi.md#deleteAccount) | **DELETE** /user/self | Deactivates the account and clear's the user's data if the purge data flag is true
652
+ *GobodoGobodoApi.UsersApi* | [**getProfileByType**](docs/UsersApi.md#getProfileByType) | **GET** /user/{id}/profile/{type} | Returns the profile of the given type for the specified user if the profile exists
653
+ *GobodoGobodoApi.UsersApi* | [**getProfiles**](docs/UsersApi.md#getProfiles) | **GET** /user/{id}/profiles | Get a list of profiles attached to the user's account
654
+ *GobodoGobodoApi.UsersApi* | [**getSelf**](docs/UsersApi.md#getSelf) | **GET** /user/self | Returns the logged in user
655
+ *GobodoGobodoApi.UsersApi* | [**getUserById**](docs/UsersApi.md#getUserById) | **GET** /user/{id} | Get User By Id
656
+ *GobodoGobodoApi.UsersApi* | [**getUserByUserName**](docs/UsersApi.md#getUserByUserName) | **GET** /user/{username} | Get User By Username
657
+ *GobodoGobodoApi.UsersApi* | [**getUsers**](docs/UsersApi.md#getUsers) | **GET** /user | Get a list of users
658
+ *GobodoGobodoApi.UsersApi* | [**setUserProfilePicture**](docs/UsersApi.md#setUserProfilePicture) | **PUT** /user/{id}/profilepicture | Set user profile picture
659
+ *GobodoGobodoApi.UsersApi* | [**updatePassword**](docs/UsersApi.md#updatePassword) | **PUT** /user/{id}/password | Set User Password
660
+ *GobodoGobodoApi.UsersApi* | [**updateUser**](docs/UsersApi.md#updateUser) | **PUT** /user/{id} | Update User Info
661
+ *GobodoGobodoApi.UtilsApi* | [**encodeAuth**](docs/UtilsApi.md#encodeAuth) | **POST** /utils/encodeauth |
662
+ *GobodoGobodoApi.VideosApi* | [**get27**](docs/VideosApi.md#get27) | **GET** /videos |
663
+ *GobodoGobodoApi.VideosApi* | [**getVideoById**](docs/VideosApi.md#getVideoById) | **GET** /videos/{id} | Gets a video by id
664
+ *GobodoGobodoApi.VideosApi* | [**setThumbnail**](docs/VideosApi.md#setThumbnail) | **PUT** /videos/{id}/setthumbnail |
665
+ *GobodoGobodoApi.VideosApi* | [**simulcast**](docs/VideosApi.md#simulcast) | **PUT** /videos/{id}/simulcast |
666
+ *GobodoGobodoApi.VideosApi* | [**startLiveStream**](docs/VideosApi.md#startLiveStream) | **POST** /videos/livestream |
667
+ *GobodoGobodoApi.VideosApi* | [**streamMeeting**](docs/VideosApi.md#streamMeeting) | **POST** /videos/livestream/{objectid} |
668
+ *GobodoGobodoApi.VideosApi* | [**updateVideo**](docs/VideosApi.md#updateVideo) | **PUT** /videos/{id} |
669
+ *GobodoGobodoApi.VideosApi* | [**upload2**](docs/VideosApi.md#upload2) | **POST** /videos/{id}/upload |
670
+ *GobodoGobodoApi.VideosApi* | [**uploadVideo**](docs/VideosApi.md#uploadVideo) | **POST** /videos/upload | Upload data
671
+ *GobodoGobodoApi.WalletsApi* | [**createHold**](docs/WalletsApi.md#createHold) | **POST** /payments/wallets/hold | Hold currency for a user
672
+ *GobodoGobodoApi.WalletsApi* | [**getCombinedBalance**](docs/WalletsApi.md#getCombinedBalance) | **GET** /payments/wallets/balance | Get the combined balance of a user
673
+ *GobodoGobodoApi.WalletsApi* | [**getGrantById**](docs/WalletsApi.md#getGrantById) | **GET** /payments/wallets/grant/{grantId} | Get a grant by id
674
+ *GobodoGobodoApi.WalletsApi* | [**getHoldById**](docs/WalletsApi.md#getHoldById) | **GET** /payments/wallets/hold/{holdId} | Get a hold by id
675
+ *GobodoGobodoApi.WalletsApi* | [**getHoldsByWalletId**](docs/WalletsApi.md#getHoldsByWalletId) | **GET** /payments/wallets/wallet/{walletId}/holds | Get all holds for a wallet
676
+ *GobodoGobodoApi.WalletsApi* | [**getPayoutDetails**](docs/WalletsApi.md#getPayoutDetails) | **GET** /payments/wallets/payout/{payoutId} | Get a payout by id
677
+ *GobodoGobodoApi.WalletsApi* | [**getPurchaseById**](docs/WalletsApi.md#getPurchaseById) | **GET** /payments/wallets/purchase/{purchaseId} | Get a purchase by id
678
+ *GobodoGobodoApi.WalletsApi* | [**getTransferById**](docs/WalletsApi.md#getTransferById) | **GET** /payments/wallets/transfer/{transferId} | Get a transfer by id
679
+ *GobodoGobodoApi.WalletsApi* | [**getWalletBalance**](docs/WalletsApi.md#getWalletBalance) | **GET** /payments/wallets/wallet/{walletId}/balance | Get the balance of a wallet
680
+ *GobodoGobodoApi.WalletsApi* | [**getWalletById**](docs/WalletsApi.md#getWalletById) | **GET** /payments/wallets/wallet/{walletId} | Get a wallet by id
681
+ *GobodoGobodoApi.WalletsApi* | [**getWallets**](docs/WalletsApi.md#getWallets) | **GET** /payments/wallets/wallet | Get all wallets
682
+ *GobodoGobodoApi.WalletsApi* | [**grantCurrency**](docs/WalletsApi.md#grantCurrency) | **POST** /payments/wallets/grant | Grant currency to a user
683
+ *GobodoGobodoApi.WalletsApi* | [**payoutWallet**](docs/WalletsApi.md#payoutWallet) | **POST** /payments/wallets/payout | Payout to the wallet to the logged in user's cash balance
684
+ *GobodoGobodoApi.WalletsApi* | [**purchaseCurrency**](docs/WalletsApi.md#purchaseCurrency) | **POST** /payments/wallets/purchase | Purchase an item
685
+ *GobodoGobodoApi.WalletsApi* | [**releaseHold**](docs/WalletsApi.md#releaseHold) | **DELETE** /payments/wallets/hold/{holdId} | Release a hold
686
+ *GobodoGobodoApi.WalletsApi* | [**releaseHolds**](docs/WalletsApi.md#releaseHolds) | **DELETE** /payments/wallets/hold | Release all holds for a holder
687
+ *GobodoGobodoApi.WalletsApi* | [**walletTransfer**](docs/WalletsApi.md#walletTransfer) | **POST** /payments/wallets/transfer | Transfer funds between wallets
812
688
 
813
689
 
814
690
  ## Documentation for Models
@@ -816,6 +692,8 @@ Class | Method | HTTP request | Description
816
692
  - [GobodoGobodoApi.APIClient](docs/APIClient.md)
817
693
  - [GobodoGobodoApi.AccountSessionInput](docs/AccountSessionInput.md)
818
694
  - [GobodoGobodoApi.AccountSessionResponse](docs/AccountSessionResponse.md)
695
+ - [GobodoGobodoApi.Address](docs/Address.md)
696
+ - [GobodoGobodoApi.AddressResponse](docs/AddressResponse.md)
819
697
  - [GobodoGobodoApi.ApplicationPaymentAccountResponse](docs/ApplicationPaymentAccountResponse.md)
820
698
  - [GobodoGobodoApi.ApplicationPaymentAccountResponseFailureException](docs/ApplicationPaymentAccountResponseFailureException.md)
821
699
  - [GobodoGobodoApi.Article](docs/Article.md)
@@ -825,9 +703,9 @@ Class | Method | HTTP request | Description
825
703
  - [GobodoGobodoApi.BalanceDetails](docs/BalanceDetails.md)
826
704
  - [GobodoGobodoApi.BalanceResponse](docs/BalanceResponse.md)
827
705
  - [GobodoGobodoApi.BankAccountInfo](docs/BankAccountInfo.md)
828
- - [GobodoGobodoApi.Base64FileData](docs/Base64FileData.md)
829
706
  - [GobodoGobodoApi.Base64ImageUpload](docs/Base64ImageUpload.md)
830
707
  - [GobodoGobodoApi.BlogPostResponse](docs/BlogPostResponse.md)
708
+ - [GobodoGobodoApi.CacheInvalidation](docs/CacheInvalidation.md)
831
709
  - [GobodoGobodoApi.CardInfo](docs/CardInfo.md)
832
710
  - [GobodoGobodoApi.Comment](docs/Comment.md)
833
711
  - [GobodoGobodoApi.ConsoleProjectInput](docs/ConsoleProjectInput.md)
@@ -856,6 +734,8 @@ Class | Method | HTTP request | Description
856
734
  - [GobodoGobodoApi.DocumentPart](docs/DocumentPart.md)
857
735
  - [GobodoGobodoApi.DocumentPartType](docs/DocumentPartType.md)
858
736
  - [GobodoGobodoApi.DocumentType](docs/DocumentType.md)
737
+ - [GobodoGobodoApi.DomainMappingInput](docs/DomainMappingInput.md)
738
+ - [GobodoGobodoApi.DomainMappingResponse](docs/DomainMappingResponse.md)
859
739
  - [GobodoGobodoApi.EmailAddress](docs/EmailAddress.md)
860
740
  - [GobodoGobodoApi.FieldMapping](docs/FieldMapping.md)
861
741
  - [GobodoGobodoApi.Fields](docs/Fields.md)
@@ -870,8 +750,8 @@ Class | Method | HTTP request | Description
870
750
  - [GobodoGobodoApi.FunctionEnvironmentConfig](docs/FunctionEnvironmentConfig.md)
871
751
  - [GobodoGobodoApi.FunctionInput](docs/FunctionInput.md)
872
752
  - [GobodoGobodoApi.FunctionOutput](docs/FunctionOutput.md)
873
- - [GobodoGobodoApi.Geocode](docs/Geocode.md)
874
753
  - [GobodoGobodoApi.GeocodePayload](docs/GeocodePayload.md)
754
+ - [GobodoGobodoApi.GeocodeResponse](docs/GeocodeResponse.md)
875
755
  - [GobodoGobodoApi.GeolocationInput](docs/GeolocationInput.md)
876
756
  - [GobodoGobodoApi.GetFunctionConfig](docs/GetFunctionConfig.md)
877
757
  - [GobodoGobodoApi.GetFunctionEnvironmentConfig](docs/GetFunctionEnvironmentConfig.md)
@@ -881,14 +761,14 @@ Class | Method | HTTP request | Description
881
761
  - [GobodoGobodoApi.GraphAction](docs/GraphAction.md)
882
762
  - [GobodoGobodoApi.GraphActionPayload](docs/GraphActionPayload.md)
883
763
  - [GobodoGobodoApi.GraphActionResponse](docs/GraphActionResponse.md)
884
- - [GobodoGobodoApi.GraphDatabaseService](docs/GraphDatabaseService.md)
885
- - [GobodoGobodoApi.GraphGeocode](docs/GraphGeocode.md)
764
+ - [GobodoGobodoApi.GraphActionTypeInput](docs/GraphActionTypeInput.md)
765
+ - [GobodoGobodoApi.GraphActionTypeResponse](docs/GraphActionTypeResponse.md)
766
+ - [GobodoGobodoApi.GraphInput](docs/GraphInput.md)
886
767
  - [GobodoGobodoApi.GraphIteratorEntryPart](docs/GraphIteratorEntryPart.md)
887
768
  - [GobodoGobodoApi.GraphIteratorEntryPartStackTraceInner](docs/GraphIteratorEntryPartStackTraceInner.md)
888
769
  - [GobodoGobodoApi.GraphObject](docs/GraphObject.md)
889
770
  - [GobodoGobodoApi.GraphObjectPayload](docs/GraphObjectPayload.md)
890
771
  - [GobodoGobodoApi.GraphObjectResponse](docs/GraphObjectResponse.md)
891
- - [GobodoGobodoApi.GraphObjectSchema](docs/GraphObjectSchema.md)
892
772
  - [GobodoGobodoApi.GraphObjectType](docs/GraphObjectType.md)
893
773
  - [GobodoGobodoApi.GraphObjectTypeInput](docs/GraphObjectTypeInput.md)
894
774
  - [GobodoGobodoApi.GraphObjectTypeResponse](docs/GraphObjectTypeResponse.md)
@@ -896,30 +776,39 @@ Class | Method | HTTP request | Description
896
776
  - [GobodoGobodoApi.GraphOwner](docs/GraphOwner.md)
897
777
  - [GobodoGobodoApi.GraphRelationship](docs/GraphRelationship.md)
898
778
  - [GobodoGobodoApi.GraphRelationshipPayload](docs/GraphRelationshipPayload.md)
779
+ - [GobodoGobodoApi.GraphRelationshipResponse](docs/GraphRelationshipResponse.md)
899
780
  - [GobodoGobodoApi.GraphRelationshipType](docs/GraphRelationshipType.md)
781
+ - [GobodoGobodoApi.GraphRelationshipTypeInput](docs/GraphRelationshipTypeInput.md)
900
782
  - [GobodoGobodoApi.GraphRelationshipTypeResponse](docs/GraphRelationshipTypeResponse.md)
901
- - [GobodoGobodoApi.GraphSchema](docs/GraphSchema.md)
783
+ - [GobodoGobodoApi.GraphResponse](docs/GraphResponse.md)
902
784
  - [GobodoGobodoApi.GraphSchemaInput](docs/GraphSchemaInput.md)
903
785
  - [GobodoGobodoApi.GraphSchemaResponse](docs/GraphSchemaResponse.md)
904
786
  - [GobodoGobodoApi.GraphTraversalInput](docs/GraphTraversalInput.md)
905
787
  - [GobodoGobodoApi.Image](docs/Image.md)
906
788
  - [GobodoGobodoApi.InputPart](docs/InputPart.md)
907
- - [GobodoGobodoApi.InputPartMediaType](docs/InputPartMediaType.md)
789
+ - [GobodoGobodoApi.InputPartHeaders](docs/InputPartHeaders.md)
790
+ - [GobodoGobodoApi.JsonArray](docs/JsonArray.md)
791
+ - [GobodoGobodoApi.JsonObject](docs/JsonObject.md)
792
+ - [GobodoGobodoApi.JsonValue](docs/JsonValue.md)
908
793
  - [GobodoGobodoApi.KafkaSettings](docs/KafkaSettings.md)
909
794
  - [GobodoGobodoApi.Link](docs/Link.md)
910
795
  - [GobodoGobodoApi.LiveStreamInfo](docs/LiveStreamInfo.md)
911
- - [GobodoGobodoApi.MeetingEvent](docs/MeetingEvent.md)
796
+ - [GobodoGobodoApi.MediaType](docs/MediaType.md)
912
797
  - [GobodoGobodoApi.MeetingEventInput](docs/MeetingEventInput.md)
913
798
  - [GobodoGobodoApi.MeetingEventResponse](docs/MeetingEventResponse.md)
914
- - [GobodoGobodoApi.MeetingEventTimezone](docs/MeetingEventTimezone.md)
915
799
  - [GobodoGobodoApi.MeetingEventTypeInput](docs/MeetingEventTypeInput.md)
916
800
  - [GobodoGobodoApi.MeetingEventTypeResponse](docs/MeetingEventTypeResponse.md)
917
801
  - [GobodoGobodoApi.MeetingInfo](docs/MeetingInfo.md)
918
802
  - [GobodoGobodoApi.Member](docs/Member.md)
919
803
  - [GobodoGobodoApi.MemberGroupCategory](docs/MemberGroupCategory.md)
920
804
  - [GobodoGobodoApi.MemberList](docs/MemberList.md)
805
+ - [GobodoGobodoApi.MemberManagerConfigInput](docs/MemberManagerConfigInput.md)
806
+ - [GobodoGobodoApi.MemberManagerConfigResponse](docs/MemberManagerConfigResponse.md)
807
+ - [GobodoGobodoApi.MemberManagerInput](docs/MemberManagerInput.md)
808
+ - [GobodoGobodoApi.MemberManagerResponse](docs/MemberManagerResponse.md)
921
809
  - [GobodoGobodoApi.MessageGroup](docs/MessageGroup.md)
922
810
  - [GobodoGobodoApi.MultipartBody](docs/MultipartBody.md)
811
+ - [GobodoGobodoApi.MultivaluedMapStringString](docs/MultivaluedMapStringString.md)
923
812
  - [GobodoGobodoApi.NotificationInput](docs/NotificationInput.md)
924
813
  - [GobodoGobodoApi.NotificationResponse](docs/NotificationResponse.md)
925
814
  - [GobodoGobodoApi.NumberSettings](docs/NumberSettings.md)
@@ -930,6 +819,11 @@ Class | Method | HTTP request | Description
930
819
  - [GobodoGobodoApi.PageSchema](docs/PageSchema.md)
931
820
  - [GobodoGobodoApi.Pageable](docs/Pageable.md)
932
821
  - [GobodoGobodoApi.Parameter](docs/Parameter.md)
822
+ - [GobodoGobodoApi.PasswordResetInitiateRequest](docs/PasswordResetInitiateRequest.md)
823
+ - [GobodoGobodoApi.PasswordResetInitiateResponse](docs/PasswordResetInitiateResponse.md)
824
+ - [GobodoGobodoApi.PasswordResetRequest](docs/PasswordResetRequest.md)
825
+ - [GobodoGobodoApi.PasswordResetResponse](docs/PasswordResetResponse.md)
826
+ - [GobodoGobodoApi.PasswordResetValidationResponse](docs/PasswordResetValidationResponse.md)
933
827
  - [GobodoGobodoApi.Path](docs/Path.md)
934
828
  - [GobodoGobodoApi.PaymentAccountObject](docs/PaymentAccountObject.md)
935
829
  - [GobodoGobodoApi.PaymentIntentInput](docs/PaymentIntentInput.md)
@@ -948,12 +842,11 @@ Class | Method | HTTP request | Description
948
842
  - [GobodoGobodoApi.PrivateMessageConversationSchema](docs/PrivateMessageConversationSchema.md)
949
843
  - [GobodoGobodoApi.Profile](docs/Profile.md)
950
844
  - [GobodoGobodoApi.Profiletype](docs/Profiletype.md)
951
- - [GobodoGobodoApi.PropertyContainer](docs/PropertyContainer.md)
952
845
  - [GobodoGobodoApi.PublicationInput](docs/PublicationInput.md)
953
846
  - [GobodoGobodoApi.PublicationResponse](docs/PublicationResponse.md)
954
847
  - [GobodoGobodoApi.PurchaseInput](docs/PurchaseInput.md)
955
848
  - [GobodoGobodoApi.PurchaseResponse](docs/PurchaseResponse.md)
956
- - [GobodoGobodoApi.PurgeDataDefaultResponseValue](docs/PurgeDataDefaultResponseValue.md)
849
+ - [GobodoGobodoApi.PurgeDataDefaultResponse](docs/PurgeDataDefaultResponse.md)
957
850
  - [GobodoGobodoApi.RelationshipMapping](docs/RelationshipMapping.md)
958
851
  - [GobodoGobodoApi.RestApplicationInput](docs/RestApplicationInput.md)
959
852
  - [GobodoGobodoApi.RestApplicationResponse](docs/RestApplicationResponse.md)
@@ -973,7 +866,6 @@ Class | Method | HTTP request | Description
973
866
  - [GobodoGobodoApi.Sort](docs/Sort.md)
974
867
  - [GobodoGobodoApi.SourceTypes](docs/SourceTypes.md)
975
868
  - [GobodoGobodoApi.StatusUpdate](docs/StatusUpdate.md)
976
- - [GobodoGobodoApi.StreetAddress](docs/StreetAddress.md)
977
869
  - [GobodoGobodoApi.StripeAccount](docs/StripeAccount.md)
978
870
  - [GobodoGobodoApi.StripeCustomerAccount](docs/StripeCustomerAccount.md)
979
871
  - [GobodoGobodoApi.Template](docs/Template.md)
@@ -999,8 +891,9 @@ Class | Method | HTTP request | Description
999
891
  - [GobodoGobodoApi.UserInviteInput](docs/UserInviteInput.md)
1000
892
  - [GobodoGobodoApi.UserResponse](docs/UserResponse.md)
1001
893
  - [GobodoGobodoApi.UserSchema](docs/UserSchema.md)
1002
- - [GobodoGobodoApi.UserTag](docs/UserTag.md)
1003
894
  - [GobodoGobodoApi.Userid](docs/Userid.md)
895
+ - [GobodoGobodoApi.UsernameReminderRequest](docs/UsernameReminderRequest.md)
896
+ - [GobodoGobodoApi.UsernameReminderResponse](docs/UsernameReminderResponse.md)
1004
897
  - [GobodoGobodoApi.Video](docs/Video.md)
1005
898
  - [GobodoGobodoApi.VideoLiveUrl](docs/VideoLiveUrl.md)
1006
899
  - [GobodoGobodoApi.VideoSchema](docs/VideoSchema.md)
@@ -1023,6 +916,10 @@ Authentication schemes defined for the API:
1023
916
  ### NexusGraphAPIBasicLogin
1024
917
 
1025
918
 
919
+ ### NexusGraphAPIBearer
920
+
921
+ - **Type**: Bearer authentication (JWT)
922
+
1026
923
  ### NexusGraphAPIAuth
1027
924
 
1028
925