<- Object

Object

CustomerCustomAttributeFilter

The custom attribute filter.

Link to section

Properties

Link to section

key

string

Required

Link to section

filter

A filter that corresponds to the data type of the target custom attribute. For example, provide the phone filter to search based on the value of a PhoneNumber-type custom attribute. The data type is specified by the schema field of the custom attribute definition, which can be retrieved using the Customer Custom Attributes API.

You must provide this filter field, the updated_at field, or both.

Link to section

updated_at

The date range for when the custom attribute was last updated. The date range can include start_at, end_at, or both. Range boundaries are inclusive. Dates are specified as RFC 3339 timestamps.

You must provide this updated_at field, the filter field, or both.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00