Add custom field category VALUE to GET Constituent list endpoint

Would like the ability within the Constituent endpoint to:

GET by constituent_code AND custom_field_category AND the associated custom_field_category value.

For instance, GET constituent_code=123, custom_field_category="Status", and custom field value ="Alumnus". As endpoint is currently constructed, I'd need two custom field categories ("Alumnus" and "Undergraduate" in lieu of one custom_field_category to distinguish between these two values.).  We should be able to simply use one custom_field_category ("Status") and enter value desired. (I really don't understand the utility of searching by custom field category without ability to further filter by value in this endpoint).

  • Guest
  • Apr 3 2018
  • Reviewed: Voting Open
  • Attach files
  • Guest commented
    April 04, 2018 17:59

    Clarification: should be Add custom field category VALUE to constituent LIST endpoint, not constituent endpoint