Podio Search App
Search a Podio App for matching Items
Arguments:
- "app_id" (integer)
- "field_id" (integer or string - field to search in)
- "search_val" (string - text to match in above field)
- "condition" (string - search condition - E for equals, or C for contains)
- "max_results" (integer - max number of items to return up to 20)
Returns:
Array of JSON item objects
NB: Don't forget to set your headers and use POST (not GET) for the arguments !!!