> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Apps Extended Attributes

Retrieve a list of apps with extended information by app view ID.

<Note>
  External Documentation

  To learn more, visit the [Zscaler App Governance documentation](https://help.zscaler.com/legacy-apis/3rd-party-app-governance-api#/app_views/\{appViewId}/apps_extended-get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                      |
  | ---------------- | ---------------------------------------------------------------------------------------------------------------- |
  | App View ID      | The identifier of the custom view to retrieve information for. Can be obtained by using `List App Views` action. |
  | Include Verbose  | Select to return a verbose report, including potentially heavy artifacts.                                        |
  | Limit            | The maximum number of results to return per page.                                                                |
  | Page             | The page number to retrieve. The value must be greater than `0`.                                                 |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-apps-extended-attributes-with-zscaler-app-governance-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-apps-extended-attributes-with-zscaler-app-governance-and-send-results-via-email/canvas" />
</div>
