POST
/
tickets
/
export
curl --request POST \
  --url https://core.api.ravennahq.com/api/tickets/export \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "tableViewId": "<string>",
  "filename": "<string>"
}'
{
  "csvContent": "<string>",
  "filename": "<string>",
  "recordCount": 123
}

Authorizations

x-ravenna-api-token
string
header
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.