Home
Version 3
Apps API

Apps API

List all Routes for the App

GET /v2/apps/:guid/routes

Request

Route

GET /v2/apps/8189355a-0a04-4a48-8a3b-000d8343fea7/routes

Parameters

Name Description Valid Values Example Values
guid The guid of the App
q Parameters used to filter the result set.
Format queries as <filter><op><value>
Valid ops: : >= <= < > IN
Valid filters: host, domain_guid, organization_guid
  • 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.eyJ1c2VyX2lkIjoidWFhLWlkLTM0OCIsImVtYWlsIjoiZW1haWwtMjUwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjkwMzg3MTl9.HtqSCWQW-5tf0kVTQw_PqjNv_wOuYtOh0nxhJKTZYQE
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/apps/8189355a-0a04-4a48-8a3b-000d8343fea7/routes" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM0OCIsImVtYWlsIjoiZW1haWwtMjUwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjkwMzg3MTl9.HtqSCWQW-5tf0kVTQw_PqjNv_wOuYtOh0nxhJKTZYQE" \
	-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": "2fdb01da-9699-443d-b0da-77b4994fda03",
        "url": "/v2/routes/2fdb01da-9699-443d-b0da-77b4994fda03",
        "created_at": "2015-04-07T19:11:58Z",
        "updated_at": null
      },
      "entity": {
        "host": "host-21",
        "domain_guid": "afd67546-b2a2-4c15-ac57-c14626637765",
        "space_guid": "1beae9a4-3693-46db-be6a-d4c6f0102970",
        "domain_url": "/v2/domains/afd67546-b2a2-4c15-ac57-c14626637765",
        "space_url": "/v2/spaces/1beae9a4-3693-46db-be6a-d4c6f0102970",
        "apps_url": "/v2/routes/2fdb01da-9699-443d-b0da-77b4994fda03/apps"
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 901a0d3e-8e28-446e-9ae2-a9bde655d07a
Content-Length: 741
X-Content-Type-Options: nosniff