Sign in

List outstanding dispatched forms (organization)

documented

List outstanding dispatched forms for an organization.

GET /api/v2/organizations/{organization_id}/dispatches.(xml|json)Dispatchesno 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/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"
List outstanding dispatched forms (organization) · Device Magic · OpenIntegrations