0.1.50 • Published 14 days ago

@gobodo/gobodo-api v0.1.50

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
14 days 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.50
  • Package version: 0.1.50
  • 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.AdCampaignsApiget17GET /graph/data/ads/campaigns
GobodoGobodoApi.AdCampaignsApiget18GET /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.AdManagementApiget17GET /graph/data/ads/campaigns
GobodoGobodoApi.AdManagementApiget18GET /graph/data/ads/campaigns/{id}
GobodoGobodoApi.AdManagementApiget19GET /graph/data/ads/ads
GobodoGobodoApi.AdManagementApiget20GET /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.AdsApiget19GET /graph/data/ads/ads
GobodoGobodoApi.AdsApiget20GET /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.AttachmentsApiget23GET /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.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.CategoriesApiget24GET /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.CommentsApiget25GET /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.ContentManagementApiget26GET /graph/data/articles
GobodoGobodoApi.ContentManagementApiget27GET /graph/data/entryparts
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.ContentManagementApigetDocumentPartsGET /graph/data/articles/{id}/entryparts
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.ConversationsApiget38GET /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.DataSheetImportsApiget28GET /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.DefaultApiaddEndObjectTypesPUT /graph/data/actiontype/{id}/endobjecttypes
GobodoGobodoApi.DefaultApicreateApiClientPOST /graph/data/api/clients
GobodoGobodoApi.DefaultApidoEndPointGET /graph/data
GobodoGobodoApi.DefaultApiget21GET /graph/data/api/clients
GobodoGobodoApi.DefaultApiget22GET /graph/data/api/clients/{id}
GobodoGobodoApi.DefaultApiget5GET /graph/data/actiontype
GobodoGobodoApi.DefaultApiget6GET /graph/data/actiontype/{id}
GobodoGobodoApi.DefaultApigetApiClientByIdGET /graph/data/api/clients/{key}Gets an api client by id
GobodoGobodoApi.DefaultApigetEndObjectTypesGET /graph/data/actiontype/{id}/endobjecttypes
GobodoGobodoApi.DefaultApigetFieldsGET /graph/data/actiontype/{id}/fields
GobodoGobodoApi.DefaultApiresetSecretKeyPUT /graph/data/api/clients/{key}/resetSecretkeyResets the secret key of the API Client
GobodoGobodoApi.DefaultApiupdateTemplatePUT /graph/data/actiontype/{id}/template
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.DocumentsApiget26GET /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.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.EntryPartsApiget27GET /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.FormsApiget29GET /graph/data/forms
GobodoGobodoApi.FormsApiget30GET /graph/data/forms/sections
GobodoGobodoApi.FormsApiget31GET /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.FunctionsApidoPostFunctionPOST /graph/data/object/{id}/function/{function}
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.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.GraphObjectTypesApiaddPoliciesPOST /graph/data/objecttype/{id}/policies
GobodoGobodoApi.GraphObjectTypesApiget10GET /graph/data/objecttype/{id}
GobodoGobodoApi.GraphObjectTypesApiget8GET /graph/data/objecttype
GobodoGobodoApi.GraphObjectTypesApiget9GET /graph/data/objecttype/{key}
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.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.GraphRelationshipTypesApiaddStartObjectTypesPUT /graph/data/relationshiptype/{id}/startobjecttypes
GobodoGobodoApi.GraphRelationshipTypesApicreateRelationshipTypePOST /graph/data/relationshiptypeCreate relationshp type
GobodoGobodoApi.GraphRelationshipTypesApiget12GET /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.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.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.GraphRelationshipsApiget11GET /graph/data/relationship
GobodoGobodoApi.GraphRelationshipsApiget12GET /graph/data/relationshiptype
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.GraphSchemasApiget15GET /graph/data/schema
GobodoGobodoApi.GraphSchemasApiget16GET /graph/data/schema/{id}
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.GraphsApiget13GET /graph/data/graph
GobodoGobodoApi.GraphsApiget14GET /graph/data/graph/{id}
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.GraphsApigetRelationshipsGET /graph/data/graph/{id}/relationshipsGet relationships in the graph
GobodoGobodoApi.GraphsApigetRelationships1GET /graph/data/graph/{id}/relationships/{type}Get relationships in the graph with the given object type
GobodoGobodoApi.GraphsApigetSchemasGET /graph/data/graph/{id}/schemasGet schemas in the graph
GobodoGobodoApi.GraphsApiremoveSchemasDELETE /graph/data/graph/{id}/schemasRemoves schemas to the graph
GobodoGobodoApi.GroupsApiaddMembersPUT /graph/data/groups/{groupid}/addmembersAdds the users corresponding to the list of userids to the group
GobodoGobodoApi.GroupsApicreateGroupPOST /graph/data/groupsCreate Group
GobodoGobodoApi.GroupsApieditGroupPUT /graph/data/groups/{id}Edit Group
GobodoGobodoApi.GroupsApiget41GET /graph/data/groups
GobodoGobodoApi.GroupsApigetGroupByIdGET /graph/data/groups/{id}Get Group By Id
GobodoGobodoApi.GroupsApigetMembersGET /graph/data/groups/{groupid}/administratorsReturns the admins in the group
GobodoGobodoApi.GroupsApigetMembers1GET /graph/data/groups/{groupid}/membersReturns the users in the group
GobodoGobodoApi.GroupsApijoinGroupPUT /graph/data/groups/{groupid}/joinAdds the currently logged in user to the group
GobodoGobodoApi.GroupsApiremoveMemberDELETE /graph/data/groups/{groupid}/members/{uid}Remove the user from the group
GobodoGobodoApi.GroupsApisetGroupPropertiesPUT /graph/data/groups/{id}/propertiesSet Multiple Properties
GobodoGobodoApi.GroupsApisetGroupPropertyPUT /graph/data/groups/{id}/properties/{prop}Update Property
GobodoGobodoApi.IAMApicreatePolicyPOST /graph/data/iam/policiesCreate Policy
GobodoGobodoApi.IAMApiget35GET /graph/data/iam/policies
GobodoGobodoApi.IAMApiget36GET /graph/data/iam/policies/{id}
GobodoGobodoApi.IAMApiupdate2PUT /graph/data/iam/policies/{id}
GobodoGobodoApi.ImagesApiattachImagePOST /graph/data/object/{id}/attachimage
GobodoGobodoApi.ImagesApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.ImagesApiget32GET /graph/data/images
GobodoGobodoApi.ImagesApigetImageByIdGET /graph/data/images/{id}Get Image By Id
GobodoGobodoApi.ImagesApigetImagesGET /graph/data/object/{id}/images
GobodoGobodoApi.ImagesApiupdateImagePUT /graph/data/images/{id}Updates an image
GobodoGobodoApi.ImagesApiupload1POST /graph/data/images/{id}/upload
GobodoGobodoApi.ImagesApiuploadImagePOST /graph/data/imagesUpload data
GobodoGobodoApi.InvitesApiacceptInvitePUT /graph/data/invites/{inviteid}/accept
GobodoGobodoApi.InvitesApicreateInvitePOST /graph/data/invitesReturns an invite by id
GobodoGobodoApi.InvitesApicreateInviteOnObjectPOST /graph/data/invites/{objectid}/inviteReturns an invite by id
GobodoGobodoApi.InvitesApigetInviteByCodeGET /graph/data/invites/{inviteCode}Returns an invite by id
GobodoGobodoApi.InvitesApiinviteLoggedInUserGET /graph/data/invites/user/logon_userReturns the logged inuser
GobodoGobodoApi.LikesApicreateBulkActions1POST /graph/data/likesPerform multiple actions in a single bulk operation
GobodoGobodoApi.LikesApideleteAction1DELETE /graph/data/likes/{id}Delete Action
GobodoGobodoApi.LikesApideleteLikeDELETE /graph/data/likes/{objectid}Delete Like
GobodoGobodoApi.LikesApidislikePOST /graph/data/likes/{objectid}/dislikeDislike an Object
GobodoGobodoApi.LikesApiget37GET /graph/data/likes
GobodoGobodoApi.LikesApigetActionById1GET /graph/data/likes/{id}
GobodoGobodoApi.LikesApigetActionProperties1GET /graph/data/likes/{id}/propertiesGet Properties
GobodoGobodoApi.LikesApigetActionProperty1GET /graph/data/likes/{id}/properties/{prop}Get Property
GobodoGobodoApi.LikesApiisDislikedGET /graph/data/likes/{objectid}/isdislikedCheck if the user has disliked the object
GobodoGobodoApi.LikesApiisLikedGET /graph/data/likes/{objectid}/islikedCheck if the user has liked the object
GobodoGobodoApi.LikesApilikePOST /graph/data/likes/{objectid}/likeLike an Object
GobodoGobodoApi.LikesApisetActionProperties1PUT /graph/data/likes/{id}/propertiesSet Multiple Properties
GobodoGobodoApi.LikesApisetActionProperty1PUT /graph/data/likes/{id}/properties/{prop}Update Property
GobodoGobodoApi.LinkedINApiloginLinkedInPOST /graph/data/auth_linkedin
GobodoGobodoApi.LiveMeetingsApiaddLiveMeetingPUT /graph/data/live/{objectid}/addAdds a live meeting to the object
GobodoGobodoApi.LiveMeetingsApiaddLiveStreamPUT /graph/data/live/{objectid}/streamAdds a live meeting to the object
GobodoGobodoApi.MeetingEventsApideleteObjectDELETE /graph/data/object/{id}
GobodoGobodoApi.MeetingEventsApigetEventsGET /graph/data/object/{id}/eventsGet Events
GobodoGobodoApi.MeetingEventsApigetEventsDateRangeGET /graph/data/object/{id}/events/{startdate}:{enddate}Get Events Date Range
GobodoGobodoApi.MeetingEventsApigetEventsFutureGET /graph/data/object/{id}/events/futureGet Events Future
GobodoGobodoApi.MeetingEventsApigetEventsPastGET /graph/data/object/{id}/events/pastGet Events
GobodoGobodoApi.PagesApicreatePagePOST /graph/data/pagesCreate Page
GobodoGobodoApi.PagesApideleteObjectDELETE /graph/data/objec
0.1.50

14 days ago

0.1.49

21 days ago

0.1.48

21 days ago

0.1.47

1 month ago

0.1.41

1 month ago

0.1.42

1 month ago

0.1.43

1 month ago

0.1.44

1 month ago

0.1.45

1 month ago

0.1.46

1 month ago

0.1.40

1 month ago

0.1.39

1 month ago

0.1.38

2 months ago

0.1.37

3 months ago

0.1.36

4 months ago

0.1.35

4 months ago

0.1.32

4 months ago

0.1.33

4 months ago

0.1.34

4 months ago

0.1.30

4 months ago

0.1.31

4 months ago

0.1.27

4 months ago

0.1.28

4 months ago

0.1.29

4 months ago

0.1.26

4 months ago

0.1.25

4 months ago

0.1.24

5 months ago

0.1.23

5 months ago

0.1.22

5 months ago

0.1.20

5 months ago

0.1.21

5 months ago

0.1.17

5 months ago

0.1.18

5 months ago

0.1.16

5 months ago

0.1.14

5 months ago

0.1.13

6 months ago

0.1.11

6 months ago

0.1.10

6 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

8 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago