latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

FacilityCredentialingWorkflow

List timeline events for a facility workflow

Returns the list of timeline events for the specified facility credentialing workflow. Timeline events represent status transitions and other tracked changes to the workflow over its lifecycle. When to use: Use to retrieve the audit trail or status history of a workflow. Scoped to the workflow's tenant. Filtering and sorting: Both filter and order accept JSON strings. Returns: 200 OK with a list of timeline event records. Filter values must be string maps only; in and nin filter forms are dropped by the api-layer parser and have no effect.

get/facility-credentialing-workflows/{workflowId}/timeline-events

Path parameters

workflowIdstring required

ID of the facility credentialing workflow

Query parameters

endAtIdstring

End at document ID, for backward cursor-based pagination

filterstring

Filter criteria as JSON string

orderstring

Sort order as JSON string

pageinteger

Page number (0-based), for offset-based pagination

sizeinteger

Page size

startAfterIdstring

Start after document ID, for forward cursor-based pagination

Headers

tenant-idstring required

Tenant ID

Response

Successfully retrieved facility timeline events

totalCountinteger

Total count of facility timeline events matching the filter criteria

Example response

{
  "totalCount": 100
}