getItemMetadata
getItemMetadata
FunctiongetItemMetadata(id: string, requestOptions?: IRequestOptions): Promise<any>
Get the standard formal metadata XML file for an item (/info/metadata/metadata.xml
)
Parameters
Parameter | Type | Notes |
---|---|---|
id | string | Item Id |
request | IRequestOptions | Options for the request |
Returns
Promise<any>
A Promise that will resolve with the contents of the metadata file for the item as a string.