Is there a Bulk data retrieval for Constituent Alias and Rating endpoints?

We need the ability to retrieve constituent alias and constituent rating information without requiring a specific constituent_id for each API call. Currently, to collect daily deltas of these data points, we must make individual calls for every constituent using the following endpoints:

  • GET /constituents/{constituent_id}/aliases
  • GET /constituents/{constituent_id}/ratings

This approach is inefficient and results in a high volume of API calls, which impacts performance.

Is there a way to have a bulk retrieval of alias and rating data across all constituents based on last_modified similar to other endpoints?

Answers

  • If you get a better answer than this please let me know as we've been asking for this for a few years as well on Ratings (and for Name Formats). There used to be an entry on the idea forum around this that said planned but it was pretty old and seems to be gone now.