Retrieve owned resources
Retrieve owned resources
Query Parameters
owner string
Resource owner
scope string
Scope of the resources to retrieve
workspace string
Workspace of the rsources to retrieve
Responses
- 200
- 500
Contains list of owned resources
- application/json
- Schema
- Example (from schema)
Schema array
kind string
name string
workspace string
[
{
"kind": "string",
"name": "string",
"workspace": "string"
}
]
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...