Export

GET

Exports a collection of accounts.

Query parameters

created_bystringOptional

Filters for accounts created by the specified user(s).

created_date.afterdatetimeOptional

Filters for objects created after the provided timestamp (inclusive).

created_date.beforedatetimeOptional

Filters for objects created before the provided timestamp (inclusive).

display_namestringOptional

Array of display names of accounts to be filtered.

external_refsstringOptional

Array of references of accounts to be filtered.

firstintegerOptional>=1<=500

The number of accounts to return. The default is ‘50’.

modified_date.afterdatetimeOptional

Filters for objects created after the provided timestamp (inclusive).

modified_date.beforedatetimeOptional

Filters for objects created before the provided timestamp (inclusive).

sort_bystringOptional

Fields to sort the accounts by and the direction to sort them in.

stagestringOptional

Filters for accounts on specified stages.

Response

This endpoint returns an object.
accountslist of objects

The exported accounts.