getItemInfo
getItemInfo
FunctiongetItemInfo(id: string, requestOptions?: IGetItemInfoOptions): Promise<any>
Get an info file for an item. See the REST Documentation for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
id | string | Item Id |
request | IGetItemInfoOptions | Options for the request, including the file name which defaults to |
Returns
Promise<any>
A Promise that will resolve with the contents of the info file for the item.