addValue(
params):Promise<void>
Add a value to a controlled metadata field's vocabulary
Information about the request
Promise<void>
Promise containing no data
deleteValue(
displayKey,value):Promise<void>
Remove a value from a controlled metadata field's vocabulary
string
Display key of the controlled vocabulary metadata field
string
The controlled vocabulary value you wish to remove
Promise<void>
Promise containing no data
getValue(
displayKey,value):Promise<GetMetadataFieldValueResult>
Get details for a single controlled vocabulary value
string
Display key of the controlled vocabulary metadata field
string
The controlled vocabulary value
Promise<GetMetadataFieldValueResult>
Promise containing information for the metadata field value
listFieldValues(
displayKey):Promise<ListFieldValuesResult>
Retrieve a list of controlled vocabulary metadata values
string
Display key of the controlled vocabulary metadata field
Promise<ListFieldValuesResult>
Promise containing the vocabulary for the given field
listMetadataTypes():
Promise<ListMetadataTypesResult>
Retrieves the list of all MetadataTypes in the system. In addition to the Type's name and use, a listing of all that Type's MetadataFields is provided. For MetadataFields with a controlled list of options, each value is also provided.
Promise<ListMetadataTypesResult>
Promise containing a list of metadata types
listViewableFields(
params?):Promise<ListViewableMetadataFieldsResult>
Query for a list of metadata fields that you have permission to see
Information about the request
Promise<ListViewableMetadataFieldsResult>
Promise containing information for the desired metadata fields
updateValue(
params):Promise<void>
Update the display value or the index (or both) of a controlled metadata field value
Information about the request
Promise<void>
Promise containing no information