getItemStatus

getItemStatus

Function
getItemStatus(requestOptionsIItemStatusOptions): Promise<IGetItemStatusResponse>

Inquire about status when publishing an item, adding an item in async mode, or adding with a multipart upload. See the REST Documentation for more information.

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
import { getItemStatus } from "@esri/arcgis-rest-portal";

getItemStatus({
  id: "30e5fe3149c34df1ba922e6f5bbf808f",
  authentication
})
  .then(response)
Parameters
ParameterTypeNotes
requestOptions
IItemStatusOptions

Options for the request

Returns 
Promise<IGetItemStatusResponse>

A Promise to get the item status.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.