The AggX API enables you to use AggX's aggregation engine from code.
The prerequisites to using the AggX API are:
Parameter | Type | Requirement | Description |
---|---|---|---|
requestId | string | Optional | An optional id that you assign to the request. If present, the response will contain it. |
accountId | string | Required | The account id that we provide when provisioning your accesss |
key | string | Required | The API key that we provide when provisioning your accesss |
userId | string | Required | The id of the user to impersonate when running the request |
orgName | string | Required | The URL name of the organization. For https://acmecorp.crm.dyamics.com it's "acmecorp" |
verbose | bool | Optional | An flag to receive a more detailed response |
fetchXml | string | Required | A valid FetchXml aggregate query. |
POST https://aggx.meta.tools/aggregate/fetchxml
Content-Type: application/json
Accept: application/json