{
"opencollection": "1.0.0",
"info": {
"name": "Envestnet Aggregation APIs Account Token Documents API",
"version": "1.1.0"
},
"items": [
{
"info": {
"name": "Documents",
"type": "folder"
},
"items": [
{
"info": {
"name": "Envestnet Get Documents",
"type": "http"
},
"http": {
"method": "GET",
"url": "/documents",
"params": [
{
"name": "Keyword",
"value": "",
"type": "query",
"description": "The string used to search a document by its name."
},
{
"name": "accountId",
"value": "",
"type": "query",
"description": "The unique identifier of an account. Retrieve documents for a given accountId."
},
{
"name": "docType",
"value": "",
"type": "query",
"description": "Accepts only one of the following valid document types: STMT, TAX, and EBILL."
},
{
"name": "fromDate",
"value": "",
"type": "query",
"description": "The date from which documents have to be retrieved."
},
{
"name": "toDate",
"value": "",
"type": "query",
"description": "The date to which documents have to be retrieved."
}
]
},
"docs": "The get documents service allows customers to search or retrieve metadata related to documents.
The API returns the document as per the input parameters passed. If no date range is provided then all downloaded documents will be retrieved. Details of deleted documents or documents associated to closed providerAccount will not be returned.
This API is a premium service which requires subscription in advance to use. Please contact Yodlee Client Services for more information.
"
},
{
"info": {
"name": "Envestnet Download a Document",
"type": "http"
},
"http": {
"method": "GET",
"url": "/documents/:documentId",
"params": [
{
"name": "documentId",
"value": "",
"type": "path",
"description": "documentId"
}
]
},
"docs": "The get document details service allows consumers to download a document. The document is provided in base64.
This API is a premium service which requires subscription in advance to use. Please contact Yodlee Client Services for more information.
"
},
{
"info": {
"name": "Envestnet Delete Document",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "/documents/:documentId",
"params": [
{
"name": "documentId",
"value": "",
"type": "path",
"description": "documentId"
}
]
},
"docs": "The delete document service allows the consumer to delete a document. The deleted document will not be returned in the get documents API. The HTTP response code is 204 (success without content).
Documents can be deleted only if the document related dataset attributes are subscribed.
"
}
]
}
],
"bundled": true
}