/

Get workflow executions of organization

get

Retrieve workflow execution logs for the organization

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Query parameters
completedstringOptional

Completion status

Example: completed
isConsentbooleanOptional

Survey consent status

Example: true
providerPopulationTagsinteger[]Optional

Provider's population tags

Default: []Example: [1,2]
surveyIdinteger[]Optional

Survey IDs

Default: []Example: [1,2]
appointmentIdintegerOptional

Appointment ID

Example: 1
organizationIdintegerOptional

Organization identifier

Example: 1
personIdintegerOptional

Person identifier

Example: 1
initiatingServiceProviderIdstringOptional

Initiating service provider identifier

Example: 123e4567-e89b-12d3-a456-426614174000
initiatingServiceProviderNamestringOptional

Initiating service provider name

Example: Dr. John Doe
patientNamestringOptional

Patient name

Example: Jane Doe
serviceProviderIdstringOptional

Service provider identifier

Example: 123e4567-e89b-12d3-a456-426614174000
assignedServiceProviderIdstringOptional

Assigned service provider identifier

Example: 123e4567-e89b-12d3-a456-426614174000
assignedServiceProviderNamestringOptional

Assigned service provider name

Example: Dr. Jane Smith
patientIdstringOptional

Patient identifier

Example: 123e4567-e89b-12d3-a456-426614174000
consumerUuidstringOptional

Consumer UUID

Example: 123e4567-e89b-12d3-a456-426614174000
orderBystringOptional

Order by field

Example: date
orderDirectionstringOptional

Order direction

Example: asc
pageNumberintegerOptional

Page number

Example: 1
pageSizeintegerOptional

Page size

Example: 10
consentNamestringOptional

Consent name to filter by

Example: Medical Orders for Life-Sustaining Treatment
includeCountstring[]Optional

List of statuses to include in count response

Default: []Example: ["pending_with_provider","pending_with_patient"]
Responses
chevron-right
200Success
application/json
get
/api/workflow-execution/
200Success

Was this helpful?