Options
All
  • Public
  • Public/Protected
  • All
Menu

ExportsApi - object-oriented interface

export

Hierarchy

Index

Constructors

constructor

Methods

createExport

  • Create an export. This API is asynchronous, returning the location of a queued-export. Check the status via the getQueuedExport API.

    throws

    {RequiredError}

    memberof

    ExportsApi

    Parameters

    Returns Promise<AxiosResponse<QueuedJob, any>>

getExport

  • Get an export by ID.

    throws

    {RequiredError}

    memberof

    ExportsApi

    Parameters

    Returns Promise<AxiosResponse<Export, any>>

getQueuedExport

  • Get a queued-export. The response is either the status if running or error or, upon completion, redirects to the created export.

    throws

    {RequiredError}

    memberof

    ExportsApi

    Parameters

    Returns Promise<AxiosResponse<QueuedJob, any>>