Can anyone please suggest what the filter body should be like when you are using the API Browser to call List Subscription Records api (GET/learn/v1/sub_record)?
I want use the filters and only return specific “sold_to” records?
The sample shows this, but I can’t figure out how to format or provide a value for “sold_to” and what goes in the “filters” box.
serialize object containing list of filters and their options. List of filters - ( code:{like, contains, not_equal, ends_with, starts_with, is_empty, not_empty, not_start_with, not_end_with, not_contains}, sold_to:{like, contains, not_equal, ends_with, starts_with, is_empty, not_empty, not_start_with, not_end_with, not_contains}, bundle_name:{like, contains, not_equal, ends_with, starts_with, is_empty, not_empty, not_start_with, not_end_with, not_contains}, plan_name:{like, contains, not_equal, ends_with, starts_with, is_empty, not_empty, not_start_with, not_end_with, not_contains} )