mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
70 lines
1.6 KiB
YAML
70 lines
1.6 KiB
YAML
name: status
|
|
in: query
|
|
description: filter by workflow session status
|
|
required: false
|
|
schema:
|
|
type: string
|
|
enum: [
|
|
"waiting on workflow",
|
|
"identity proofing completed",
|
|
"new",
|
|
"closing",
|
|
"pending request",
|
|
"requested",
|
|
"pending approval",
|
|
"approved",
|
|
"pending notification",
|
|
"notified",
|
|
"pending review",
|
|
"reviewed",
|
|
"pending trigger",
|
|
"stored procedure",
|
|
"pending status change",
|
|
"status changed",
|
|
"pending update",
|
|
"non employee updated",
|
|
"non employee created",
|
|
"pending creation",
|
|
"rejected",
|
|
"pending assignment",
|
|
"assigned",
|
|
"default",
|
|
"failed",
|
|
"un assigned",
|
|
"auto assigned",
|
|
"ldap provided",
|
|
"pending ldap",
|
|
"pending fulfillment",
|
|
"pending stored procedure",
|
|
"pending courion add",
|
|
"fulfilled",
|
|
"pending courion update",
|
|
"courion add",
|
|
"pending courion_extend",
|
|
"courion update",
|
|
"pending courion terminate",
|
|
"courion extend",
|
|
"pending profile select",
|
|
"courion terminate",
|
|
"batch completed",
|
|
"profiles selected",
|
|
"answered questions",
|
|
"pending questions",
|
|
"attempting to start workflow",
|
|
"started workflow",
|
|
"profile check complete",
|
|
"completed",
|
|
"processing",
|
|
"pending set attribute",
|
|
"invitation sent",
|
|
"action skipped",
|
|
"api request sent",
|
|
"attribute set",
|
|
"disabled",
|
|
"duplicates resolved",
|
|
"soap request sent",
|
|
"checking for duplicates",
|
|
"pending identity proofing",
|
|
"closed",
|
|
"workflow changed"
|
|
] |