Export a list's contents to a CSV file
get/lists/{listId}/contents/export
Returns the contents of a list to a CSV file.
The structure of the exported CSV file should match the expected structure for the imported list content.
- The column names appear at the top of the file, in the order that is specified in the list resource description.
- Each row of the list contents corresponds to a row in the CSV file beneath the column names.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
400 | Bad Request | The request was invalid. | Schema | |
403 | Forbidden | The user did not have the necessary permissions. | Schema | |
404 | Not Found | No item exists at the requested path. | Schema | |
409 | Conflict | The request could not be completed due to a conflict with an existing resource. | Schema | |
500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |