{ "opencollection": "1.0.0", "info": { "name": "Envestnet Aggregation APIs Account Token DataExtracts API", "version": "1.1.0" }, "items": [ { "info": { "name": "DataExtracts", "type": "folder" }, "items": [ { "info": { "name": "Envestnet Get userData", "type": "http" }, "http": { "method": "GET", "url": "/dataExtracts/userData", "params": [ { "name": "fromDate", "value": "", "type": "query", "description": "From DateTime (YYYY-MM-DDThh:mm:ssZ)" }, { "name": "loginName", "value": "", "type": "query", "description": "Login Name" }, { "name": "toDate", "value": "", "type": "query", "description": "To DateTime (YYYY-MM-DDThh:mm:ssZ)" } ] }, "docs": "The get user data service is used to get a user's modified data for a particular period of time for accounts, transactions, holdings, and provider account information.
The time difference between fromDate and toDate fields cannot be more than 60 minutes.
By default, pagination is available for the transaction entity in this API. In the first response, the API will retrieve 500 transactions along with other data. The response header will provide a link to retrieve the next set of transactio" }, { "info": { "name": "Envestnet Get Events", "type": "http" }, "http": { "method": "GET", "url": "/dataExtracts/events", "params": [ { "name": "eventName", "value": "", "type": "query", "description": "Event Name" }, { "name": "fromDate", "value": "", "type": "query", "description": "From DateTime (YYYY-MM-DDThh:mm:ssZ)" }, { "name": "toDate", "value": "", "type": "query", "description": "To DateTime (YYYY-MM-DDThh:mm:ssZ)" } ] }, "docs": "The get extracts events service is used to learn about occurrences of data extract related events. This service currently supports only the DATA_UPDATES event.
Passing the event name as DATA_UPDATES provides information about users for whom data has been modified in the system for the specified time range. To learn more, please refer to the Data Extracts page.
You can retrieve data in increments of n" } ] } ], "bundled": true }