Bump: Acknowledgement Letter GET endpoint, for list of available Acknowledgment Letters

Based on my understanding of the documentation, there is no way currently to get a list of Acknowledgment Letters through the Sky API (the only acknowledgement letter endpoint I see defined is a PATCH call).

Is there a way currently to get a list of all acknowledgment letter names, or plans to implement a GET endpoint for this later on?

Original issue:

Comments

  • Anthony Gallo
    Anthony Gallo Blackbaud Employee
    Tenth Anniversary Kudos 3 Name Dropper Participant

    This looks to be related to this idea but I am not 100% sure. Can you let me know what specific field/fields in RE you are looking to GET?

  • @Anthony Gallo sure, we're really only interested in getting the dropdown that's available in the Raiser's Edge NXT web interface in a programmatic fashion.

    98eee858c7a8eacd8a2447075810d9dc-huge-sc

    We're attempting to show a similar dropdown box within our integration; in order to do so we're thinking we could query a GET endpoint & have a response detailing all the Acknowledgement Letter names.

    Something like:

    GET REQUEST →

    Response:

    {
    "count": 8,
    "value": [
    {
    "name": "Duck letter"
    },
    {
    "name": "Annual Giving Thank You"
    },
    {
    "name": "Playground Thank You"
    },
    {
    "name": "Capital Campaign Thank You"
    },
    {
    "name": "Endowment Thank You"
    },
    {
    "name": "General Thank You"
    },
    {
    "name": "Membership Letter"
    },
    {
    "name": "Millennium Thank You"
    }
    ]
    }

    Thank you!

  • For anyone following along here, we have opened up an Idea for this requested endpoint:

  • Anthony Gallo
    Anthony Gallo Blackbaud Employee
    Tenth Anniversary Kudos 3 Name Dropper Participant

    @Qgiv Product
    Thank you for starting an idea thread for this. Anything that we do not currently offer should be posted there for tracking.
    I am going to see what other information is in the old thread but please try to stick with one thread for items. It is becoming difficult to know what is considered open if we have bumped threads started as new posts.

  • @Anthony Gallo got it, thanks for checking in here & in that other post, and apologies for any confusion with the “bumped” threading for this one; we'll try to keep things in one post per topic going forward.