Retrieve dispatched values (user)
documentedGet dispatched values for a specific user/dispatch.
GET /api/v3/users/{user_identifier}/dispatches/{dispatch_id}.(xml|json)?include_inputs=trueDispatchesno implementation yet0 runsNo 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/v1/api/v3/users/{{$user_identifier}}/dispatches/{{$dispatch_id}}.{{$format}}?include_inputs=true" \
-X GET \
-H "Accept: application/{{$format}}" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-DeviceMagic-Api-Key: {{DEVICEMAGIC_API_KEY}}"