Home
Version 3
Spaces API

Spaces API

List all Routes for the Space

GET /v2/spaces/:guid/routes

Request

Route

GET /v2/spaces/6668c2d6-e699-4c0e-bf79-79b4ced3e206/routes

Parameters

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, path
  • q=filter:value
  • q=filter>value
  • q=filter IN a,b,c
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

Body

Name Description Default Valid Values Example Values

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NCIsImVtYWlsIjoiZW1haWwtMTI1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMDd9.sRm3u93XI5aFoddh_QLs5v8WG-WG8z_Dm8FtnV3LGrg
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/spaces/6668c2d6-e699-4c0e-bf79-79b4ced3e206/routes" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NCIsImVtYWlsIjoiZW1haWwtMTI1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzM5ODExMDd9.sRm3u93XI5aFoddh_QLs5v8WG-WG8z_Dm8FtnV3LGrg" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "total_results": 1,
  "total_pages": 1,
  "prev_url": null,
  "next_url": null,
  "resources": [
    {
      "metadata": {
        "guid": "5a543c3f-e97d-4910-9ba1-c7a157ce6be4",
        "url": "/v2/routes/5a543c3f-e97d-4910-9ba1-c7a157ce6be4",
        "created_at": "2015-06-04T00:05:07Z",
        "updated_at": null
      },
      "entity": {
        "host": "host-1",
        "path": "",
        "domain_guid": "02777f6e-1f5c-452b-b637-3d15ea285c8d",
        "space_guid": "6668c2d6-e699-4c0e-bf79-79b4ced3e206",
        "domain_url": "/v2/domains/02777f6e-1f5c-452b-b637-3d15ea285c8d",
        "space_url": "/v2/spaces/6668c2d6-e699-4c0e-bf79-79b4ced3e206",
        "apps_url": "/v2/routes/5a543c3f-e97d-4910-9ba1-c7a157ce6be4/apps"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 054f6cdf-e06b-4025-a679-2ca5312ad9fd
Content-Length: 760
X-Content-Type-Options: nosniff