Membership list (Single constituent) date_modified missing from response
This endpoint: Membership list (Single constituent):
Here's the sample output (and this is the same data I get when I call the API):
{
"count": 2,
"value": [{
"id": "53",
"category": "Young Maestros",
"dues": {
"value": 750
},
"expires": "2002-03-17T00:00:00Z",
"joined": "2000-05-01T00:00:00Z",
"members": [{
"id": "72",
"constituent_id": "261",
"primary": true
}, {
"id": "73",
"constituent_id": "526",
"primary": false
}, {
"id": "74",
"constituent_id": "483",
"primary": false
}],
"program": "Young Explorers",
"standing": "Active",
"subcategory": "Elementary"
}, {
"id": "82",
"category": "Young Maestros",
"dues": {
"value": 750
},
"expires": "2009-04-14T00:00:00Z",
"joined": "2003-01-22T00:00:00Z",
"members": [{
"id": "110",
"constituent_id": "483",
"primary": true
}],
"program": "Young Explorers",
"standing": "Lapsed"
}]
}
But that inner object is supposed to be a MembershipRead object which should have date_added and date_modified fields:

Where are they? Are they missing by design or is this a bug that can be easily fixed?
I'm doing a 2-way sync between systems, and I need to be able to pull memberships by constituent ID or just one membership by ID and get the datemodified timestamp. Is it possible to do that? The membership/v1/memberships/membershipdetails/ID endpoint doesn't return the date_modified field; neither does this one. Is it possible?
Thanks.
Comments
-
It would also work for us if the last modified timestamp was added to this endpoint: Get membership detail based on membership (PREVIEW):
Which I realize might be less of an ask since these endpoints are in preview now…
0 -
@Max Szczurek
I do think it's a bug, you should report it to support, but support for API is limited, so after you open a support ticket, post it here.@Erik Leaver from Blackbaud can help esculate API related support ticket.
In the meantime, you can get membership date added info from Query API.
0 -
@Alex Wong Thanks - I opened case 019906171 - @Erik Leaver - Alex mentioned I should loop you in. The Membership list (Single constituent) endpoint is not returning date_modified, and I think it should. Thank you both!
0 -
@Max Szczurek Can you add the api call that you are making to the support case?
0
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™
- 118 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
- 784 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)

