Person - membership list
GET /api/v2{person_uri}membership/all
Get the full membership history for a person, current and historic, use the /summary endpoint for a faster summary
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”URIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
Example
/example/person/6305f074683e800f3abe809e/Responses
Section titled “ Responses ”Successful operation
object
The number of memberships for this contact
A list of member records for this contact
object
The URI of the contact that is the admin for this membership. Admin contacts can manage the membership and are the primary contact for membership communication.
The URI of the billing contact for this membership.
The URI of the contact that is the primary member
The URI of the membership plan for this membership
The URI of the membership plan that this member should renew onto.
The URI of the payment plan that this member should use for payment when they renew.
A membership uri will always be in the format /bucket/member/uid/ with the word ‘member’ in the middle