i am not able to fetch Get Batch Gift API

We need to use the Get Batch Gift API ( https://developer.sky.blackbaud.com/api#api=gft-gifts&operation=GetBatchGift ). However, this requires the batchGiftId, which is not returned in either the Gift API or the Gift List API response.

Could you please advise on how we can obtain the batchGiftId? Also, is there any common reference between the Gift List API and the Get Batch Gift API that we can leverage?

Answers

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

    what are you trying to do?

    For now, you can get the batch id only when you create the batch using the API yoursevles OR login to RE NXT go to batch and see the batch id in the URL (or when the batch is committed, in RE database view, you can open the batch property to see it)

  • Hello Alex,

    Thanks for your response. I am trying to use the following API:
    https://api.sky.blackbaud.com/gft-gifts/v2/batchgifts/{batchGiftId}

    In this API, the batchGiftId is required. However, when we pass the batchGiftId and execute the call, we are receiving the error: “The requested resource could not be found.”

    For your reference, I am also attaching the screenshot.

    image.png

    image.png

    image.png

    Thanks!