Multidomain MDM
- Multidomain MDM 10.3 HotFix 1
- All Products
Parameter
| Description
|
---|---|
suppressLinks
| Indicates whether the parent-child links are visible in the API response. Set the parameter to true to suppress all parent-child links in the response. Default is false.
For example, the
Person/1242?depth=10&suppressLinks=true query will display the record details up to 10 child levels, with no parent-child links visible in the response.
|
order
| Used to list the lookup values in ascending or descending order. Use the character
+ as prefix to specify ascending order and the character
- as prefix to specify descending order. By default, when you do not specify the prefix, the result set is ordered in ascending order.
For example, the
LUNamePrefix?action=list&order=-namePrefixDisp query lists the prefixes for name, which are sorted by the display names of the prefixes in descending order.
|