Resource: Export File ( /api/exportfile/{filename} )

Used to retrieve the contents of an exported file.

Methods

GET


Retrieves the contents of an exported file.

Status Codes

These are the expected status codes returned by the service - in addition, some other status codes may be returned if either an internal error occurs or there is an authentication issue (such as an expired OAuth token).

StatusDescription
200 - OKReturned if the request was completed successfully.
404 - NotFoundReturned if the file does not exist.

Example - Get export file contents

Example of retrieving the contents of an exported file.

Request Headers

KeyValueDescription
Accepttext/csv

Request Parameters

KeyValueDescription
{filename}export-Entities-2012-07-03-115806pm.csvThe filename to download.

Response Headers

KeyValueDescription
Content-Typetext/csv

Status Code

200 - OK

  • No labels