Podio API Documentation
Model: ApplicationConfiguration
The configuration data for an app
Fields:
| Name | Description | Type | Views |
|---|---|---|---|
| allow_attachments | True if file attachments are allowed, false otherwise. |
Boolean | full |
| allow_comments | True if comments are allowed, false otherwise. |
Boolean | full |
| allow_create | True if normal members are allowed to create new items, false otherwise. |
Boolean | short, full |
| allow_edit | True if normal members are allowed to edit items in the app, false otherwise. |
Boolean | short, full |
| approved | True if items can be approved, false otherwise. |
Boolean | full |
| default_view | The default view or layout for the app. Can be one of:
|
String | full |
| description | The description of the app. |
String | short, full |
| disable_notifications | True if notifications from item changes are disabled, false otherwise. |
Boolean | full |
| external_id | The external id of the app. |
String | short, full |
| fivestar | True if five star rating is enabled, false otherwise |
Boolean | full |
| fivestar_label | The label for five star rating if enabled |
String | full |
| icon | The name of the icon, f.ex. 23.png |
String | |
| item_name | The name of a single item in the app. |
String | |
| name | The name of the app |
String | |
| rsvp | True if the items can be RSVP'ed, false otherwise. |
Boolean | full |
| rsvp_label | The label for RSVP, if enabled. |
String | full |
| silent_creates | True if creation of new items should not be posted to the stream, false otherwise. |
Boolean | full |
| silent_edits | True if creation of edited items should not be posted to the stream, false otherwise. |
Boolean | full |
| tasks | The auto tasks defined on the app. |
[AutoTasks] | full |
| thumbs | True if items can be given thumbs up or thumbs down, false otherwise. |
Boolean | full |