Is there an endpoint to get the actual information from a list?

Hi!

I am using the /list/v1/lists?list_type={list_type} to get a list of all my lists

it returns a bunch of stuff, including an id

I can then put that id into /lst-lstmg/lists/{list_id}

and get the metadata about that list

and now I want to get that list - like, I want the 448 constituents that are on that list, with all the same data in the web view of that list. is this possible?

Comments

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

    @Jeremy Bruce
    not possible to get the columns that the list on NXT configured.

  • @Alex Wong
    I figured out how to do it. Here's the endpoint I used:

    /constituent/v1/constituents?list_id={list_id}

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

    @Jeremy Bruce
    Hi, the endpoint you are using will give you the “records” (row) of constituent that fits the filter of the list specified. It will not give you columns you saved in the list.

    Instead, it will give you constituent properties per defined by the api endpoints.

    You will understand what I mean after running it.

Categories