$filter contacts by MembershipLevel
How do I $filter contacts by MembershipLevel using the v2 API?
1
vote
Roy Kiesler
shared this idea
Dmitry Smirnov
responded
Here is a sample request to get all contacts of specific membership level:
https://gist.github.com/DmitriySmirnov/94693fe953f24638913e8d0636d983ad
Don’t forget to encode spaces and replace {ACCOUNT_ID} and {LEVEL_ID} with your values.