Where are Fund Types in the API?

When creating a fund, (https://developer.sky.blackbaud.com/api#api=nxt-data-integration&operation=CreateFund), there's a fund_type_id (The table entry ID for the fund type associated with the fund.).

So where are the Fund Types?

image.png

So there's https://developer.sky.blackbaud.com/api#api=58bdd6c8d7dcde06046081d7&operation=ListFundCategories but no ListFundTypes?

Another thing that really irks me about this API:

/nxt-data-integration/v1/re/customfieldcategories

vs

/fundraising/v1/funds/customfields/categories

Like what?

Tagged:

Answers

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

    fund type is a "code table" of values, you can get that from this API.

    but it requires you to provide the code table id to get entries for, which you can use this API to locate

  • I get the code table values, but how do you get the code table values associated with a constituent?

Categories