Podio API Documentation
App market: Get categories
Returns the categories available in the system.
Usage
- Ruby Gem
-
app_store_category.rb
Podio::AppStoreCategory.find_all
Parameters
- only_used
If true, returns only categories that are used by shares in the active users language. If false, all categories are returned.
Default value: true
Response
{
"{type}": The type of the category, either "vertical" or "functional",
[
{
"category_id": The id of the category,
"name": The name of the category
},
... (more categories)
],
... (more types)
}
Sandbox
Try the operation "/app_store/category/"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