List of Constituents

What is the best way to enumerate all Constituents?  I don't see a getAll for Constituents.  I was thinking about using the search endpoint with very open (or no) search criteria.

Parents
  • I just replied differently in a different thread, but technically it is possible to enumerate constituents through the API by using a list and output set with custom criteria. This is NOT a straightforward solution, as it involves a lot of server-side state. Be aware that the API isn’t really designed for for this, and a different solution like an ETL process might be a better fit for your use case; that said, options for this are limited if the database lives in the RAMP managed hosting environment.

Reply
  • I just replied differently in a different thread, but technically it is possible to enumerate constituents through the API by using a list and output set with custom criteria. This is NOT a straightforward solution, as it involves a lot of server-side state. Be aware that the API isn’t really designed for for this, and a different solution like an ETL process might be a better fit for your use case; that said, options for this are limited if the database lives in the RAMP managed hosting environment.

Children