Resource: Export File ( /api/exportfile/{filename} )
Used to retrieve the contents of an exported file.
This resource supports the following methods: GET
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).
| Status | Description |
|---|---|
| 200 - OK | Returned if the request was completed successfully. |
| 404 - NotFound | Returned if the file does not exist. |
Example - Get export file contents
Example of retrieving the contents of an exported file.
Request Headers
| Key | Value | Description |
|---|---|---|
| Accept | text/csv |
Request Parameters
| Key | Value | Description |
|---|---|---|
| {filename} | export-Entities-2012-07-03-115806pm.csv | The filename to download. |
Response Headers
| Key | Value | Description |
|---|---|---|
| Content-Type | text/csv |
Status Code
200 - OK