HRIS & payroll
superset.apache.local:superset
Superset sandbox and mock API
Superset Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 120
- Collections
- -
- Event types
- -
example request
curl https://your-superset-apache-local-superset.slurry.io/annotation_layer/ \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API 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 120.
- GET/annotation_layer/
- POST/annotation_layer/
- DELETE/annotation_layer/
- GET/annotation_layer/_info
- GET/annotation_layer/related/{column_name}
- GET/annotation_layer/{pk}
- PUT/annotation_layer/{pk}
- DELETE/annotation_layer/{pk}
- GET/annotation_layer/{pk}/annotation/
- POST/annotation_layer/{pk}/annotation/
- DELETE/annotation_layer/{pk}/annotation/
- GET/annotation_layer/{pk}/annotation/{annotation_id}