You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: field-manager-python-client/field_manager_python_client/api/export/export_projects_project_id_export_post.py
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,15 @@ def sync_detailed(
70
70
71
71
Supported **export_type**:
72
72
73
-
- **ProjectFiles**: Download files, with ID listed in the file_ids, in a Zip file.
73
+
- **LocationCSV**: Download CSV file with key location information (onshore format).
74
74
- **LocationGeoJSON**: Download GeoJSON files.
75
75
- **LocationKOF**: Download KOF files.
76
-
- **LocationCSV**: Download CSV file with key location information (onshore format).
76
+
- **LocationLAS**: Download LAS files.
77
77
- **LocationXLS**: Download Excel file with key location information (onshore format).
78
78
- **MethodFiles**: Download all original uploaded source data files.
79
79
- **MethodSND**: Download SND files for all methods in a Zip file.
80
80
- **MethodXLS**: Download Excel file with method data (offshore format).
81
+
- **ProjectFiles**: Download files, with ID listed in the file_ids, in a Zip file.
81
82
82
83
**method_status_ids**: Filter methods by status. Only return specified statuses. Empty list means
83
84
all statuses.
@@ -126,14 +127,15 @@ def sync(
126
127
127
128
Supported **export_type**:
128
129
129
-
- **ProjectFiles**: Download files, with ID listed in the file_ids, in a Zip file.
130
+
- **LocationCSV**: Download CSV file with key location information (onshore format).
130
131
- **LocationGeoJSON**: Download GeoJSON files.
131
132
- **LocationKOF**: Download KOF files.
132
-
- **LocationCSV**: Download CSV file with key location information (onshore format).
133
+
- **LocationLAS**: Download LAS files.
133
134
- **LocationXLS**: Download Excel file with key location information (onshore format).
134
135
- **MethodFiles**: Download all original uploaded source data files.
135
136
- **MethodSND**: Download SND files for all methods in a Zip file.
136
137
- **MethodXLS**: Download Excel file with method data (offshore format).
138
+
- **ProjectFiles**: Download files, with ID listed in the file_ids, in a Zip file.
137
139
138
140
**method_status_ids**: Filter methods by status. Only return specified statuses. Empty list means
139
141
all statuses.
@@ -177,14 +179,15 @@ async def asyncio_detailed(
177
179
178
180
Supported **export_type**:
179
181
180
-
- **ProjectFiles**: Download files, with ID listed in the file_ids, in a Zip file.
182
+
- **LocationCSV**: Download CSV file with key location information (onshore format).
181
183
- **LocationGeoJSON**: Download GeoJSON files.
182
184
- **LocationKOF**: Download KOF files.
183
-
- **LocationCSV**: Download CSV file with key location information (onshore format).
185
+
- **LocationLAS**: Download LAS files.
184
186
- **LocationXLS**: Download Excel file with key location information (onshore format).
185
187
- **MethodFiles**: Download all original uploaded source data files.
186
188
- **MethodSND**: Download SND files for all methods in a Zip file.
187
189
- **MethodXLS**: Download Excel file with method data (offshore format).
190
+
- **ProjectFiles**: Download files, with ID listed in the file_ids, in a Zip file.
188
191
189
192
**method_status_ids**: Filter methods by status. Only return specified statuses. Empty list means
190
193
all statuses.
@@ -231,14 +234,15 @@ async def asyncio(
231
234
232
235
Supported **export_type**:
233
236
234
-
- **ProjectFiles**: Download files, with ID listed in the file_ids, in a Zip file.
237
+
- **LocationCSV**: Download CSV file with key location information (onshore format).
235
238
- **LocationGeoJSON**: Download GeoJSON files.
236
239
- **LocationKOF**: Download KOF files.
237
-
- **LocationCSV**: Download CSV file with key location information (onshore format).
240
+
- **LocationLAS**: Download LAS files.
238
241
- **LocationXLS**: Download Excel file with key location information (onshore format).
239
242
- **MethodFiles**: Download all original uploaded source data files.
240
243
- **MethodSND**: Download SND files for all methods in a Zip file.
241
244
- **MethodXLS**: Download Excel file with method data (offshore format).
245
+
- **ProjectFiles**: Download files, with ID listed in the file_ids, in a Zip file.
242
246
243
247
**method_status_ids**: Filter methods by status. Only return specified statuses. Empty list means
0 commit comments