forked from datasaur-ai/api-client-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexport-eos.json
More file actions
17 lines (17 loc) · 715 Bytes
/
export-eos.json
File metadata and controls
17 lines (17 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"operationName": "ExportTextProjectQuery",
"variables": {
"input": {
"projectIds": [""],
"role": "REVIEWER",
"format": "DATASAUR_SCHEMA",
"fileName": "<FILENAME>",
"method": "EXTERNAL_OBJECT_STORAGE",
"externalObjectStorageParameter": {
"externalObjectStorageId": "<EOS_ID>",
"prefix": "<PREFIX>"
}
}
},
"query": "query ExportTextProjectQuery($input: ExportTextProjectInput!) {\n result: exportTextProject(input: $input) {\n ...ExportRequestRedirectResultFragment\n __typename\n }\n}\n\nfragment ExportRequestRedirectResultFragment on ExportRequestResult {\n exportId\n fileUrl\n queued\n redirect\n key\n __typename\n}\n"
}