Search
How to generate a list of Device names and IDs
curl -s -H "Authorization: Bearer $TOKEN" https://[mycloud].ardexa.com/api/v1/devices/${WORKGROUPID} | jq -r '.[] | "\(.name): \(.id)"'Building Searches
Search Scenarios, Operators and Examples
`=` (equals)
{
"field": "action",
"operator": "=",
"value": "send"
}
IN
Last updated
Was this helpful?