latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

FacilityCredentialingWorkflow

Get latest facility timeline events for facility credentialing workflows

Returns the most recent facility timeline event (by creation date) for each requested facility credentialing workflow ID, including data.changeReason when present. Accepts 1–10 workflow IDs. If a workflow has no timeline events, that ID is still included with an error message; other IDs are unaffected (partial success).

get/facility-credentialing-workflows/timeline-events/latest

Query parameters

{"stackTrail":"paths:/facility-credentialing-workflows/timeline-events/latest:get:parameters:0:schema:items","oasType":"schema","type":"unknown"}

One or more facility credentialing workflow IDs (max 10 unique IDs; duplicates are ignored)

Headers

tenant-idstring required

Tenant ID

Response

Successfully retrieved latest facility timeline events (may include per-ID error entries)

Example response

{
  "results": [
    {
      "workflowId": "fcw_123456"
    }
  ]
}