| dataModelName |
- Field Type
- string
- Description
-
Required.
Data model object API name.
Example: UnifiedIndividual__dlm
|
| fields |
- Field Type
- string
- Description
- Optional. Distinct comma-separated name of fields that you want to include in the
result. Not specifying this parameter returns an arbitrary set of fields. Example:
Id__c,FirstName__c,GenderId__c,Occupation__c
|
| filters |
- Field Type
- string
- Field Type
- string
- Description
- A set of comma-separated equality expressions within square brackets. Example:
[FirstName__c=DON]
|
| Id |
- Field Type
- string
- Description
-
Required.
The value of the primary/secondary key field. Defaults to primary key when not specified.
Example: John
|
| limit |
- Field Type
- int
- Description
- The numbers of records to be returned.
Example: 10
|
| offset |
- Field Type
- int
- Description
- The number of rows to skip before starting to return. Example: 100
This field is
available in API version 52.0 and later.
|
| orderby |
- Type
- string
- Description
- A list of comma-separated values to sort the results in ascending or descending order.
Example: GenderId__c ASC, Occupation__c DESC
This field is available in API version
52.0 and later.
|
| searchKey |
- Field Type
- string
- Description
- The name of the key field, if a field other than the primary key is used.
Example: FirstName__c
|