View an Activity Aggregate by Project

get

/primeapi/restapi/activityAggregate/projects?id={id}

This endpoint returns activity aggregates that meet the following requirements:
  • The object is associated with a project with an ID value that matches one of the values of the {id} query parameter.
Activity aggregates sum the data of activities that meet specified requirements.

Request

Query Parameters
  • One or more system-generated identifiers of projects.

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested 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

204 Response

Successful operation with no content.

404 Response

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