Workflow Events APIGET/api/workflow/registry/schemas/{schemaRef}
Product availabilityAlgaPSA
Get a workflow schema by ref
Resolves a registered workflow schema reference (URL-encoded) to its JSON Schema document.
Path parameters
schemaRefstringRequired
Registered schema reference; URL-encode it in the path.
Response body
Success response 200 · schema WorkflowSchemaResponse
refstringRequired
The resolved schema reference.
schemaobjectRequired
A JSON Schema document.
Response codes
401
API key missing/invalid.
403
Caller lacks the required permission.