v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacilityCredentialingWorkflow
Get timeline event status options
Retrieves available status options and required parameters for timeline events
get/facility-credentialing-workflows/{workflowId}/timeline-events/status-options
Path parameters
workflowIdstring required
ID of the facility credentialing workflow
Headers
tenant-idstring required
Tenant ID
Response
Successfully retrieved timeline event status options
Example response
{
"statusOptions": [
{
"name": "CRED_APPROVED",
"required": [
"name",
"credentialingDecisionDate"
],
"optional": [
"nextCredentialingDate"
]
}
]
}