Skip to content

GET - MinuteView API ​

Exposes a workflow as an HTTP GET endpoint within the MinuteView API, starting execution when the endpoint is called.

Purpose ​

Use this trigger to create a custom read-only API endpoint that launches a workflow. External systems or client applications can call the generated URL with URL query parameters, and those parameters are injected into the workflow as data. This is the standard choice when you need to provide data retrieval or status-check functionality through a simple HTTP GET interface without building a dedicated controller.

Inputs ​

FieldTypeRequiredDescription
Requires AuthenticationCheckboxNoWhen checked, the endpoint requires a valid MinuteView authentication token before the workflow runs. Leave unchecked to allow unauthenticated access.

Outputs ​

NameDescription
UrlParamsA key-value dictionary of the URL query parameters supplied when the endpoint was called.

Tentech