Home > @vsf-enterprise/epcc-api > FlowEndpoints > getAllEntries

# FlowEndpoints.getAllEntries() method

Returns a list of entries for the specified flow.

Signature:

getAllEntries(context: ElasticPathIntegrationContext, slug: string): Promise<any>;

# Parameters

Parameter Type Description
context ElasticPathIntegrationContext An auto-generated value prepended to the method as a first parameter.
slug string A unique slug identifier for the flow.

Returns:

Promise<any>