v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
FacilityCredentialingWorkflow

Get facility timeline events

Retrieves a list of facility timeline events for a facility credentialing workflow

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
}