import { getItem } from "@esri/arcgis-rest-portal";//getItem("ae7") .then(response);// orgetItem("ae7", { authentication }) .then(response) Copy
import { getItem } from "@esri/arcgis-rest-portal";//getItem("ae7") .then(response);// orgetItem("ae7", { authentication }) .then(response)
Get an item by id. See the REST Documentation for more information.
Item Id
Optional
Options for the request
A Promise that will resolve with the data from the response.
Get an item by id. See the REST Documentation for more information.