Properties
| Name | Type | Description |
|---|---|---|
| name | string | A user defined string representing the View name. Endpoints:
|
| description | string | A user defined string representing the description for the View Endpoints:
|
| preferredCurrency | string | preferredCurrency should be a valid three-letter ISO Code for currencies. Endpoints -
|
| recommendationId | integer | Unique Identifier for a recommended View for a user. This attribute is optional and is present for a View which is created using views recommendation API response. This ID can also be added to any exi |
| created | string | row created |
| lastUpdated | string | row last updated |
| sourceType | string | This field indicates if the view is created by the system or by the user. |
| rule | array | Array of View rules. View is a collection of Rules which indicates Include/Exclude criterias. The rules determine what transactions should be considred as part of the View. This will have further impa |
| budgetData | array | Array of budget infos. |
| budgetSummary | array | Array of budget Summary. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/View",
"title": "View",
"properties": {
"name": {
"maximum": 100,
"minimum": 1,
"type": "string",
"description": "A user defined string representing the View name.<br><br>Endpoints:<ul><li>GET /views</li><li>GET /views/{viewId}</li><li>POST /views</li><li>PUT /views</li></ul>",
"example": "My View for Vacation"
},
"description": {
"maximum": 500,
"minimum": 1,
"type": "string",
"description": "A user defined string representing the description for the View<br><br>Endpoints:<ul><li>GET /views</li><li>GET /views/{viewId}</li><li>POST /views</li><li>PUT /views</li></ul>",
"example": "View with rules to fetch Amazon merchant transactions for 3 months."
},
"preferredCurrency": {
"type": "string",
"description": "preferredCurrency should be a valid three-letter ISO Code for currencies. <br><br><b>Endpoints</b> -<ul><li>GET /views</li><li>GET /views/{viewId}</li><li>POST /views</li><li>PUT /views</li></ul>",
"enum": [
"SGD",
"IDR",
"AUD",
"BRL",
"GBP",
"CAD",
"EUR",
"HKD",
"INR",
"JPY",
"NZD",
"USD",
"ZAR",
"CNY",
"VND",
"RUR",
"MXN",
"CHF",
"GHS"
]
},
"recommendationId": {
"type": "integer",
"description": "Unique Identifier for a recommended View for a user. This attribute is optional and is present for a View which is created using views recommendation API response. This ID can also be added to any existing View for a user to ensure duplicate View suggestions are not recommended for the user. <br><b>Endpoints</b> -<ul><li>GET Recommendation</li><li>GET views/recommendations</li></ul>",
"readOnly": true,
"example": 11
},
"created": {
"type": "string",
"description": "row created"
},
"lastUpdated": {
"type": "string",
"description": "row last updated"
},
"sourceType": {
"type": "string",
"description": "This field indicates if the view is created by the system or by the user.",
"example": "USER"
},
"rule": {
"type": "array",
"description": "Array of View rules. View is a collection of Rules which indicates Include/Exclude criterias. The rules determine what transactions should be considred as part of the View. This will have further impact on the insights generated for the View. Example of View Transaction API: GET /views/{viewId}/transactions.<br><br>Endpoints:<ul><li>GET /views</li><li>GET /views/{viewId}</li><li>POST /views</li><li>PUT /views</li></ul>",
"items": {
"$ref": "#/components/schemas/ViewRule"
}
},
"budgetData": {
"type": "array",
"description": "Array of budget infos.",
"items": {
"$ref": "#/components/schemas/BudgetInfos"
}
},
"budgetSummary": {
"type": "array",
"description": "Array of budget Summary.",
"items": {
"$ref": "#/components/schemas/BudgetSummary"
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/envestnet-view"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.