Overview
Get full API list for the application.
Request Arguments
This endpoint does not accept any request arguments.
Result Arguments
Response
{
"DocuSign": {
"className": "ExtAPIDocuSign",
"file": "include\/externalAPI\/DocuSign\/ExtAPIDocuSign.php",
"supportedModules": [
"DocuSignEnvelopes"
],
"useAuth": true,
"requireAuth": true,
"authMethod": "oauth2",
"connector": "ext_eapm_docusign"
},
"Dropbox": {
"className": "ExtAPIDropbox",
"file": "include\/externalAPI\/Dropbox\/ExtAPIDropbox.php",
"supportedModules": [],
"useAuth": true,
"requireAuth": true,
"authMethod": "oauth2",
"connector": "ext_eapm_dropbox"
},
"GoToMeeting": {
"className": "ExtAPIGoToMeeting",
"file": "include\/externalAPI\/GoToMeeting\/ExtAPIGoToMeeting.php",
"supportedModules": [
"Meetings"
],
"useAuth": true,
"requireAuth": true,
"supportMeetingPassword": false,
"authMethod": "oauth",
"needsUrl": false,
"canInvite": false,
"sendsInvites": false,
"connector": "ext_eapm_gotomeeting"
},
"Google": {
"className": "ExtAPIGoogle",
"file": "include\/externalAPI\/Google\/ExtAPIGoogle.php",
"supportedModules": [
"Documents",
"Import"
],
"useAuth": true,
"requireAuth": true,
"docSearch": true,
"authMethod": "oauth2",
"needsUrl": false,
"connector": "ext_eapm_google"
},
"GoogleEmail": {
"className": "ExtAPIGoogleEmail",
"file": "include\/externalAPI\/GoogleEmail\/ExtAPIGoogleEmail.php",
"supportedModules": [
"OutboundEmail",
"InboundEmail"
],
"useAuth": true,
"requireAuth": true,
"authMethod": "oauth2",
"needsUrl": false,
"connector": "ext_eapm_google"
},
"IBMSmartCloud": {
"className": "ExtAPIIBMSmartCloud",
"file": "include\/externalAPI\/IBMSmartCloud\/ExtAPIIBMSmartCloud.php",
"supportedModules": [
"Meetings",
"Notes",
"Documents"
],
"useAuth": true,
"requireAuth": true,
"supportMeetingPassword": false,
"docSearch": true,
"authMethod": "oauth",
"needsUrl": false,
"canInvite": false,
"sendsInvites": false,
"connector": "ext_eapm_ibmsmartcloud",
"restrictUploadsByExtension": false
},
}
Change Log
Version |
Change |
11.23
|
Added /<list> GET endpoint.
|