Scenarios
Scenarios enable you to test, preview, and troubleshoot your templates, blueprints, and workflows with realistic data directly within Signstack. They act as reusable test fixtures containing entities with sample data that conform to your schemas, allowing you to validate your document generation and workflow logic in a safe environment before deployment.
Each scenario is a named collection of entities, where each entity is associated with a schema and contains sample data. This makes it easy to test different use cases, edge cases, and variations of your documents right within Signstack - no need to create real data, run actual workflows, or use external tools for testing.
Scenarios help accelerate development by providing an integrated testing environment, ensuring data quality through schema validation, and enabling rapid iteration on your templates and workflows.
- get/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios
- post/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios
- post/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios/auto-generate
- post/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios/temp/lookup
- put/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios/temp/{key}
- get/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios/{key}
- put/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios/{key}
- delete/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios/{key}
- post/v1/orgs/{orgId}/ns/{namespaceKey}/scenarios/{key}/add-missing-data
