How to obtain the Membership Id of a Constituent?
I'm just starting on the API and we want a way through the API to check the constituent's membership ship status. However, the membership_id that is set when signing up (see image below) does not work when using the endpoint: https://api.sky.blackbaud.com/membership/v1/memberships/{membership_id}/status

What does work is the ID presented in the URL when reviewing constituents' membership records in Raiser's Edge.

Is there a way to find the true membership id to utilize the previously mentioned endpoint? Or is there an alternate way
Comments
-
@Eric Clark
Have you tried looking in database view, in the properties of the membership?0 -
@Eric Clark
When you create a membership on a constituent
https://developer.sky.blackbaud.com/api#api=membership&operation=AddMembershipIt returns the membership id, which is what you can use to get membership status on this API endpoint
https://developer.sky.blackbaud.com/api#api=membership&operation=GetMembershipStatusByMembershipIdAsyncIf you are looking for membereship id of a specific constituent you can use this endpoint to list all memberships of a constituent, which will include the ID you need to make the get status call:
https://developer.sky.blackbaud.com/api#api=56b76470069a0509c8f1c5b3&operation=ListConstituentMembershipsSingleConstituentif you want to get ALL constituent membership, then this is what you want to use
https://developer.sky.blackbaud.com/api#api=56b76470069a0509c8f1c5b3&operation=ListMemberships0 -
Thank you! This is exactly what I was looking for to meet our needs.
Eric1
Categories
- All Categories
- 6 Blackbaud Community Help
- 210 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 649 Blackbaud Grantmaking™
- 567 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 785 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

