Skip to main content
GET
/
v1
/
entities
/
{entityId}
/
aggregations
/
total
Retrieve the total Aggregation
curl --request GET \
  --url https://api.traxes.io/connect/v1/entities/{entityId}/aggregations/total \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "entityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Query Parameters

start
string<date-time>
required

The start of the time frame

end
string<date-time>
required

The end of the time frame

Response

OK

An aggregation.

data
object

The data of an aggregation.

entityId
string<uuid>

The id of the Entity

id
string<uuid>

The id of the aggregation.

timeframe
object