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
- 200
OK
- application/json
- Schema
- Example (auto)
Schema
response object[]
{
"response": [
{
"name": "00000000-0000-0000-0000-000000000000"
}
]
}
- curl
- nodejs
- csharp
- java
- c
- python
- CURL
curl -L 'https://resources.here.io/api/v1/applications/:application/desktops' \
-H 'Accept: application/json'