Envestnet · Schema

peerDetailCategorySummary

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
id string Category Id of the category belonging to peer for which the response is returned

Endpoints -
  • GET /Views/{ViewId}/peerData
name string Category Name for which the response is returned

Endpoints -
  • GET /Views/{ViewId}/peerData
benchmark array
View JSON Schema on GitHub

JSON Schema

envestnet-peerdetailcategorysummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/peerDetailCategorySummary",
  "title": "peerDetailCategorySummary",
  "properties": {
    "id": {
      "type": "string",
      "description": "Category Id of the category belonging to peer for which the response is returned<br><br><b>Endpoints</b> -<ul><li>GET /Views/{ViewId}/peerData</li></ul>",
      "example": "35"
    },
    "name": {
      "type": "string",
      "description": "Category Name for which the response is returned<br><br><b>Endpoints</b> -<ul><li>GET /Views/{ViewId}/peerData</li></ul>",
      "example": "Utilities"
    },
    "benchmark": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GeographyWithDataArray"
      }
    }
  }
}