Skip to main content

GET Targeted Count

POST 

https://api.eu1.spotflow.io/workspaces/:workspaceId/device-fleet-configurations/validate/device-count

GET Targeted Count

Request

Path Parameters

    workspaceId uuidrequired

Body

    targetConditionstringrequired

Responses

The number of devices targeted by the condition.

Schema
    targetedDevicesint64
curl -L 'https://api.eu1.spotflow.io/workspaces/:workspaceId/device-fleet-configurations/validate/device-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"targetCondition": "string"
}'
Request Collapse all
Base URL
https://api.eu1.spotflow.io
Parameters
— pathrequired
Body
{
  "targetCondition": "string"
}