# /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