Name | Description | Default | Valid Values | Example Values |
---|
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the User |
|
|
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 |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTUwIiwiZW1haWwiOiJlbWFpbC0zMEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0MzEwMTIxfQ.1ukVircoPDpIoNzkvT1P4w15LHG8u5pNVh3Ij_BNLlo Host: example.org Cookie:
GET /v2/users/uaa-id-49/managed_spaces
curl "https://api.[your-domain.com]/v2/users/uaa-id-49/managed_spaces" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTUwIiwiZW1haWwiOiJlbWFpbC0zMEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0MzEwMTIxfQ.1ukVircoPDpIoNzkvT1P4w15LHG8u5pNVh3Ij_BNLlo" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 04cb4b50-02f8-47c0-9132-f2add3a589b8 Content-Length: 1457 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7", "url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7", "created_at": "2015-02-12T01:42:01Z", "updated_at": null }, "entity": { "name": "name-184", "organization_guid": "c58f0550-0d6f-4095-8ae9-79fed5ff2a09", "space_quota_definition_guid": null, "organization_url": "/v2/organizations/c58f0550-0d6f-4095-8ae9-79fed5ff2a09", "developers_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/developers", "managers_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/managers", "auditors_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/auditors", "apps_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/apps", "routes_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/routes", "domains_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/domains", "service_instances_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/service_instances", "app_events_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/app_events", "events_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/events", "security_groups_url": "/v2/spaces/f95778d6-0d4c-4d3a-8e19-24ecb4d8a9f7/security_groups" } } ] }