v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
exports

Get list of exported BILL records

Get a list of exported BILL records available for you to download. By default, you get 20 results on one page of results. Set max in your request to get up to 100 results on one page.

From the response, use exportId to get the download URL for an exported record file with GET /v3/exports/{exportId}/download-link.

You can export records, such as vendors, customers, bills, and invoices. In addition, you can export AP payments and AR payments. The Import and export section in the BILL web app (Settings > Import & export > Custom File Integration) provides the complete list of entities that you can export.

See Export BILL records in the Guides section for more information, sample requests, and responses.

get/v3/exports

Query parameters

maxinteger nullable

Maximum number of results

Example:10
filtersstring nullable

Field name, operator, and value. Both simple and compound filtering is available.

The format is filters={field_01}:{op}:{value},{field_02}:{op}:{value}.

Example:status:eq:SUCCESS
pagestring nullable

Next page of results.

When a list has multiple pages, the nextPage and prevPage values in the response enable you to navigate between the pages of results. Set page as the nextPage or prevPage value for navigation.

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key generated with your BILL developer account

Example:{{developer_key}}

Response

Get list of exported BILL records response

nextPagestring
prevPagestring