Get tax advisor export by id

Required Scopes: TAX_ADVISOR_EXPORT_READ

Returns export download data like the download URL

SecurityApiKeyAuth
Request
path Parameters
exportId
required
integer <int64>

The exportId received from createExport

Responses
200

OK

400

Validation of the request failed.

401

Authentication failed. No api-key, wrong api-key or wrong header name.

403

Authorization failed. The caller has no privilege to the given resource.

404

Entity does not exists.

409

Conflict

429

Access denied - rate limit is exceeded.

500

Unexpected system error.

get/v1/taxadvisor/exports/{exportId}
Request samples
Response samples
application/json
{
  • "fromDate": "2020-12-15",
  • "toDate": "2020-12-30",
  • "exportFileFormat": "JSON",
  • "exportFormat": "AGGREGATED",
  • "exportLocale": "ENGLISH",
  • "downloadUrl": "string"
}