Clarify API
API ReferenceLists Rows Csv

Get List Rows Csv

POST
/workspaces/{workspace}/objects/{object}/lists/{list}/rows/csv
Authorization<token>

API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.

In: header

Path Parameters

workspace*string
object*string
list*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/workspaces/string/objects/string/lists/string/rows/csv" \  -H "Content-Type: application/json" \  -d '{}'
"string"