action orghunter_get_summary { label: "Get summary data!" description: "
This operation provides summary data.
" provider: orghunter method: POST path: "/v1/charitysearch" encoding: json input: { type: "object" properties: { category: { type: "string" } city: { type: "string" } ein: { type: "string" } eligible: { type: "string" } rows: { type: "string" } searchTerm: { type: "string" } start: { type: "string" } state: { type: "string" } zipCode: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }