Skip to main content
Retrieve a list of apps with extended information by app view ID.
External DocumentationTo learn more, visit the Zscaler App Governance documentation.

Parameters

ParameterDescription
App View IDThe identifier of the custom view to retrieve information for. Can be obtained by using List App Views action.
Include VerboseSelect to return a verbose report, including potentially heavy artifacts.
LimitThe maximum number of results to return per page.
PageThe page number to retrieve. The value must be greater than 0.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"id": "0cd0b469-9477-4bf9-939b-3aaaa6aedaa7",
	"apps": [
		{
			"name": "Sample App",
			"publisher": {
				"name": "Sample Corporation",
				"description": "Sample is the leading provider of productivity apps.",
				"siteUrl": "https://sample-corp.com",
				"logoUrl": "https://sample-corp.com/assets/pr/sample_logo.png"
			},
			"platform": "Google Workspace",
			"description": "Sample App offers an easy way to do your daily tasks.",
			"redirectUrls": [
				"https://login.sample-corp.com/oauth2/token"
			],
			"websiteUrls": [
				"https://sample-corp.com/app"
			],
			"categories": [
				"Games",
				"Productivity"
			],
			"tags": [
				"OAuth",
				"3rd Party"
			],
			"permissionLevel": 7.5,
			"riskScore": 6.2,
			"risk": "LOW",
			"externalIds": [
				{
					"id": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
					"type": "clientId"
				}
			],
			"clientId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
			"permissions": [
				{
					"scope": "https://www.googleapis.com/auth/drive.readonly",
					"service": "Drive and Docs",
					"description": "Allows read-only access to file metadata and file content",
					"accessType": "Sign-in Only",
					"level": "LOW"
				}
			],
			"compliance": [
				"GDPR",
				"CCPA"
			],
			"dataRetention": "Data Retention Policy: We do not keep customer data. We rely on our re-seller to handle customer account and payment information...",
			"clientType": "Web Client",
			"totalEnabledUsers": 40,
			"logoUrl": "https://sample-corp.com/pr/sample_logo.png",
			"privacyPolicyUrl": "https://sample-corp.com/privacy",
			"termsOfServiceUrl": "https://sample-corp.com/terms",
			"marketplaceUrl": "https://sample-marketplace.com/apps/sample",
			"marketplaceData": {
				"stars": 0,
				"downloads": 0,
				"reviews": 0
			},
			"platformVerified": false,
			"canonicVerified": true,
			"developerEmail": "dev@sample-corp.com",
			"consentScreenshot": "https://sightd-production-public-assets.s3.amazonaws.com/consent-screen-images/1234567890.png",
			"ipAddresses": [
				{
					"ispName": "string",
					"ipAddress": "string",
					"proxyType": "string",
					"usageType": "string",
					"domainName": "string",
					"countryCode": "string"
				}
			],
			"extractedUrls": [
				"https://sample-corp.com/endpoint",
				"https://suspicious-domain.com/script.js"
			],
			"extractedApiCalls": [
				"chrome.tabs.getSelected",
				"chrome.app.getDetails"
			],
			"vulnerabilities": [
				{
					"name": "string",
					"version": "string",
					"cveId": "string",
					"summary": "string",
					"severity": "LOW"
				}
			],
			"apiActivities": [
				{
					"operationType": "drive.files.get",
					"percentage": 1
				}
			],
			"risks": [
				{
					"name": "string",
					"description": "string",
					"category": "string",
					"severity": "LOW"
				}
			],
			"insights": [
				{
					"description": "string",
					"timestamp": 0,
					"urls": {
						"Twitter Account": "https://twitter.com/zscaler"
					}
				}
			],
			"instances": [
				{
					"id": "string",
					"integrationId": "string",
					"status": "Enabled",
					"classification": "Sanctioned"
				}
			]
		}
	],
	"count": 50,
	"currentPage": 1
}

Workflow Library Example

List Apps Extended Attributes with Zscaler App Governance and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop