Search for Tributes

GET {{baseUrl}}/api/Tribute/Search?firstName=<string>&lastName=<string>&city=<string>&state=<string>&tributeType=<string>

Request Params

KeyDatatypeRequiredDescription
firstNamestringOptional. The tribute first name.
lastNamestringOptional. The tribute last name.
citystringOptional. The tribute city.
statestringOptional. The tribute state abbreviation..
tributeTypestringOptional. The tribute type. Options: "InHonorOf", "InMemoryOf"

RESPONSES

status: OK

[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;tributeType&quot;:&quot;\u003cstring\u003e&quot;,&quot;firstName&quot;:&quot;\u003cstring\u003e&quot;,&quot;lastName&quot;:&quot;\u003cstring\u003e&quot;,&quot;address1&quot;:&quot;\u003cstring\u003e&quot;,&quot;address2&quot;:&quot;\u003cstring\u003e&quot;,&quot;city&quot;:&quot;\u003cstring\u003e&quot;,&quot;state&quot;:&quot;\u003cstring\u003e&quot;,&quot;postalCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;defaultAcknowledgeeIndividualId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;defaultAcknowledgeeIndividualUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;createDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedByUser&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;tributeType&quot;:&quot;\u003cstring\u003e&quot;,&quot;firstName&quot;:&quot;\u003cstring\u003e&quot;,&quot;lastName&quot;:&quot;\u003cstring\u003e&quot;,&quot;address1&quot;:&quot;\u003cstring\u003e&quot;,&quot;address2&quot;:&quot;\u003cstring\u003e&quot;,&quot;city&quot;:&quot;\u003cstring\u003e&quot;,&quot;state&quot;:&quot;\u003cstring\u003e&quot;,&quot;postalCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;defaultAcknowledgeeIndividualId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;defaultAcknowledgeeIndividualUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;createDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedByUser&quot;:&quot;\u003cstring\u003e&quot;}]