List outstanding dispatched forms (organization)
documentedList outstanding dispatched forms for an organization.
GET /api/v2/organizations/{organization_id}/dispatches.(xml|json)Dispatchesno 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/api/v2/organizations/{{$organization_id}}/dispatches.{{$format}}" \
-X GET \
-H "Accept: application/json, application/xml" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json"