GET /v2/users/uaa-id-418/audited_spaces?audited_space_guid=4e7e9ced-8277-4c36-b655-225b46ce85fa
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the User |
|
|
audited_space_guid | The guid of the audited 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 |
|
|
audited_space_guid: 4e7e9ced-8277-4c36-b655-225b46ce85fa
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxOSIsImVtYWlsIjoiZW1haWwtMjkxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDI2MDE1NTB9.qc1VDC_Rycc-a22-JWNF5OF43mCThxxAwQzLCZdN3eY Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/users/uaa-id-418/audited_spaces?audited_space_guid=4e7e9ced-8277-4c36-b655-225b46ce85fa" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQxOSIsImVtYWlsIjoiZW1haWwtMjkxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDI2MDE1NTB9.qc1VDC_Rycc-a22-JWNF5OF43mCThxxAwQzLCZdN3eY" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "135df72b-eb45-466d-bd89-5eb04ddd43ec", "url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec", "created_at": "2015-09-11T18:39:10Z", "updated_at": null }, "entity": { "name": "name-2275", "organization_guid": "86143ad1-d88f-441b-9fb2-5efdb6a784d3", "space_quota_definition_guid": null, "allow_ssh": true, "organization_url": "/v2/organizations/86143ad1-d88f-441b-9fb2-5efdb6a784d3", "developers_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/developers", "managers_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/managers", "auditors_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/auditors", "apps_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/apps", "routes_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/routes", "domains_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/domains", "service_instances_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/service_instances", "app_events_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/app_events", "events_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/events", "security_groups_url": "/v2/spaces/135df72b-eb45-466d-bd89-5eb04ddd43ec/security_groups" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: e800c5a7-3139-4981-bcb0-0067de3f310e Content-Length: 1485 X-Content-Type-Options: nosniff