OpenProject Collections API
Whenever a client calls a resource that can return more than one element, it will receive a collection of elements.However as collections can become quite large, the API will **not** simply return a JSON array, but a special collectionobject that will contain the actual elements in its embedded property `elements`.Collections *may* be paginated, this means that a single response from the server will not contain all elements of the collection,but only a subset. In this case the client can issue further requests to retrieve the remaining elements.There are two ways to access the result pages of a paginated collection:* offset based pagination* cursor based paginationThe available ways of pagination depend on the collection queried. Some collections feature no pagination at all, meaning theywill always return all elements. Others might only offer one of the two pagination methods or both of them.A collection also carries meta information like the total count of elements in the collection or - in case of a paginated collection -the amount of elements returned in this response and action links to retrieve the remaining elements.## Local Properties| Property | Description | Type | Availability ||:--------:| --------------------------------------------------------------- | ------- | --------------------------- || total | The total amount of elements available in the collection | Integer | always || pageSize | Amount of elements that a response will hold | Integer | when paginated || count | Actual amount of elements in this response | Integer | always || offset | The page number that is requested from paginated collection | Integer | when offset based available || groups | Summarized information about aggregation groups | Object | when grouping || totalSums| Aggregations of supported values for elements of the collection | Object | when showing sums |## Links| Link | Description | Availability ||:----------------:| ------------------------------------------------------------------------ | --------------------------- || self | Link to the current page in the collection | always || changeSize | Templated link to change the page size, might change relative position | when paginated || jumpTo | Templated link to jump to a specified offset | when offset based available || nextByOffset | Link to retrieve the following page of elements (offset based) | when offset based available || previousByOffset | Link to retrieve the preceding page of elements (offset based) | when offset based available || nextByCursor | Link to retrieve the elements following the current page (cursor based) | when cursor based available || previousByCursor | Link to retrieve the elements preceding the current page (cursor based) | when cursor based available |
OpenProject Collections API is one of 62 APIs that OpenProject publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Collection. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 1 operation across 1 path. It is described by OpenAPI 3.1.2, at version 3.
Requests are made against 3 base URLs: https://qa.openproject-edge.com, https://qa.openproject-stage.com, https://community.openproject.org.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
OpenProject Collections API declares
1 security scheme
for authenticating requests.
It accepts HTTP basic authentication (BasicAuth).
By default, every request must be authenticated.
Paths & Operations 1
Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.
Whenever a client calls a resource that can return more than one element, it will receive a collection of elements. However as collections can become quite large, the API will not…
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from OpenProject 12
Other APIs OpenProject publishes across the network.
This is an independent, third-party profile of OpenProject Collections API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.