No results gift batch endpoint

I am attempting to query gift batches for processing using the gift batch endpoint:
https://developer.sky.blackbaud.com/api#api=gift-batch&operation=ListGiftBatches

Currently this is being done via an API Client for testing (Bruno)

The resulting query is returning 200. With the following data:
{
"count": 0,
"giftbatches": [],
"limit": 100,
"offset": 0,
"value": []
}

Endpoint:
https://api.sky.blackbaud.com/gift-batch/v1/giftbatches?limit=100

The odd thing about this, is when I utilize the list gifts endpoint I am receiving plenty of results.

https://api.sky.blackbaud.com/gift/v1/gifts

These results include the property "batch_number". If I update the giftbatch endpoint to include the batch_number parameter, I still receive zero results.

What am I missing here?

Answers

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 Facilitator 3 Raiser's Edge NXT Fall 2025 Product Update Briefing Badge

    List Gift Batches API endpoint only returns webview's gift batch, it will not return dbview's gift batch.

    If your org doesn't have any webview gift batch, it will not return anything.