Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel2
maxLevel2
typeflat

Overview

The aggregation Aggregation task API can be used to work easily with aggregation tasks, without the need to log in to your Devo domain. You can use it to create new aggregation tasks, check their statuses, update and list them, and so on.

Base URLs

To perform a request with the Devo aggregation Aggregation task API, choose the endpoint based on your Devo domain's region:

Region

Base URL

Swagger documentation

USA

https://api-us.devo.com/aggregations/v2https://api-us.devo.com/aggregations/doc/

EU

https://api-eu.devo.com/aggregations/v2

https://api-eu.devo.com/aggregations/doc/

CA

https://api-ca.devo.com/aggregations/v2

https://api-ca.devo.com/aggregations/doc/

Add the corresponding paths to your base URL to perform the operation you need, such as creating a new aggregation task, modifying it, or deleting it. Check all the available operations and how to perform them in the following sections.

Child pages (Children Display)
alltrue

Test the API

Check the following Swagger UI pages to visualize and interact with this API. Select the proper one according to your region and start trying the API.

Note

Authorize you API requests

Note that you need a valid Devo token to authorize your Aggregation task API requests. Learn how to generate it Authorizing aggregation task API requests.