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/queries_schema.yml

33 lines
1.0 KiB

# /api/v3/queries/schema
---
get:
responses:
'200':
content:
application/hal+json:
examples:
QuerySchema:
"$ref": "../components/examples/query_schema.yml"
schema:
"$ref": "../components/schemas/schema_for_global_queries_model.yml"
description: OK
headers: {}
'403':
content:
application/hal+json:
schema:
$ref: "../components/schemas/error_response.yml"
examples:
response:
value:
_type: Error
errorIdentifier: urn:openproject-org:api:v3:errors:MissingPermission
message: You are not authorized to access this resource.
description: "**Required permission:** view work package in any project"
headers: {}
tags:
- Queries
description: Retrieve the schema for global queries, those, that are not assigned
to a project.
operationId: View_schema_for_global_queries
summary: View schema for global queries