Envestnet · Schema

ViewCreationResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
id string Identifier for the Unique BSON string for the newly created View object generated in the system.

Endpoints -
  • POST /views
View JSON Schema on GitHub

JSON Schema

envestnet-viewcreationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ViewCreationResponse",
  "title": "ViewCreationResponse",
  "properties": {
    "id": {
      "type": "string",
      "description": "Identifier for the Unique BSON string for the newly created View object generated in the system.<br><br><b>Endpoints</b> -<ul><li>POST /views</li></ul>",
      "readOnly": true,
      "example": "5e7885993cd8e328288522f7"
    }
  }
}