| Field | Type | Required | Description | Example |
|---|---|---|---|---|
XAccountId |
string | ✔️ | The account identifier | |
Raw |
bool | ➖ | Indicates that the raw request result should be returned in addition to the mapped result (default value is false) | |
Proxy |
Dictionary<String, object> | ➖ | Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key | |
Fields |
string | ➖ | The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,remote_id,name,description,type,options,unified_custom_fields |
Filter |
CrmListContactCustomFieldDefinitionsFilter | ➖ | Filter parameters that allow greater customisation of the list response | |
Page |
string | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. The page number of the results to fetch |
|
PageSize |
string | ➖ | The number of results per page (default value is 25) | |
Next |
string | ➖ | The unified cursor | |
UpdatedAfter |
DateTime | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. Use a string with a date to only select results updated after that given date |
2020-01-01T00:00:00.000Z |
Prefer |
string | ➖ | Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240) | heartbeat |