Envestnet · Schema
RecommendationDateRange
FinancialWealth ManagementOpen BankingAccount Aggregation
Properties
| Name | Type | Description |
|---|---|---|
| fromDate | string | from date for Recommendation Expected format - yyyy-MM-dd'T'HH:mm:ss. Note- The date is in UTC timezone instead of Local timezone. Endpoints:
|
| toDate | string | to date for Recommendation. Expected format - yyyy-MM-dd'T'HH:mm:ss.Note- The date is in UTC timezone instead of Local timezone. Endpoints:
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RecommendationDateRange",
"title": "RecommendationDateRange",
"properties": {
"fromDate": {
"type": "string",
"description": "from date for Recommendation <br><br>Expected format - yyyy-MM-dd'T'HH:mm:ss. Note- The date is in UTC timezone instead of Local timezone.<br><br>Endpoints:<ul><li>GET /views</li><li>GET /views/recommendation</li><li>POST /views</li><li>PUT /views</li></ul>",
"example": "2020-05-23T10:40:59.000Z"
},
"toDate": {
"type": "string",
"description": "to date for Recommendation. <br><br>Expected format - yyyy-MM-dd'T'HH:mm:ss.Note- The date is in UTC timezone instead of Local timezone.<br><br>Endpoints:<ul><li>GET /views</li><li>GET /views/recommendation</li><li>POST /views</li><li>PUT /views</li></ul>",
"example": "2020-05-23T10:40:59.000Z"
}
}
}