Multidomain MDM
- Multidomain MDM 10.3 HotFix 3
- All Products
/Person/123/Phone/SFA:456/PhoneUse?recordsToReturn=100&recordStates=ACTIVE,PENDING
Parameter
| Description
|
---|---|
recordsToReturn
| Specifies the number of rows to return. Default is 10.
|
firstRecord
| Specifies the first row in the result. Default is 1. Used in subsequent calls to read more pages.
|
searchToken
| Specifies the search token returned with previous request. You can use the search token to fetch subsequent pages of search results. For example, the following query lists the first page:
/Person/123/Phone The following query returns the second page:
/Person/123/Phone?searchToken=SVR1.AZAM5&firstRecord=10 |
returnTotal
| If set to true, returns the number of records in the result. Default is false.
|
depth
| Specifies the number of child levels to include in the result.
|