0.1.68 • Published 11 months ago

@gobodo/gobodo-api v0.1.68

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
11 months ago

@gobodo/gobodo-api

GobodoGobodoApi - JavaScript client for @gobodo/gobodo-api REST Interface for Gobodo API This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 0.1.68
  • Package version: 0.1.68
  • Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install @gobodo/gobodo-api --save

Finally, you need to build the module:

npm run build
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

To use the link you just defined in your project, switch to the directory you want to use your @gobodo/gobodo-api from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

Finally, you need to build the module:

npm run build

git

If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var GobodoGobodoApi = require('@gobodo/gobodo-api');

var defaultClient = GobodoGobodoApi.ApiClient.instance;
// Configure API key authorization: NexusGraphAPIAuth
var NexusGraphAPIAuth = defaultClient.authentications['NexusGraphAPIAuth'];
NexusGraphAPIAuth.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//NexusGraphAPIAuth.apiKeyPrefix['SWAuthorization'] = "Token"
// Configure API key authorization: NexusGraphAPIKey
var NexusGraphAPIKey = defaultClient.authentications['NexusGraphAPIKey'];
NexusGraphAPIKey.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//NexusGraphAPIKey.apiKeyPrefix['apiKey'] = "Token"

var api = new GobodoGobodoApi.ActionTypesApi()
var id = 789; // {Number} 
var actiontypeid = 789; // {Number} 
var opts = {
  'authorization': "authorization_example", // {String} The authorization token of the logged in user
  'cacheduration': 56, // {Number} The how long the cache entry should persist
  'cachegroup': ["null"], // {[String]} The cache group(s) the cache entry specified by the cachekey should be grouped to
  'cachekey': ["null"], // {[String]} The key to cache the response or the key to remove if a post, put, or delete operation
  'cachescope': "cachescope_example", // {String} The scope of storage of the cache item
  'cacheuser': ["null"], // {[String]} The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
  'zeusportalPostasApp': 789, // {Number} The id of the application this operation is being performed as if the caller chooses to post as an organization page
  '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
  'zeusportalPostasSite': 789, // {Number} The id of the site this operation is being performed as if the caller chooses to post as an organization page
  'transactionid': "transactionid_example" // {String} The id of the transaction this operation is being run in
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.getActionsByType(id, actiontypeid, opts, callback);

Documentation for API Endpoints

All URIs are relative to https://test.api.gobodo.io

ClassMethodHTTP requestDescription
GobodoGobodoApi.ActionTypesApigetActionsByTypeGET /graph/data/object/{id}/actions/{actiontypeid}Get Actions By Type
GobodoGobodoApi.AdCampaignsApicreateAdCampaignPOST /graph/data/ads/campaignsCreate Ad Campaign
GobodoGobodoApi.AdCampaignsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.AdCampaignsApiget13GET /graph/data/ads/campaigns
GobodoGobodoApi.AdCampaignsApiget14GET /graph/data/ads/campaigns/{id}
GobodoGobodoApi.AdCampaignsApigetFromCatGET /graph/data/ads/campaigns/nextfromcategory/{id}
GobodoGobodoApi.AdCampaignsApiupdatePUT /graph/data/ads/campaigns/{id}
GobodoGobodoApi.AdCampaignsApiupdateAdsPOST /graph/data/ads/campaigns/{id}/ads
GobodoGobodoApi.AdCampaignsApiupdateSitesPUT /graph/data/ads/campaigns/{id}/sites
GobodoGobodoApi.AdManagementApicreateAdPOST /graph/data/ads/adsCreate Ad
GobodoGobodoApi.AdManagementApicreateAdCampaignPOST /graph/data/ads/campaignsCreate Ad Campaign
GobodoGobodoApi.AdManagementApiget13GET /graph/data/ads/campaigns
GobodoGobodoApi.AdManagementApiget14GET /graph/data/ads/campaigns/{id}
GobodoGobodoApi.AdManagementApiget15GET /graph/data/ads/ads
GobodoGobodoApi.AdManagementApiget16GET /graph/data/ads/ads/{id}
GobodoGobodoApi.AdManagementApigetCampaignGET /graph/data/ads/ads/{id}/campaign
GobodoGobodoApi.AdManagementApigetFromCatGET /graph/data/ads/campaigns/nextfromcategory/{id}
GobodoGobodoApi.AdManagementApiupdatePUT /graph/data/ads/campaigns/{id}
GobodoGobodoApi.AdManagementApiupdate1PUT /graph/data/ads/ads/{id}
GobodoGobodoApi.AdManagementApiupdateAdsPOST /graph/data/ads/campaigns/{id}/ads
GobodoGobodoApi.AdManagementApiupdateSitesPUT /graph/data/ads/campaigns/{id}/sites
GobodoGobodoApi.AdminDataManagementApipurgeDataGET /graph/data/admin/datamanagement/purge/{key}/{days}
GobodoGobodoApi.AdsApicreateAdPOST /graph/data/ads/adsCreate Ad
GobodoGobodoApi.AdsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.AdsApiget15GET /graph/data/ads/ads
GobodoGobodoApi.AdsApiget16GET /graph/data/ads/ads/{id}
GobodoGobodoApi.AdsApigetCampaignGET /graph/data/ads/ads/{id}/campaign
GobodoGobodoApi.AdsApiupdate1PUT /graph/data/ads/ads/{id}
GobodoGobodoApi.AttachmentsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.AttachmentsApiget19GET /graph/data/files
GobodoGobodoApi.AttachmentsApigetFileByIdGET /graph/data/files/{id}Get File By Id
GobodoGobodoApi.AttachmentsApigetFilesGET /graph/data/object/{id}/files
GobodoGobodoApi.AttachmentsApiupdateFilePUT /graph/data/files/{id}Update File
GobodoGobodoApi.AttachmentsApiuploadPOST /graph/data/files/{id}/upload
GobodoGobodoApi.AttachmentsApiuploadFilePOST /graph/data/files/uploadUpload data
GobodoGobodoApi.AuthenticationApiloginPOST /graph/data/auth
GobodoGobodoApi.AuthenticationApiloginAsAppPOST /graph/data/auth_as_app
GobodoGobodoApi.AuthenticationApiloginAsFunctionPOST /graph/data/auth_as_function
GobodoGobodoApi.AuthenticationApiloginAsPagePOST /graph/data/auth_as_page
GobodoGobodoApi.AuthenticationApiloginAsSitePOST /graph/data/auth_as_site
GobodoGobodoApi.AuthenticationApiloginFacebookPOST /graph/data/auth_facebook
GobodoGobodoApi.AuthenticationApiloginGooglePOST /graph/data/auth_google
GobodoGobodoApi.AuthenticationApiloginLinkedInPOST /graph/data/auth_linkedin
GobodoGobodoApi.AuthenticationApiloginTwitterPOST /graph/data/auth_twitter
GobodoGobodoApi.AuthenticationApilogoutPOST /graph/data/signout
GobodoGobodoApi.CategoriesApicreateCategoryPOST /graph/data/categoriesCreate Category
GobodoGobodoApi.CategoriesApicreateChildCategoryPOST /graph/data/categories/{id}/subcategoriesCreate a child category
GobodoGobodoApi.CategoriesApiget20GET /graph/data/categories
GobodoGobodoApi.CategoriesApigetCategoryByIdGET /graph/data/categories/{id}Gets a category by id
GobodoGobodoApi.CategoriesApigetChildCategoriesGET /graph/data/categories/{id}/subcategories
GobodoGobodoApi.CategoriesApigetRootCategoryGET /graph/data/categories/get/rootGets the root category
GobodoGobodoApi.CategoriesApiupdateCategoryPOST /graph/data/categories/{id}Update Category
GobodoGobodoApi.CommentsApicreateCommentPOST /graph/data/commentsCreate a comment
GobodoGobodoApi.CommentsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.CommentsApiget21GET /graph/data/comments
GobodoGobodoApi.CommentsApigetCommentByIdGET /graph/data/comments/{id}Gets a comment by id
GobodoGobodoApi.CommentsApigetCommentRepliesGET /graph/data/comments/{id}/repliesGet Replies
GobodoGobodoApi.CommentsApigetCommentsGET /graph/data/object/{objectid}/comments
GobodoGobodoApi.CommentsApireplyToCommentPOST /graph/data/comments/{id}/repliesAdd Replies
GobodoGobodoApi.CommentsApiupdateCommentPUT /graph/data/comments/{id}Update a comment
GobodoGobodoApi.ContentManagementApiaddDocumentPartPOST /graph/data/articles/{docid}/entryparts
GobodoGobodoApi.ContentManagementApichangeDocPartTypePUT /graph/data/entryparts/{docpartid}/changetype/{typeid}
GobodoGobodoApi.ContentManagementApichangeStatusPUT /graph/data/articles/{id}/status
GobodoGobodoApi.ContentManagementApicopyDocumentPOST /graph/data/articles/{docid}/copy
GobodoGobodoApi.ContentManagementApicopyDocumentPartPOST /graph/data/entryparts/{docpartid}/copy
GobodoGobodoApi.ContentManagementApicreateChildDocumentPartPOST /graph/data/entryparts/{docpartid}/entryparts
GobodoGobodoApi.ContentManagementApicreateDocumentPOST /graph/data/articles
GobodoGobodoApi.ContentManagementApicreateDocumentPartPOST /graph/data/entryparts
GobodoGobodoApi.ContentManagementApideleteDocPartDELETE /graph/data/entryparts/{docpartid}Delete Document Part
GobodoGobodoApi.ContentManagementApideleteDocumentDELETE /graph/data/articles/{docid}Delete Document Part
GobodoGobodoApi.ContentManagementApieditDocumentPUT /graph/data/articles/{docid}
GobodoGobodoApi.ContentManagementApiget22GET /graph/data/articles
GobodoGobodoApi.ContentManagementApiget23GET /graph/data/entryparts
GobodoGobodoApi.ContentManagementApigetAllDocumentPartTypesGET /graph/data/entryparttypes
GobodoGobodoApi.ContentManagementApigetAllDocumentTypesGET /graph/data/entrytypes
GobodoGobodoApi.ContentManagementApigetAllDocumentsGET /graph/data/articles/all
GobodoGobodoApi.ContentManagementApigetChildDocPartByPageNumGET /graph/data/entryparts/{id}/entryparts/{pagenum}
GobodoGobodoApi.ContentManagementApigetDocumentByIdGET /graph/data/articles/{id}
GobodoGobodoApi.ContentManagementApigetDocumentPartByIdGET /graph/data/entryparts/{id}
GobodoGobodoApi.ContentManagementApigetDocumentPartById1GET /graph/data/entryparts/{id}/entryparts
GobodoGobodoApi.ContentManagementApigetDocumentPartByPageNumberGET /graph/data/articles/{id}/entryparts/{pagenum}
GobodoGobodoApi.ContentManagementApigetDocumentPartTypeByIdGET /graph/data/entryparttypes/{id}
GobodoGobodoApi.ContentManagementApigetDocumentPartsGET /graph/data/articles/{id}/entryparts
GobodoGobodoApi.ContentManagementApigetDocumentTypeByIdGET /graph/data/entrytypes/{id}
GobodoGobodoApi.ContentManagementApigetDocumentsByTypeGET /graph/data/articles/entrytype/{typeid}
GobodoGobodoApi.ContentManagementApimoveChildPartPUT /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex}
GobodoGobodoApi.ContentManagementApimoveDocPartPUT /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex}
GobodoGobodoApi.ContentManagementApiupdateDocumentPartPUT /graph/data/entryparts/{docpartid}
GobodoGobodoApi.ConversationsApicreateConversationPOST /graph/data/privatemessages/conversationsCreate conversation(s)
GobodoGobodoApi.ConversationsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.ConversationsApiget34GET /graph/data/privatemessages/conversations
GobodoGobodoApi.ConversationsApigetAllConversationsGET /graph/data/privatemessages/conversations/allGet All Conversations
GobodoGobodoApi.ConversationsApigetChildConversationsGET /graph/data/privatemessages/conversations/{convoid}/childconversationsGet Child Conversations
GobodoGobodoApi.ConversationsApigetConversationByIdGET /graph/data/privatemessages/conversations/{id}Get Conversation by ID
GobodoGobodoApi.ConversationsApigetConversationParticipantsGET /graph/data/privatemessages/conversations/{convoid}/groupedmessagesGet Grouped Messages
GobodoGobodoApi.ConversationsApigetConversationParticipants1GET /graph/data/privatemessages/conversations/{convoid}/messagesGet Participants
GobodoGobodoApi.ConversationsApigetUnreadMessageCountGET /graph/data/privatemessages/conversations/newmessagecountGet the number of unread messages
GobodoGobodoApi.DataSheetImportsApiaddDataSheetImportGeocodeMappingPUT /graph/data/datasheetimport/{dsimportid}/geolocateon/{sheetprop}Geocodes the imported object based on the specified data field in the datasheet
GobodoGobodoApi.DataSheetImportsApiaddDataSheetImportMappingPUT /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop}Sets the mapping associated with the sheetprop
GobodoGobodoApi.DataSheetImportsApiaddEndObjectLookupPUT /graph/data/datasheetimport/{dsimportid}/endobjectlookupSets the lookup for the end object in a relationship import
GobodoGobodoApi.DataSheetImportsApiaddStartObjectLookupPUT /graph/data/datasheetimport/{dsimportid}/startobjectlookupSets the lookup for the start object in a relationship import
GobodoGobodoApi.DataSheetImportsApicreateDataSheetImportPOST /graph/data/datasheetimport/{containerid}/{reltypeid}/{objecttypeid}Create a datasheet import
GobodoGobodoApi.DataSheetImportsApicreateRelationshipDataSheetImportPOST /graph/data/datasheetimport/{containerid}/{reltypeid}Create a datasheet import for relationships
GobodoGobodoApi.DataSheetImportsApiget24GET /graph/data/datasheetimport
GobodoGobodoApi.DataSheetImportsApigetDataSheetImportByIdGET /graph/data/datasheetimport/{dsimportid}Gets the datasheet import specified by the given id
GobodoGobodoApi.DataSheetImportsApigetDataSheetImportMappingGET /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop}Gets the mapping associated with the sheetprop
GobodoGobodoApi.DataSheetImportsApigetDataSheetImportPreviewGET /graph/data/datasheetimport/{dsimportid}/previewGets the preview of the data being imported
GobodoGobodoApi.DataSheetImportsApiremoveDataSheetImportGeocodeMappingDELETE /graph/data/datasheetimport/{dsimportid}/geolocateonRemoves the geolocation mapping field
GobodoGobodoApi.DataSheetImportsApiremoveDataSheetImportMappingDELETE /graph/data/datasheetimport/{dsimportid}/mapping/{sheetprop}Removes the mapping associated with the sheetprop
GobodoGobodoApi.DataSheetImportsApirunDataSheetImportPOST /graph/data/datasheetimport/{dsimportid}/runRun a datasheet import
GobodoGobodoApi.DataSheetImportsApisetDataSheetImportPrivacyPUT /graph/data/datasheetimport/{dsimportid}/privacySets the privacy settings of the generated objects from the import
GobodoGobodoApi.DataSheetImportsApiupdateDataSheetImportFilePUT /graph/data/datasheetimport/{dsimportid}/datasheetUpdates the file used by a datasheet import
GobodoGobodoApi.DefaultApicreateApiClientPOST /graph/data/api/clients
GobodoGobodoApi.DefaultApidoEndPointGET /graph/data
GobodoGobodoApi.DefaultApiget17GET /graph/data/api/clients
GobodoGobodoApi.DefaultApiget18GET /graph/data/api/clients/{id}
GobodoGobodoApi.DefaultApigetApiClientByIdGET /graph/data/api/clients/{key}Gets an api client by id
GobodoGobodoApi.DefaultApiresetSecretKeyPUT /graph/data/api/clients/{key}/resetSecretkeyResets the secret key of the API Client
GobodoGobodoApi.DocumentPartTypesApigetAllDocumentPartTypesGET /graph/data/entryparttypes
GobodoGobodoApi.DocumentPartTypesApigetDocumentPartTypeByIdGET /graph/data/entryparttypes/{id}
GobodoGobodoApi.DocumentTypesApigetAllDocumentTypesGET /graph/data/entrytypes
GobodoGobodoApi.DocumentTypesApigetDocumentTypeByIdGET /graph/data/entrytypes/{id}
GobodoGobodoApi.DocumentsApiaddDocumentPartPOST /graph/data/articles/{docid}/entryparts
GobodoGobodoApi.DocumentsApichangeStatusPUT /graph/data/articles/{id}/status
GobodoGobodoApi.DocumentsApicopyDocumentPOST /graph/data/articles/{docid}/copy
GobodoGobodoApi.DocumentsApicreateDocumentPOST /graph/data/articles
GobodoGobodoApi.DocumentsApideleteDocumentDELETE /graph/data/articles/{docid}Delete Document Part
GobodoGobodoApi.DocumentsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.DocumentsApieditDocumentPUT /graph/data/articles/{docid}
GobodoGobodoApi.DocumentsApiget22GET /graph/data/articles
GobodoGobodoApi.DocumentsApigetAllDocumentsGET /graph/data/articles/all
GobodoGobodoApi.DocumentsApigetDocumentByIdGET /graph/data/articles/{id}
GobodoGobodoApi.DocumentsApigetDocumentPartByPageNumberGET /graph/data/articles/{id}/entryparts/{pagenum}
GobodoGobodoApi.DocumentsApigetDocumentPartsGET /graph/data/articles/{id}/entryparts
GobodoGobodoApi.DocumentsApigetDocumentsByTypeGET /graph/data/articles/entrytype/{typeid}
GobodoGobodoApi.EmailsApicreateEmailForPagePOST /graph/data/emails/page/{pageId}Creates an email address for a page
GobodoGobodoApi.EmailsApicreateEmailForUserPOST /graph/data/emails/user/{userId}Creates an email address for a user
GobodoGobodoApi.EmailsApigetEmailsByPageGET /graph/data/emails/page/{pageId}Returns all email addresses for a given page
GobodoGobodoApi.EmailsApigetEmailsByUserGET /graph/data/emails/user/{userid}Returns all email addresses for a given user
GobodoGobodoApi.EntryPartsApichangeDocPartTypePUT /graph/data/entryparts/{docpartid}/changetype/{typeid}
GobodoGobodoApi.EntryPartsApicopyDocumentPartPOST /graph/data/entryparts/{docpartid}/copy
GobodoGobodoApi.EntryPartsApicreateChildDocumentPartPOST /graph/data/entryparts/{docpartid}/entryparts
GobodoGobodoApi.EntryPartsApicreateDocumentPartPOST /graph/data/entryparts
GobodoGobodoApi.EntryPartsApideleteDocPartDELETE /graph/data/entryparts/{docpartid}Delete Document Part
GobodoGobodoApi.EntryPartsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.EntryPartsApiget23GET /graph/data/entryparts
GobodoGobodoApi.EntryPartsApigetChildDocPartByPageNumGET /graph/data/entryparts/{id}/entryparts/{pagenum}
GobodoGobodoApi.EntryPartsApigetDocumentPartByIdGET /graph/data/entryparts/{id}
GobodoGobodoApi.EntryPartsApigetDocumentPartById1GET /graph/data/entryparts/{id}/entryparts
GobodoGobodoApi.EntryPartsApimoveChildPartPUT /graph/data/entryparts/{docpartid}/moveto/entrypart/{newdocpartid}/{partindex}
GobodoGobodoApi.EntryPartsApimoveDocPartPUT /graph/data/entryparts/{docpartid}/moveto/article/{articleid}/{partindex}
GobodoGobodoApi.EntryPartsApiupdateDocumentPartPUT /graph/data/entryparts/{docpartid}
GobodoGobodoApi.FacebookApiloginFacebookPOST /graph/data/auth_facebook
GobodoGobodoApi.FieldsApicreateFieldInContainerPOST /graph/data/fields/{objecttype}/{objectid}Create a new field
GobodoGobodoApi.FieldsApicreateFieldsPOST /graph/data/fieldsCreates new fields
GobodoGobodoApi.FieldsApiupdateFieldPUT /graph/data/fields/{fieldid}Create a new field
GobodoGobodoApi.FilesApiattachFilePOST /graph/data/object/{id}/attachfile
GobodoGobodoApi.FormsApicreateChildSectionPOST /graph/data/forms/sections/{sectionid}/sectionsCreate a new Form
GobodoGobodoApi.FormsApicreateFormPOST /graph/data/formsCreate a new Form
GobodoGobodoApi.FormsApicreateForm2PUT /graph/data/forms/{formid}Update a form object
GobodoGobodoApi.FormsApicreateForm3PUT /graph/data/forms/sections/{formsectionid}Update a form object
GobodoGobodoApi.FormsApicreateFormSectionPOST /graph/data/forms/{id}/sectionsCreate a new Form
GobodoGobodoApi.FormsApideleteRelationship1DELETE /graph/data/forms/submissions/{id}Delete Relationship
GobodoGobodoApi.FormsApiget25GET /graph/data/forms
GobodoGobodoApi.FormsApiget26GET /graph/data/forms/sections
GobodoGobodoApi.FormsApiget27GET /graph/data/forms/submissions
GobodoGobodoApi.FormsApigetFormByIdGET /graph/data/forms/{id}Get Form By Id
GobodoGobodoApi.FormsApigetFormFieldsGET /graph/data/forms/{id}/fields
GobodoGobodoApi.FormsApigetFormSectionByIdGET /graph/data/forms/sections/{id}Get Form By Id
GobodoGobodoApi.FormsApigetFormSectionFieldsGET /graph/data/forms/sections/{id}/fields
GobodoGobodoApi.FormsApigetFormSubmissionByIdGET /graph/data/forms/submissions/{id}Get Form By Id
GobodoGobodoApi.FormsApigetRelProperties1GET /graph/data/forms/submissions/{id}/propertiesGet Properties
GobodoGobodoApi.FormsApigetRelProperty1GET /graph/data/forms/submissions/{id}/properties/{prop}Get Property
GobodoGobodoApi.FormsApisetRelProperties1PUT /graph/data/forms/submissions/{id}/propertiesSet Multiple Properties
GobodoGobodoApi.FormsApisetRelProperty1PUT /graph/data/forms/submissions/{id}/properties/{prop}Update Property
GobodoGobodoApi.FunctionsApiaddFunctionConfigPOST /graph/data/functions/{functionid}/{environment}Adds a function config
GobodoGobodoApi.FunctionsApiaddMethodToActionTypePOST /graph/data/functions/actiontype/{actiontypeid}/methodAdds a method to an action type
GobodoGobodoApi.FunctionsApiaddMethodToObjectTypePOST /graph/data/functions/objecttype/{objecttypeid}/methodAdds a method to an object type
GobodoGobodoApi.FunctionsApiaddMethodToRelationshipTypePOST /graph/data/functions/relationshiptype/{reltypeid}/methodAdds a method to an relationship type
GobodoGobodoApi.FunctionsApicreateFunctionPOST /graph/data/functionsCreates a new function
GobodoGobodoApi.FunctionsApideleteFunctionDELETE /graph/data/functions/{functionid}Deletes a function
GobodoGobodoApi.FunctionsApidoPostFunctionPOST /graph/data/object/{id}/function/{function}
GobodoGobodoApi.FunctionsApieditFunctionPUT /graph/data/functions/{functionid}Modifies a function
GobodoGobodoApi.FunctionsApieditFunctionConfigPUT /graph/data/functions/functionconfig/{functionconfigid}Edits a function config
GobodoGobodoApi.FunctionsApigetActionTypeMethodsGET /graph/data/functions/actiontype/{actiontypeid}/methodsRetrieves the methods associated with the ActionType
GobodoGobodoApi.FunctionsApigetFunctionGET /graph/data/functions/{functionid}Returns a function
GobodoGobodoApi.FunctionsApigetFunctionConfigGET /graph/data/functions/{functionid}/config/{environment}Returns the function for the given environment
GobodoGobodoApi.FunctionsApigetFunctionSubscriptionsGET /graph/data/functions/{functionid}/subscriptionsGets the subscriptions of the function
GobodoGobodoApi.FunctionsApigetObjectTypeMethodsGET /graph/data/functions/objecttype/{objecttypeid}/methodsRetrieves the methods associated with the Object Type
GobodoGobodoApi.FunctionsApigetRelationshipTypeMethodsGET /graph/data/functions/relationshiptype/{reltypeid}/methodsRetrieves the methods associated with the Object Type
GobodoGobodoApi.FunctionsApiinvokeFunctionGetGET /graph/data/functions/{functionid}/invokeCalls a function
GobodoGobodoApi.FunctionsApiinvokeFunctionPutPUT /graph/data/functions/{functionid}/invokeCalls a function
GobodoGobodoApi.FunctionsApisubscribeToTopicPUT /graph/data/functions/{functionid}/subscriptionsSubscribes to a topic
GobodoGobodoApi.GeocodeApicreateGeocodesPOST /graph/data/object/{id}/geocode
GobodoGobodoApi.GeocodeApideleteGeocodeDELETE /graph/data/object/{id}/geocode/{geocodeid}
GobodoGobodoApi.GeocodeApiget2GET /graph/data/geocode
GobodoGobodoApi.GeocodeApiget3GET /graph/data/geocode/{id}
GobodoGobodoApi.GeocodeApigetGeocodesGET /graph/data/object/{id}/geocode
GobodoGobodoApi.GoogleApiloginGooglePOST /graph/data/auth_google
GobodoGobodoApi.GraphActionTypesApiaddEndObjectTypesPUT /graph/data/actiontype/{id}/endobjecttypes
GobodoGobodoApi.GraphActionTypesApiaddMethodToActionTypePOST /graph/data/functions/actiontype/{actiontypeid}/methodAdds a method to an action type
GobodoGobodoApi.GraphActionTypesApiget5GET /graph/data/actiontype
GobodoGobodoApi.GraphActionTypesApiget6GET /graph/data/actiontype/{id}
GobodoGobodoApi.GraphActionTypesApigetActionTypeMethodsGET /graph/data/functions/actiontype/{actiontypeid}/methodsRetrieves the methods associated with the ActionType
GobodoGobodoApi.GraphActionTypesApigetEndObjectTypesGET /graph/data/actiontype/{id}/endobjecttypes
GobodoGobodoApi.GraphActionTypesApigetFieldsGET /graph/data/actiontype/{id}/fields
GobodoGobodoApi.GraphActionTypesApiupdateTemplatePUT /graph/data/actiontype/{id}/template
GobodoGobodoApi.GraphActionsApicreateActionsPOST /graph/data/object/{id}/actions
GobodoGobodoApi.GraphActionsApicreateBulkActionsPOST /graph/data/actionPerform multiple actions in a single bulk operation
GobodoGobodoApi.GraphActionsApideleteActionDELETE /graph/data/action/{id}Delete Action
GobodoGobodoApi.GraphActionsApiget4GET /graph/data/action
GobodoGobodoApi.GraphActionsApigetActionByIdGET /graph/data/action/{id}
GobodoGobodoApi.GraphActionsApigetActionPropertiesGET /graph/data/action/{id}/propertiesGet Properties
GobodoGobodoApi.GraphActionsApigetActionPropertyGET /graph/data/action/{id}/properties/{prop}Get Property
GobodoGobodoApi.GraphActionsApigetActionsGET /graph/data/object/{id}/actionsGet Actions
GobodoGobodoApi.GraphActionsApigetActionsByTypeGET /graph/data/object/{id}/actions/{actiontypeid}Get Actions By Type
GobodoGobodoApi.GraphActionsApisetActionPropertiesPUT /graph/data/action/{id}/propertiesSet Multiple Properties
GobodoGobodoApi.GraphActionsApisetActionPropertyPUT /graph/data/action/{id}/properties/{prop}Update Property
GobodoGobodoApi.GraphObjectTypesApiaddMethodToObjectTypePOST /graph/data/functions/objecttype/{objecttypeid}/methodAdds a method to an object type
GobodoGobodoApi.GraphObjectTypesApiaddPoliciesPOST /graph/data/objecttype/{id}/policies
GobodoGobodoApi.GraphObjectTypesApiget8GET /graph/data/objecttype
GobodoGobodoApi.GraphObjectTypesApigetAllObjectTypesGET /graph/data/objecttype/all
GobodoGobodoApi.GraphObjectTypesApigetDefaultObjectTypesGET /graph/data/objecttype/default
GobodoGobodoApi.GraphObjectTypesApigetFields1GET /graph/data/objecttype/{id}/fields
GobodoGobodoApi.GraphObjectTypesApigetMyObjectTypesGET /graph/data/objecttype/mine
GobodoGobodoApi.GraphObjectTypesApigetObjectTypeByIdGET /graph/data/objecttype/{id}Get Graph Object Type
GobodoGobodoApi.GraphObjectTypesApigetObjectTypeByKeyGET /graph/data/objecttype/{key}Get Graph Object Type
GobodoGobodoApi.GraphObjectTypesApigetObjectTypeMethodsGET /graph/data/functions/objecttype/{objecttypeid}/methodsRetrieves the methods associated with the Object Type
GobodoGobodoApi.GraphObjectTypesApigetSchemaObjectTypesGET /graph/data/schema/{id}/objecttypesGet Object Types
GobodoGobodoApi.GraphObjectTypesApiupdateTemplate1PUT /graph/data/objecttype/{id}/template
GobodoGobodoApi.GraphObjectsApiaddLiveMeetingPUT /graph/data/live/{objectid}/addAdds a live meeting to the object
GobodoGobodoApi.GraphObjectsApiaddLiveStreamPUT /graph/data/live/{objectid}/streamAdds a live meeting to the object
GobodoGobodoApi.GraphObjectsApiattachFilePOST /graph/data/object/{id}/attachfile
GobodoGobodoApi.GraphObjectsApiattachImagePOST /graph/data/object/{id}/attachimage
GobodoGobodoApi.GraphObjectsApicreateActionsPOST /graph/data/object/{id}/actions
GobodoGobodoApi.GraphObjectsApicreateAddObjectsToGraphPUT /graph/data/graph/{id}/objectsAdds objects to the graph
GobodoGobodoApi.GraphObjectsApicreateGeocodesPOST /graph/data/object/{id}/geocode
GobodoGobodoApi.GraphObjectsApicreateInviteOnObjectPOST /graph/data/invites/{objectid}/inviteReturns an invite by id
GobodoGobodoApi.GraphObjectsApicreateObjectPOST /graph/data/objectCreate Objects
GobodoGobodoApi.GraphObjectsApicreateObjectsPOST /graph/data/object/createobjectsCreate Objects
GobodoGobodoApi.GraphObjectsApicreateRelationshipPOST /graph/data/object/{id}/relationshipCreate a Relationship
GobodoGobodoApi.GraphObjectsApicreateRelationshipsPOST /graph/data/object/{id}/relationshipsCreate Relationships
GobodoGobodoApi.GraphObjectsApideleteGeocodeDELETE /graph/data/object/{id}/geocode/{geocodeid}
GobodoGobodoApi.GraphObjectsApideleteLikeDELETE /graph/data/likes/{objectid}Delete Like
GobodoGobodoApi.GraphObjectsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.GraphObjectsApidislikePOST /graph/data/likes/{objectid}/dislikeDislike an Object
GobodoGobodoApi.GraphObjectsApidoPostFunctionPOST /graph/data/object/{id}/function/{function}
GobodoGobodoApi.GraphObjectsApifollowPUT /graph/data/object/{id}/follow
GobodoGobodoApi.GraphObjectsApiget7GET /graph/data/object
GobodoGobodoApi.GraphObjectsApigetActionsGET /graph/data/object/{id}/actionsGet Actions
GobodoGobodoApi.GraphObjectsApigetActionsByTypeGET /graph/data/object/{id}/actions/{actiontypeid}Get Actions By Type
GobodoGobodoApi.GraphObjectsApigetAllRelationshipsGET /graph/data/object/{id}/relationships/allGet All Relationships
GobodoGobodoApi.GraphObjectsApigetAllRelationshipsByTypeGET /graph/data/object/{id}/relationships/all/{reltypeid}Get All Relationships By Type
GobodoGobodoApi.GraphObjectsApigetCommentsGET /graph/data/object/{objectid}/comments
GobodoGobodoApi.GraphObjectsApigetDataSheetImportsGET /graph/data/object/{objectid}/datasheetimportsGet Related Objects
GobodoGobodoApi.GraphObjectsApigetEventsGET /graph/data/object/{id}/eventsGet Events
GobodoGobodoApi.GraphObjectsApigetEventsDateRangeGET /graph/data/object/{id}/events/{startdate}:{enddate}Get Events Date Range
GobodoGobodoApi.GraphObjectsApigetEventsFutureGET /graph/data/object/{id}/events/futureGet Events Future
GobodoGobodoApi.GraphObjectsApigetEventsPastGET /graph/data/object/{id}/events/pastGet Events
GobodoGobodoApi.GraphObjectsApigetFilesGET /graph/data/object/{id}/files
GobodoGobodoApi.GraphObjectsApigetGeocodesGET /graph/data/object/{id}/geocode
GobodoGobodoApi.GraphObjectsApigetGraphsGET /graph/data/object/{id}/graphs
GobodoGobodoApi.GraphObjectsApigetImagesGET /graph/data/object/{id}/images
GobodoGobodoApi.GraphObjectsApigetNewsfeedGET /graph/data/object/{id}/newsfeed
GobodoGobodoApi.GraphObjectsApigetNewsfeedIndexedGET /graph/data/object/{id}/newsfeed/{start}-{end}
GobodoGobodoApi.GraphObjectsApigetNewsfeedIndexedStartGET /graph/data/object/{id}/newsfeed/{start}
GobodoGobodoApi.GraphObjectsApigetObjectByIdGET /graph/data/object/{id}
GobodoGobodoApi.GraphObjectsApigetObjectByKeyGET /graph/data/object/{key}Get Object By Key
GobodoGobodoApi.GraphObjectsApigetObjectFromSchemaGET /graph/data/object/schema/{schemakey}Get Object From Schema
GobodoGobodoApi.GraphObjectsApigetObjectPropertiesGET /graph/data/object/{id}/propertiesGet Properties
GobodoGobodoApi.GraphObjectsApigetObjectPropertyGET /graph/data/object/{id}/properties/{prop}Get Property
GobodoGobodoApi.GraphObjectsApigetObjectsInGraphGET /graph/data/graph/{id}/objectsGet objects in the graph
GobodoGobodoApi.GraphObjectsApigetObjectsInGraphByTagGET /graph/data/graph/{id}/objects/tag/{tag}Get objects in the graph with the given tag
GobodoGobodoApi.GraphObjectsApigetObjectsInGraphByTypeGET /graph/data/graph/{id}/objects/type/{type}Get objects in the graph with the given object type
GobodoGobodoApi.GraphObjectsApigetRelatedObjectsGET /graph/data/object/{id}/relatedobjects/{reltypeid}Get Related Objects
GobodoGobodoApi.GraphObjectsApigetRelatedObjectsInGET /graph/data/object/{id}/relatedobjects/{reltypeid}/inGet Related Objects
GobodoGobodoApi.GraphObjectsApigetRelatedObjectsOutGET /graph/data/object/{id}/relatedobjects/{reltypeid}/outGet Related Objects
GobodoGobodoApi.GraphObjectsApigetRelationshipsByTypeInGET /graph/data/object/{id}/relationships/in/{reltypeid}Get Incoming Relationships By Type
GobodoGobodoApi.GraphObjectsApigetRelationshipsByTypeOutGET /graph/data/object/{id}/relationships/out/{reltypeid}Get Outgoing Relationships By Type
GobodoGobodoApi.GraphObjectsApigetRelationshipsInGET /graph/data/object/{id}/relationships/inGet Incoming Relationships
GobodoGobodoApi.GraphObjectsApigetRelationshipsOutGET /graph/data/object/{id}/relationships/outGet Outgoing Relationships
GobodoGobodoApi.GraphObjectsApigetTagsGET /graph/data/object/{id}/tags
GobodoGobodoApi.GraphObjectsApigetUserTagsGET /graph/data/object/{id}/usertags
GobodoGobodoApi.GraphObjectsApigetVideosGET /graph/data/object/{id}/videos
GobodoGobodoApi.GraphObjectsApiisDislikedGET /graph/data/likes/{objectid}/isdislikedCheck if the user has disliked the object
GobodoGobodoApi.GraphObjectsApiisLikedGET /graph/data/likes/{objectid}/islikedCheck if the user has liked the object
GobodoGobodoApi.GraphObjectsApilikePOST /graph/data/likes/{objectid}/likeLike an Object
GobodoGobodoApi.GraphObjectsApisetObjectPropertiesPUT /graph/data/object/{id}/propertiesSet Multiple Properties
GobodoGobodoApi.GraphObjectsApisetObjectPropertyPUT /graph/data/object/{id}/properties/{prop}Update Property
GobodoGobodoApi.GraphObjectsApitagUsersPOST /graph/data/object/{id}/tagusers
GobodoGobodoApi.GraphObjectsApiupdateObjectPUT /graph/data/object/{id}Update an Object
GobodoGobodoApi.GraphObjectsApiupdateTagsPUT /graph/data/object/{id}/tags
GobodoGobodoApi.GraphObjectsApiviewPUT /graph/data/object/{objectid}/viewMarks the object as viewed
GobodoGobodoApi.GraphObjectsApiviewPostPOST /graph/data/object/{id}/viewMarks the object as viewed (HTTP Post Operation)
GobodoGobodoApi.GraphRelationshipTypesApiaddEndObjectTypes1PUT /graph/data/relationshiptype/{id}/endobjecttypes
GobodoGobodoApi.GraphRelationshipTypesApiaddMethodToRelationshipTypePOST /graph/data/functions/relationshiptype/{reltypeid}/methodAdds a method to an relationship type
GobodoGobodoApi.GraphRelationshipTypesApiaddStartObjectTypesPUT /graph/data/relationshiptype/{id}/startobjecttypes
GobodoGobodoApi.GraphRelationshipTypesApicreateRelationshipTypePOST /graph/data/relationshiptypeCreate relationshp type
GobodoGobodoApi.GraphRelationshipTypesApiget10GET /graph/data/relationshiptype
GobodoGobodoApi.GraphRelationshipTypesApigetAllRelationshipsByTypeGET /graph/data/object/{id}/relationships/all/{reltypeid}Get All Relationships By Type
GobodoGobodoApi.GraphRelationshipTypesApigetEndObjectTypes1GET /graph/data/relationshiptype/{id}/endobjecttypes
GobodoGobodoApi.GraphRelationshipTypesApigetFields2GET /graph/data/relationshiptype/{id}/fields
GobodoGobodoApi.GraphRelationshipTypesApigetRelationshipTypeByClassNameGET /graph/data/relationshiptype/class/{classname}
GobodoGobodoApi.GraphRelationshipTypesApigetRelationshipTypeByIdGET /graph/data/relationshiptype/{id}
GobodoGobodoApi.GraphRelationshipTypesApigetRelationshipTypeByKeyGET /graph/data/relationshiptype/{key}
GobodoGobodoApi.GraphRelationshipTypesApigetRelationshipTypeMethodsGET /graph/data/functions/relationshiptype/{reltypeid}/methodsRetrieves the methods associated with the Object Type
GobodoGobodoApi.GraphRelationshipTypesApigetRelationshipsByTypeInGET /graph/data/object/{id}/relationships/in/{reltypeid}Get Incoming Relationships By Type
GobodoGobodoApi.GraphRelationshipTypesApigetRelationshipsByTypeOutGET /graph/data/object/{id}/relationships/out/{reltypeid}Get Outgoing Relationships By Type
GobodoGobodoApi.GraphRelationshipTypesApigetSchemaRelationshipTypesGET /graph/data/schema/{id}/relationshiptypesGet Relationship Types
GobodoGobodoApi.GraphRelationshipTypesApigetStartObjectTypesGET /graph/data/relationshiptype/{id}/startobjecttypes
GobodoGobodoApi.GraphRelationshipTypesApiremoveEndObjectTypesDELETE /graph/data/relationshiptype/{id}/endobjecttypes
GobodoGobodoApi.GraphRelationshipTypesApiremoveStartObjectTypesDELETE /graph/data/relationshiptype/{id}/startobjecttypes
GobodoGobodoApi.GraphRelationshipTypesApiupdateRelationshipTypePUT /graph/data/relationshiptype/{id}Update a relationshp type
GobodoGobodoApi.GraphRelationshipTypesApiupdateTemplate2PUT /graph/data/relationshiptype/{id}/template
GobodoGobodoApi.GraphRelationshipsApiaddEndObjectTypes1PUT /graph/data/relationshiptype/{id}/endobjecttypes
GobodoGobodoApi.GraphRelationshipsApiaddStartObjectTypesPUT /graph/data/relationshiptype/{id}/startobjecttypes
GobodoGobodoApi.GraphRelationshipsApicreateRelationshipPOST /graph/data/object/{id}/relationshipCreate a Relationship
GobodoGobodoApi.GraphRelationshipsApicreateRelationshipTypePOST /graph/data/relationshiptypeCreate relationshp type
GobodoGobodoApi.GraphRelationshipsApicreateRelationshipsPOST /graph/data/object/{id}/relationshipsCreate Relationships
GobodoGobodoApi.GraphRelationshipsApideleteRelationshipDELETE /graph/data/relationship/{id}Delete Relationship
GobodoGobodoApi.GraphRelationshipsApiget10GET /graph/data/relationshiptype
GobodoGobodoApi.GraphRelationshipsApiget9GET /graph/data/relationship
GobodoGobodoApi.GraphRelationshipsApigetAllRelationshipsGET /graph/data/object/{id}/relationships/allGet All Relationships
GobodoGobodoApi.GraphRelationshipsApigetAllRelationshipsByTypeGET /graph/data/object/{id}/relationships/all/{reltypeid}Get All Relationships By Type
GobodoGobodoApi.GraphRelationshipsApigetEndObjectTypes1GET /graph/data/relationshiptype/{id}/endobjecttypes
GobodoGobodoApi.GraphRelationshipsApigetFields2GET /graph/data/relationshiptype/{id}/fields
GobodoGobodoApi.GraphRelationshipsApigetRelPropertiesGET /graph/data/relationship/{id}/propertiesGet Properties
GobodoGobodoApi.GraphRelationshipsApigetRelPropertyGET /graph/data/relationship/{id}/properties/{prop}Get Property
GobodoGobodoApi.GraphRelationshipsApigetRelationshipByIdGET /graph/data/relationship/{id}
GobodoGobodoApi.GraphRelationshipsApigetRelationshipTypeByClassNameGET /graph/data/relationshiptype/class/{classname}
GobodoGobodoApi.GraphRelationshipsApigetRelationshipTypeByIdGET /graph/data/relationshiptype/{id}
GobodoGobodoApi.GraphRelationshipsApigetRelationshipTypeByKeyGET /graph/data/relationshiptype/{key}
GobodoGobodoApi.GraphRelationshipsApigetRelationshipsGET /graph/data/graph/{id}/relationshipsGet relationships in the graph
GobodoGobodoApi.GraphRelationshipsApigetRelationships1GET /graph/data/graph/{id}/relationships/{type}Get relationships in the graph with the given object type
GobodoGobodoApi.GraphRelationshipsApigetRelationshipsByTypeInGET /graph/data/object/{id}/relationships/in/{reltypeid}Get Incoming Relationships By Type
GobodoGobodoApi.GraphRelationshipsApigetRelationshipsByTypeOutGET /graph/data/object/{id}/relationships/out/{reltypeid}Get Outgoing Relationships By Type
GobodoGobodoApi.GraphRelationshipsApigetRelationshipsInGET /graph/data/object/{id}/relationships/inGet Incoming Relationships
GobodoGobodoApi.GraphRelationshipsApigetRelationshipsOutGET /graph/data/object/{id}/relationships/outGet Outgoing Relationships
GobodoGobodoApi.GraphRelationshipsApigetStartObjectTypesGET /graph/data/relationshiptype/{id}/startobjecttypes
GobodoGobodoApi.GraphRelationshipsApiremoveEndObjectTypesDELETE /graph/data/relationshiptype/{id}/endobjecttypes
GobodoGobodoApi.GraphRelationshipsApiremoveStartObjectTypesDELETE /graph/data/relationshiptype/{id}/startobjecttypes
GobodoGobodoApi.GraphRelationshipsApisetRelPropertiesPUT /graph/data/relationship/{id}/propertiesSet Multiple Properties
GobodoGobodoApi.GraphRelationshipsApisetRelPropertyPUT /graph/data/relationship/{id}/properties/{prop}Update Property
GobodoGobodoApi.GraphRelationshipsApiupdateRelationshipTypePUT /graph/data/relationshiptype/{id}Update a relationshp type
GobodoGobodoApi.GraphRelationshipsApiupdateTemplate2PUT /graph/data/relationshiptype/{id}/template
GobodoGobodoApi.GraphSchemasApiaddSchemasPUT /graph/data/graph/{id}/schemasAdds schemas to the graph
GobodoGobodoApi.GraphSchemasApiget11GET /graph/data/schema
GobodoGobodoApi.GraphSchemasApiget12GET /graph/data/schema/{id}
GobodoGobodoApi.GraphSchemasApigetSchemaObjectTypesGET /graph/data/schema/{id}/objecttypesGet Object Types
GobodoGobodoApi.GraphSchemasApigetSchemaRelationshipTypesGET /graph/data/schema/{id}/relationshiptypesGet Relationship Types
GobodoGobodoApi.GraphSchemasApigetSchemasGET /graph/data/graph/{id}/schemasGet schemas in the graph
GobodoGobodoApi.GraphSchemasApiremoveSchemasDELETE /graph/data/graph/{id}/schemasRemoves schemas to the graph
GobodoGobodoApi.GraphSchemasApiupdateObjectTypesPUT /graph/data/schema/{id}/objecttypes
GobodoGobodoApi.GraphSchemasApiupdateTemplate3PUT /graph/data/schema/{id}/template
GobodoGobodoApi.GraphTraversalApitraversePOST /graph/data/traverseTraverses the graph and returns a list of discovered paths
GobodoGobodoApi.GraphTraversalApitraverseFromPOST /graph/data/traverse/{id}/traverse
GobodoGobodoApi.GraphTraversalApitraverseFromFindObjectsPOST /graph/data/traverse/{id}/traverseobjects
GobodoGobodoApi.GraphTraversalApitraverseFromFindRelationshipsPOST /graph/data/traverse/{id}/traverserelationships
GobodoGobodoApi.GraphTraversalApitraverseObjectsPOST /graph/data/traverse/objectsTraverses the graph based on the traversal query provided and returns the discovered objects
GobodoGobodoApi.GraphTraversalApitraverseObjectsCountPOST /graph/data/traverse/objects/countTraverses the graph based on the traversal query provided and returns a count of the discovered objects
GobodoGobodoApi.GraphTraversalApitraverseRelationshipsPOST /graph/data/traverse/relationshipsTraverses the graph based on the traversal query provided and returns the discovered relationships
GobodoGobodoApi.GraphsApiaddSchemasPUT /graph/data/graph/{id}/schemasAdds schemas to the graph
GobodoGobodoApi.GraphsApicreateAddObjectsToGraphPUT /graph/data/graph/{id}/objectsAdds objects to the graph
GobodoGobodoApi.GraphsApigetGraphByIdGET /graph/data/graph/{id}Get graph by id
GobodoGobodoApi.GraphsApigetMainGraphGET /graph/data/graphGet the main graph of the application or the object provided
GobodoGobodoApi.GraphsApigetObjectsInGraphGET /graph/data/graph/{id}/objectsGet objects in the graph
GobodoGobodoApi.GraphsApigetObjectsInGraphByTagGET /graph/data/graph/{id}/objects/tag/{tag}Get objects in the graph with the given tag
GobodoGobodoApi.GraphsApigetObjectsInGraphByTypeGET /graph/data/graph/{id}/objects/type/{type}Get objects in the graph with the given object type

*GobodoGobodoApi.

0.1.68

11 months ago

0.1.67

12 months ago

0.1.64

12 months ago

0.1.65

12 months ago

0.1.66

12 months ago

0.1.63

12 months ago

0.1.62

12 months ago

0.1.61

1 year ago

0.1.52

1 year ago

0.1.56

1 year ago

0.1.58

1 year ago

0.1.59

1 year ago

0.1.60

1 year ago

0.1.51

1 year ago

0.1.50

1 year ago

0.1.49

1 year ago

0.1.48

1 year ago

0.1.47

1 year ago

0.1.41

1 year ago

0.1.42

1 year ago

0.1.43

1 year ago

0.1.44

1 year ago

0.1.45

1 year ago

0.1.46

1 year ago

0.1.40

1 year ago

0.1.39

1 year ago

0.1.38

2 years ago

0.1.37

2 years ago

0.1.36

2 years ago

0.1.35

2 years ago

0.1.32

2 years ago

0.1.33

2 years ago

0.1.34

2 years ago

0.1.30

2 years ago

0.1.31

2 years ago

0.1.27

2 years ago

0.1.28

2 years ago

0.1.29

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.16

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago