Skip to main content

Get all desktops within a application

GET 

/api/v1/applications/:application/desktops

Get all desktops within a application

Request

Path Parameters

    application stringrequired

    The name of the application located in your app config.

    Example: Openfin Hello World

Header Parameters

    x-openfin-api-key stringrequired

    An API key used to access your logs. To get one, please contact support@openfin.co.

    Example: 00000000-0000-0000-0000-000000000000

Responses

OK

Schema
    response object[]
  • Array [
  • namestring

    The desktop id

  • ]
curl -L 'https://resources.here.io/api/v1/applications/:application/desktops' \
-H 'Accept: application/json'
Request Collapse all
Parameters
— pathrequired
— headerrequired