Envestnet · Schema

total

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
total number Number of insights count.

Endpoints -
  • GET /insights/feed/count
View JSON Schema on GitHub

JSON Schema

envestnet-total-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/total",
  "title": "total",
  "properties": {
    "total": {
      "type": "number",
      "description": "Number of insights count. <br><br><b>Endpoints</b> -<ul><li>GET /insights/feed/count</li></ul>",
      "readOnly": true,
      "example": 8
    }
  }
}