Skip to main content

Get all Entries

GET 

/v2/flows/:flowSlug/entries

  • For Commerce, this endpoint retrieves all entries for a flow.
  • For Product Experience Manager, this endpoint retrieves all entries for a template.

Request

Path Parameters

    flowSlug stringrequired

    The slug for the flow/template you want to create an entry for.

Query Parameters

    page[limit] string

    The maximum number of records per page for this response. You can set this value up to 100. If no page size is set, the page length store setting is used.

    page[offset] string

    The current offset by number of records, not pages. Offset is zero-based. The maximum records you can offset is 10,000. If no page size is set, the page length store setting is used.

Responses

OK

Schema
    data object[]
  • Array [
  • id uuid

    A unique identifier for a resource.

    type string

    Represents the type of object being returned.

    links object

    Links allow you to move between requests. Single entities use a self parameter with a link to that specific resource. Listing pages use the following:

    PropertyDescription
    currentAlways the current page
    firstAlways the first page
    lastnull if there is only one page.
    prevnull if you are on the first page.
    nextnull if there is only one page.
    self string
    meta object
    owner string

    Possible values: [store, organization]

    The resource owner, either organization or store.

    timestamps object
    created_at string

    The date and time a resource is created.

    updated_at string

    The date and time a resource is updated.

  • ]
Loading...