View an Activity Aggregate

get

/primeapi/restapi/activityAggregate/{id}

This endpoint returns activity aggregates that meet the following requirements:
  • The object has an ID that matches the value of the {id} path parameter.
Activity aggregates sum the data of activities that meet specified requirements.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityActivityAggregate
Type: object
Show Source
Nested Schema : Unit
Type: object
Nested Schema : ApiEntityActivityAggregateConfiguredFields
Type: object
Show Source
Nested Schema : Percent
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost and non-text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

404 Response

The requested activity aggregate does not exist, or you do not have access to it.