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.eyJ1c2VyX2lkIjoidWFhLWlkLTE3MCIsImVtYWlsIjoiZW1haWwtMTI1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4NzN9.wpjgq1jdZBtaFZ3ZXnyg78cvOigmocpNm_Gqd1bsPg4 Host: example.org Cookie:
GET /v2/users/uaa-id-169/audited_spaces
curl "https://api.[your-domain.com]/v2/users/uaa-id-169/audited_spaces" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE3MCIsImVtYWlsIjoiZW1haWwtMTI1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjI5OTA4NzN9.wpjgq1jdZBtaFZ3ZXnyg78cvOigmocpNm_Gqd1bsPg4" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: b0c8479d-1f10-415a-82b3-b35359934004 Content-Length: 1458 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "62a82942-8b47-48cd-9af9-c312de519779", "url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779", "created_at": "2015-01-27T19:14:33Z", "updated_at": null }, "entity": { "name": "name-1242", "organization_guid": "c5b12dbe-388b-49f4-8aae-361b33f9bd20", "space_quota_definition_guid": null, "organization_url": "/v2/organizations/c5b12dbe-388b-49f4-8aae-361b33f9bd20", "developers_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/developers", "managers_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/managers", "auditors_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/auditors", "apps_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/apps", "routes_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/routes", "domains_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/domains", "service_instances_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/service_instances", "app_events_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/app_events", "events_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/events", "security_groups_url": "/v2/spaces/62a82942-8b47-48cd-9af9-c312de519779/security_groups" } } ] }