Constituent(list)

How can i make a call to get:
- List of constituents that were modified from a specific date that are inside a specific List.

according to the API, I can't use list_id with other params to filter and i would like to get a list of constituents from a specific list and date. So i do not want to return all constituents.

here is the endpoint in question:
https://developer.sky.blackbaud.com/api#api=56b76470069a0509c8f1c5b3&operation=ListConstituents

Thank you.

Comments

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

    @Koketso Mamabolo
    if you are using Power Automate, there is an action call “Filter array” that allows you to filter the list of constituent returned from a RE NXT saved constituent list by any property, including last modified date.

    if you are using any other “tool” to call the SKY API endpoint, there is usually support for filtering an array.

  • @Alex Wong
    is it possible to call sky API endpoint using both not separate list_id and last modified date as params?

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

    @Koketso Mamabolo
    it is not possible per SKY API documentation. list id and all other fields is mutually exclusive, when list id specified, none of the other filter (even when specified) is taken into consideration.

    What you can try, is to not use list id at all. It depends on what filter you used on the list and if those can be filtered using filter allowed.

    If yes, do not use list id and just do all the filtering directly using the other fields.

    if no, then you have no choice but to use list id, and then use filter array on the results

  • @Alex Wong
    okay, can this

    help achieve the results we want?

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

    @Koketso Mamabolo
    if the result you trying to achieve is to use RE NXT list AND filter on other field, then no, that's not possible.

Categories