Name | Description | Default | Valid Values | Example Values |
---|
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Space |
|
|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: host, domain_guid, organization_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.eyJ1c2VyX2lkIjoidWFhLWlkLTM1MyIsImVtYWlsIjoiZW1haWwtMjc0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQzMTAxNDN9.XhiUw6PPWjc43Hqyu5zknfsFcqhErtCpGOpEClRK9Tw Host: example.org Cookie:
GET /v2/spaces/fc292497-f3aa-44b6-9571-a8af50927728/routes
curl "https://api.[your-domain.com]/v2/spaces/fc292497-f3aa-44b6-9571-a8af50927728/routes" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1MyIsImVtYWlsIjoiZW1haWwtMjc0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQzMTAxNDN9.XhiUw6PPWjc43Hqyu5zknfsFcqhErtCpGOpEClRK9Tw" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 3dd48d13-c226-4caa-a1b1-00f634a9369b Content-Length: 741 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "55b70e30-afc1-4e4b-acaf-72a692317ce1", "url": "/v2/routes/55b70e30-afc1-4e4b-acaf-72a692317ce1", "created_at": "2015-02-12T01:42:23Z", "updated_at": null }, "entity": { "host": "host-20", "domain_guid": "45b20f35-cc9a-4f5e-b19b-c42dba45bff6", "space_guid": "fc292497-f3aa-44b6-9571-a8af50927728", "domain_url": "/v2/domains/45b20f35-cc9a-4f5e-b19b-c42dba45bff6", "space_url": "/v2/spaces/fc292497-f3aa-44b6-9571-a8af50927728", "apps_url": "/v2/routes/55b70e30-afc1-4e4b-acaf-72a692317ce1/apps" } } ] }