AppPublicProfile Object
Contains information about an app's public profile.
This object is used by the following operations:
- PUT /api/apps/versions/{AppVersionID}/publicprofile
- GET /api/apps/versions/{AppVersionID}publicprofile
The properties included in the AppPublicProfile object are listed below.
| Property | Type | Description |
|---|---|---|
| RuntimeID | string | Although this field is labeled RuntimeID it is actually the AppVersionID; the unique ID for the specific app version. |
| Title | string | Title for the app. |
| SubTitle | string | Subtitle for the app. |
| Description | string | Text description of the app. |
| AppURI | anyURI | URL for the app, such as a company website address, if provided. |
| LogoPictureID | long | A unique Dropbox ID for the logo to be assigned on an app's public profile. |
| LogoAssigned | boolean | Indicates whether a logo has been assigned for the app. Response only. |
| LogoURL | anyURI | Fully-qualified URL for the app's logo. Optional, response only. |
| LegalDisclaimer | string | Up to 1024 characters for legal disclaimer information, if needed. Optional. |
| Created | dateTime | The date/time stamp when the resource was first created. Used only in response messages. |
| Updated | dateTime | The date/time stamp when the resource was last updated. Used only in response messages. |