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.

Request Samples

1

Response Samples

1export.csv

Path Parameters

NameTypeRequiredDescription
listId
string
true

A universally unique identifier for a list.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
403Forbidden

The user did not have the necessary permissions.

Schema
404Not Found

No item exists at the requested path.

Schema
409Conflict

The request could not be completed due to a conflict with an existing resource.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema