Get Details of App Store App / GetDetailsofAppStoreApp (internally is.workflow.actions.properties.appstore)
usage
GetDetailsofAppStoreApp ("Content Rating" | "Release Date" | "# of Ratings (This Version)" | "Price" | "Supported Languages" | "iPad Screenshot URLs" | "Store URL" | "Version" | "Artist" | "Description" | "Supports Game Center" | "Formatted Price" | "Minimum OS Version" | "Currency Code" | "Screenshot URLs" | "Rating" | "Store ID" | "Category" | "Release Notes" | "Artwork" | "Artwork URL" | "Name" | "Rating (This Version)" | "Is Universal" | "Download Size" | "Last Updated" | "Supported Devices" | "# of Ratings")
arguments
get: Enumeration (Docs)
Allows Variables: true
Accepts a string or variable containing one of the options:
- Content Rating
- Release Date
- # of Ratings (This Version)
- Price
- Supported Languages
- iPad Screenshot URLs
- Store URL
- Version
- Artist
- Description
- Supports Game Center
- Formatted Price
- Minimum OS Version
- Currency Code
- Screenshot URLs
- Rating
- Store ID
- Category
- Release Notes
- Artwork
- Artwork URL
- Name
- Rating (This Version)
- Is Universal
- Download Size
- Last Updated
- Supported Devices
- # of Ratings
source json (for developers)
{
	"ActionClass": "WFContentItemPropertiesAction",
	"AppIdentifier": "com.apple.AppStore",
	"Category": "Apps",
	"CreationDate": "2016-03-15T07:00:00.000Z",
	"Name": "Get Details of App Store App",
	"WFContentItemClass": "WFAppStoreAppContentItem",
	"Parameters": [
		{
			"Class": "WFEnumerationParameter",
			"Key": "WFContentItemPropertyName",
			"Label": "Get",
			"Items": [
				"Content Rating",
				"Release Date",
				"# of Ratings (This Version)",
				"Price",
				"Supported Languages",
				"iPad Screenshot URLs",
				"Store URL",
				"Version",
				"Artist",
				"Description",
				"Supports Game Center",
				"Formatted Price",
				"Minimum OS Version",
				"Currency Code",
				"Screenshot URLs",
				"Rating",
				"Store ID",
				"Category",
				"Release Notes",
				"Artwork",
				"Artwork URL",
				"Name",
				"Rating (This Version)",
				"Is Universal",
				"Download Size",
				"Last Updated",
				"Supported Devices",
				"# of Ratings"
			]
		}
	]
}