Home
Version 3
Apps (Experimental) API

Apps (Experimental) API

List all Apps

GET /v3/apps

Request

Route

GET /v3/apps?page=1&per_page=2&order_by=created_at&order_direction=desc

Parameters

Name Description Valid Values Example Values
names Names of apps to filter by
  • array of strings
  • names[]=name1&names[]=name2
space_guids Spaces to filter by
  • array of strings
  • space_guids[]=space_guid1&space_guids[]=space_guid2
organization_guids Organizations to filter by
  • array of strings
  • organization_guids[]=org_guid1&organization_guids[]=org_guid2
guids App guids to filter by
  • array of strings
  • guid[]=guid1&guid[]=guid2
page Page to display
  • >= 1
per_page Number of results per page
  • 1 - 5000
order_by Value to sort by
  • created_at, updated_at
order_direction Direction to sort by
  • asc, desc
page: 1
per_page: 2
order_by: created_at
order_direction: desc

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1NyIsImVtYWlsIjoiZW1haWwtMjQ3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5yZWFkIiwiY2xvdWRfY29udHJvbGxlci53cml0ZSJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzk0MjYyMTF9.gSILZB9aKASqzKWkBxOBvttpEgZIrTv4-oUWqigw3rw
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v3/apps?page=1&per_page=2&order_by=created_at&order_direction=desc" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM1NyIsImVtYWlsIjoiZW1haWwtMjQ3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5yZWFkIiwiY2xvdWRfY29udHJvbGxlci53cml0ZSJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzk0MjYyMTF9.gSILZB9aKASqzKWkBxOBvttpEgZIrTv4-oUWqigw3rw" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "pagination": {
    "total_results": 3,
    "first": {
      "href": "/v3/apps?order_by=created_at&order_direction=desc&page=1&per_page=2"
    },
    "last": {
      "href": "/v3/apps?order_by=created_at&order_direction=desc&page=2&per_page=2"
    },
    "next": {
      "href": "/v3/apps?order_by=created_at&order_direction=desc&page=2&per_page=2"
    },
    "previous": null
  },
  "resources": [
    {
      "guid": "guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b",
      "name": "my_app3",
      "desired_state": "STOPPED",
      "total_desired_instances": 0,
      "buildpack": "name-2028",
      "created_at": "1970-01-01T00:00:03Z",
      "updated_at": null,
      "environment_variables": {
        "magic": "beautiful"
      },
      "_links": {
        "self": {
          "href": "/v3/apps/guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b"
        },
        "space": {
          "href": "/v2/spaces/21caf590-486b-460c-8fbd-2b213ab1dbe3"
        },
        "processes": {
          "href": "/v3/apps/guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b/processes"
        },
        "routes": {
          "href": "/v3/apps/guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b/routes"
        },
        "packages": {
          "href": "/v3/apps/guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b/packages"
        },
        "droplets": {
          "href": "/v3/apps/guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b/droplets"
        },
        "start": {
          "href": "/v3/apps/guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b/start",
          "method": "PUT"
        },
        "stop": {
          "href": "/v3/apps/guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b/stop",
          "method": "PUT"
        },
        "assign_current_droplet": {
          "href": "/v3/apps/guid-832e45fc-504a-47b5-bc8e-ab0bdfa1035b/current_droplet",
          "method": "PUT"
        }
      }
    },
    {
      "guid": "guid-672abc39-00f6-4955-8d15-2b5d7e88349e",
      "name": "my_app2",
      "desired_state": "STOPPED",
      "total_desired_instances": 0,
      "buildpack": null,
      "created_at": "1970-01-01T00:00:02Z",
      "updated_at": null,
      "environment_variables": {

      },
      "_links": {
        "self": {
          "href": "/v3/apps/guid-672abc39-00f6-4955-8d15-2b5d7e88349e"
        },
        "space": {
          "href": "/v2/spaces/21caf590-486b-460c-8fbd-2b213ab1dbe3"
        },
        "processes": {
          "href": "/v3/apps/guid-672abc39-00f6-4955-8d15-2b5d7e88349e/processes"
        },
        "routes": {
          "href": "/v3/apps/guid-672abc39-00f6-4955-8d15-2b5d7e88349e/routes"
        },
        "packages": {
          "href": "/v3/apps/guid-672abc39-00f6-4955-8d15-2b5d7e88349e/packages"
        },
        "droplets": {
          "href": "/v3/apps/guid-672abc39-00f6-4955-8d15-2b5d7e88349e/droplets"
        },
        "start": {
          "href": "/v3/apps/guid-672abc39-00f6-4955-8d15-2b5d7e88349e/start",
          "method": "PUT"
        },
        "stop": {
          "href": "/v3/apps/guid-672abc39-00f6-4955-8d15-2b5d7e88349e/stop",
          "method": "PUT"
        },
        "assign_current_droplet": {
          "href": "/v3/apps/guid-672abc39-00f6-4955-8d15-2b5d7e88349e/current_droplet",
          "method": "PUT"
        }
      }
    }
  ]
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: efad7557-21a5-4b3f-a275-afa22c344724
Content-Length: 3252
X-Content-Type-Options: nosniff