Constituent Search via Attributes

Greetings-

I can easily perform 'fluent' type constituent searches against the API from my own application, but I'm wondering if anyone has ever done any searches based on Attributes. So, I know the name of the Attribute (RE_Cons_ID) I'm trying to search, but don't know if there is a mechanism in the Tess API (REST or SOAP) to allow this.

Thanks for any info!

Jason

Parents
  • Jason,

    The constituent search endpoint has a LOT of options. The best way to get an understanding of how it works is to use Trace logging in the client.  For example, when searching for an attribute in the Tessitura client, I see this service call in the log:

    .../TessituraService/CRM/Constituents/Search?type=attribute&key=Birthdate_1&op=GreaterThan&value=1959-11-12

    David

Reply
  • Jason,

    The constituent search endpoint has a LOT of options. The best way to get an understanding of how it works is to use Trace logging in the client.  For example, when searching for an attribute in the Tessitura client, I see this service call in the log:

    .../TessituraService/CRM/Constituents/Search?type=attribute&key=Birthdate_1&op=GreaterThan&value=1959-11-12

    David

Children