GET
/
export
/
customData
curl --request GET \
  --url https://demo.enneo.ai/api/mind/export/customData
[
  "<any>"
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

format
enum<string>
default:As configured in the settings

The format of the export

Available options:
xlsx,
csv,
json
exportId
integer | null

The ID of the export. If null, the default export as configured in the settings will be used.

Response

200
application/json

Successful operation

The response is of type any[].