Retrieves a list of Worklets
Successful Operation
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Service Unavailable
Invalid Request
$apiKey = 'your_automox_api_key' $headers = @{ "Authorization" = "Bearer $apiKey" } $url = "https://console.automox.com/api/worklet-catalog?page=0&limit=25&sort=name:asc&q=dbeaver,community $response = (Invoke-WebRequest -Method Get -Uri $url -Headers $headers -ContentType "application/json").Content
{- "uuid": "ab6a9bdc-95b8-5e82-a248-dafe2e40d5a7",
- "name": "Add Network Printer",
- "description": "This worklet will allow an Admin to add a network shared printer that installs at user logon.",
- "category": "System Preferences",
- "keywords": [
- "task",
- "logon",
- "scheduled",
- "printer",
- "share",
- "network"
], - "inputs": [ ],
- "language": "PowerShell",
- "status": "ACTIVE",
- "creator": "Basil Fawlty",
- "verified": true,
- "version": "1.0.0",
- "authors": [
- {
- "name": "Basil Fawlty",
- "email": "example@automox.com"
}
], - "categories": [
- "System Preferences"
], - "bundles": [ ],
- "refs": [ ],
- "legacy_id": 4,
- "user_interaction_required": false,
- "os_family": "Windows",
- "feature_compatibility": [ ],
- "schema_version": "2.0.0",
- "device_type": [
- "SERVER",
- "WORKSTATION"
], - "license_required": false,
- "minimum_agent_required": "1.42.0",
- "create_time": "2021-03-29T20:12:24Z",
- "update_time": "2023-08-17T18:12:06Z"
}