getItemStatus
getItemStatus
FunctiongetItemStatus(requestOptions: IItemStatusOptions): 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.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IItemStatusOptions | Options for the request |
Returns
Promise<IGetItemStatusResponse>
A Promise to get the item status.