GET /v2/users/uaa-id-449/managed_spaces?managed_space_guid=3c4886ac-0820-43ba-81cf-c838796c037f
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the User |
|
|
managed_space_guid | The guid of the managed space |
|
|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: name, organization_guid, developer_guid, app_guid |
|
|
page | Page of results to fetch |
|
|
results-per-page | Number of results per page |
|
|
order-direction | Order of the results: asc (default) or desc |
|
|
inline-relations-depth | 0 - don't inline any relations and return URLs. Otherwise, inline to depth N. |
|
|
orphan-relations | 0 - de-duplicate object entries in response |
|
|
exclude-relations | comma-delimited list of relations to drop from response |
|
|
include-relations | comma-delimited list of the only relations to include in response |
|
|
managed_space_guid: 3c4886ac-0820-43ba-81cf-c838796c037f
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1MCIsImVtYWlsIjoiZW1haWwtMzI5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4NTl9.PegaUqcX4R3__yPUbgeaH4c8OiQsCoF-6rJrmFoqHa8 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/users/uaa-id-449/managed_spaces?managed_space_guid=3c4886ac-0820-43ba-81cf-c838796c037f" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1MCIsImVtYWlsIjoiZW1haWwtMzI5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4NTl9.PegaUqcX4R3__yPUbgeaH4c8OiQsCoF-6rJrmFoqHa8" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "c4c46ead-3331-47ca-86d3-ebd2a4621eae", "url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae", "created_at": "2015-11-03T00:54:19Z", "updated_at": null }, "entity": { "name": "name-2499", "organization_guid": "29fd27f6-b5c1-4044-97d1-7538b2c4c160", "space_quota_definition_guid": null, "allow_ssh": true, "organization_url": "/v2/organizations/29fd27f6-b5c1-4044-97d1-7538b2c4c160", "developers_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/developers", "managers_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/managers", "auditors_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/auditors", "apps_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/apps", "routes_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/routes", "domains_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/domains", "service_instances_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/service_instances", "app_events_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/app_events", "events_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/events", "security_groups_url": "/v2/spaces/c4c46ead-3331-47ca-86d3-ebd2a4621eae/security_groups" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 50c93dc5-4cbd-434e-be15-ed88c7cc8fa6 Content-Length: 1485 X-Content-Type-Options: nosniff