All URIs are relative to /activiti-app/api
Method | HTTP request | Description |
---|---|---|
getAccounts | GET /enterprise/account/integration | Retrieve external account information |
Retrieve external account information
Accounts are used to integrate with third party apps and clients
Return type: ResultListDataRepresentationAccountRepresentation
Example
import { AlfrescoApi, AccountIntegrationApi } from '@alfresco/js-api';
const alfrescoApi = new AlfrescoApi(/*..*/);
const accountIntegrationApi = new AccountIntegrationApi(alfrescoApi);
accountIntegrationApi.getAccounts().then((data) => {
console.log('API called successfully. Returned data: ' + data);
});
Properties
Name | Type |
---|---|
data | AccountRepresentation[] |
size | number |
start | number |
total | number |
Properties
Name | Type |
---|---|
authorizationUrl | string |
authorized | boolean |
metaDataAllowed | boolean |
name | string |
serviceId | string |