Podio API Documentation
Search: Search by app in space
Searches in all items, files, and tasks in the app and space.
Usage
- PHP Client
-
PodioSearchResult.php
PodioSearchResult::search_app_and_space($space_id, $app_id, $attributes = array());
- Ruby Gem
-
search.rb
Podio::Search.in_space( space_id, words, attributes = {} )
Parameters
- app_id*
- Required.
- space_id*
- Required.
Request
{
"query": The text to search for,
"limit": (optional) The number of results to return; up to 20 results are returned in one call.
"offset": (optional) The rank of the first search result to return (default=0),
"ref_type": The type of objects to search for. Can be one of "item", "task", "conversation", "app", "status", "file" and "profile",
"counts": True if the total counts should be returned for each ref_type
}
Sandbox
Try the operation "/search/app{app_id}/space/{space_id}"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here