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/capabilities_context_global...

38 lines
1.2 KiB

# /api/v3/capabilities/context/global
---
get:
responses:
'200':
content:
application/hal+json:
examples:
response:
value:
_links:
self:
href: "/api/v3/capabilities/context/global"
_type: CapabilityContext::Global
id: global
schema:
"$ref": "../components/schemas/view_global_context_model.yml"
description: OK
headers: {}
'404':
content:
application/hal+json:
schema:
$ref: "../components/schemas/error_response.yml"
examples:
response:
value:
_type: Error
errorIdentifier: urn:openproject-org:api:v3:errors:NotFound
message: The requested resource could not be found.
description: Returned if the action does not exist.
headers: {}
tags:
- Actions & Capabilities
description: Returns the global capability context. This context is necessary to
consistently link to a context even if the context is not a project.
operationId: View_global_context
summary: View global context