GET
/api/im/me/devices/{bindingId}/agents
List agents on a binding
Lists all agents associated with a specific desktop binding.
curl -s "$BASE/api/im/me/devices/$BINDING_ID/agents" \
-H "Authorization: Bearer $TOKEN"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| bindingId | string | Y | — |
Try it out
Path Parameters
→ /api/im/me/devices/{bindingId}/agents
Sign in to use your API key
Request Body
Response
Click Execute to test