A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-portal/exportItem/ below:

exportItem | ArcGIS REST JS

exportItem

constant

Function exportItem(requestOptions: IExportItemRequestOptions): Promise<IExportItemResponse>

Exports an item from the portal. See the REST Documentation for more information.

Use dark colors for code blocks Copy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { exportItem } from "@esri/arcgis-rest-portal";

exportItem({
  id: '3daf',
  owner: 'geemike',
  exportFormat: 'CSV',
  exportParameters: {
    layers: [
      { id: 0 },
      { id: 1, where: 'POP1999 > 100000' }
    ]
  },
  authentication,
})
Returns Promise<IExportItemResponse>

A Promise<IExportItemResponse>


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4