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:

6c5d8280416834db5caa763d1a5bbed6-huge-im

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…

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    @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.

  • @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!

  • Erik Leaver
    Erik Leaver Blackbaud Employee
    Tenth Anniversary Kudos 5 First Reply Name Dropper

    @Max Szczurek Can you add the api call that you are making to the support case?

Categories