Export a list's contents to a CSV file

get/lists/{listId}/contents/export
Internal-Use Only

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

1No example avaliable

Path Parameters

NameTypeRequiredDescription
listId
string
true

A universally unique identifier for a list.

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
400Bad RequestThe request was invalid.Schema
403ForbiddenThe user did not have the necessary permissions.Schema
404Not FoundNo item exists at the requested path.Schema
409ConflictThe request could not be completed due to a conflict with an existing resource.Schema
500Internal Server ErrorThe request could not be fulfilled because of an unexpected server error.Schema