OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/docs/api/apiv3/paths/examples.yml

31 lines
668 B

# /api/v3/examples
---
get:
parameters:
- description: |-
The column to group by.
Note: Aggregation is as of now only supported by the work package collection.
You can pass any column name as returned by the [queries](#queries) endpoint.
example: status
in: query
name: groupBy
required: false
schema:
type: string
- description: ''
in: query
name: showSums
required: false
schema:
default: 'false'
type: string
responses:
'200':
description: OK
headers: {}
tags:
- Collections
description: ''
operationId: view_aggregated_result
summary: view aggregated result