The following table describes the parameters of each custom attribute that is retrieved:
Parameter
Description
offset
Starting index for the paginated results.
limit
Maximum number of results.
totalCount
Number of custom attributes retrieved.
classType
Type of item for which the custom attribute details were retrieved.
This parameter can have one of the following values:
- If the parameter value is com.infa.cdmp.marketplace.ConsumerAccess, the item is a consumer access.
- If the parameter value is com.infa.cdmp.marketplace.DataCollection, the item is a data collection.
- If the parameter value is com.infa.cdmp.marketplace.Order, the item is an order.
items > customAttributeId
System generated unique identifier of the custom attribute in Metadata Command Center.
items > name
Name of the custom attribute as configured in Metadata Command Center.
items > status
Status of the custom attribute as configured in Metadata Command Center.
This parameter returns only the custom attributes that are in PUBLISHED state. The PUBLISHED state indicates that the custom attributes are displayed in Data Marketplace.
items > mandatory
This parameter indicates whether or not the custom attribute is mandatory.
This parameter can have one of the following values:
- true. A user must enter a value in this attribute.
- false. A user doesn't require to enter a value in this attribute.
items > searchable
This parameter indicates whether or not you can use the custom attribute to search for a data collection.
This parameter can have one of the following values:
- true. You can use the custom attribute to search for a data collection.
- false. You can't use the custom attribute to search for a data collection.
items > defaultValues
Default value of the custom attribute as configured in Metadata Command Center.
items > datatype > type
Type of the custom attribute as configured in Metadata Command Center.
items > datatype > properties
Subtype of the custom attribute as configured in Metadata Command Center.
The value of the properties parameter depends on the value configured for the type parameter.
items > datatype > dropDownOptions
The values that are acceptable inputs to the custom attribute, as configured in Metadata Command Center.
Note: This parameter is displayed in the response body only if the custom attribute is of type DROPDOWN_SINGLE_SELECT.