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
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
ahhh... i'm seeing it now, David. i didn't realize the different "types" i can use.
And now i understand what you meant by 'client'... i thought you were talking about Trance logs in the REST client. Viewing the Trace logs after performing actions in the Tess client will be hugely helpful. Just what I was looking for. Thanks again.