Export Team Overview
cURL
curl --location --request POST 'https://datasaur.ai/graphql' \
--header 'Authorization: Bearer access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "query ExportTeamOverview($input: ExportTeamOverviewInput!) { exportTeamOverview(input:$input) { exportId fileUrl } }",
"variables": {
"input": {
"teamId": "121",
"method": "FILE_STORAGE"
}
}
}'Response
EMAIL
EMAILFILE_STORAGE
FILE_STORAGELast updated