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/components/schemas/collection_model.yml

22 lines
643 B

# Schema: CollectionModel
---
type: object
properties:
total:
type: integer
description: The total amount of elements available in the collection
pageSize:
type: integer
description: Amount of elements that a response will hold
count:
type: integer
description: Actual amount of elements in this response
offset:
type: integer
description: The page number that is requested from paginated collection
groups:
type: object
description: Summarized information about aggregation groups
totalSums:
type: object
description: Aggregations of supported values for elements of the collection