Sign in

Retrieve dispatched values (device)

documented

Get dispatched values for a specific device/dispatch.

GET /api/v3/devices/{device_identifier}/dispatches/{dispatch_id}.(xml|json)?include_inputs=trueDispatchesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.devicemagic.com/api/v3/devices/{{$device_identifier}}/dispatches/{{$dispatch_id}}.{{$format}}?include_inputs=true" \
  -X GET \
  -u "{{DEVICEMAGIC_API_KEY}}:{{DEVICEMAGIC_SECRET}}" \
  -H "Accept: application/{{$format}}"