Skip to content
HRIS & payroll

workday.com

Test against the Workday REST API API

A hosted, stateful simulation shaped like the Workday REST API API. Writes persist, data moves on a schedule and every change can fire a signed webhook. Unofficial: not affiliated with workday.com.

Operations
23
example request
curl https://api.slurry.io/s/your-workday/ccx/api/v1/123/workers \
  -H "Authorization: Bearer slurry_sim_live_..."

Your simulation gets its own hostname, key and IP allow-list. Spec snapshot: version v1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 23.

  • GET/ccx/api/v1/{tenant}/workers
  • GET/ccx/api/v1/{tenant}/workers/{ID}
  • GET/ccx/api/v1/{tenant}/workers/{ID}/directReports
  • GET/ccx/api/v1/{tenant}/workers/{ID}/timeOffRequests
  • POST/ccx/api/v1/{tenant}/workers/{ID}/requestTimeOff
  • GET/ccx/api/v1/{tenant}/workers/{ID}/timeOffPlanBalances
  • GET/ccx/api/v1/{tenant}/supervisoryOrganizations
  • GET/ccx/api/v1/{tenant}/supervisoryOrganizations/{ID}
  • GET/ccx/api/v1/{tenant}/supervisoryOrganizations/{ID}/workers
  • GET/ccx/api/v1/{tenant}/organizations
  • GET/ccx/api/v1/{tenant}/organizations/{ID}
  • GET/ccx/api/v1/{tenant}/jobs