Contacts API v2 $select doesn't provide MembershipLevel
I found that when using $select on the contacts API call in V2, the MembershipLevel field is not available. It is available however if all fields are returned by not using $select
Is this by design, or an oversight?
I am using the sample PHP code.
0
votes
Admin
shared this idea
-
Savvy Apricot commented
You should select/request this field by its name - Membership level ID.
So the request will look like:
https://api.wildapricot.org/v2/accounts/{accountID}/Contacts/?$select='Membership level ID'