Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 2.01 KB

AssetReportGetRequest.md

File metadata and controls

19 lines (14 loc) · 2.01 KB

AssetReportGetRequest

AssetReportGetRequest defines the request schema for /asset_report/get

Properties

Name Type Description Notes
client_id str Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. [optional]
secret str Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. [optional]
asset_report_token str A token that can be provided to endpoints such as `/asset_report/get` or `/asset_report/pdf/get` to fetch or update an Asset Report. [optional]
user_token str The user token associated with the User for which to create an asset report for. The latest asset report associated with the User will be returned [optional]
include_insights bool `true` if you would like to retrieve the Asset Report with Insights, `false` otherwise. This field defaults to `false` if omitted. [optional] if omitted the server will use the default value of False
fast_report bool `true` to fetch "fast" version of asset report. Defaults to false if omitted. Can only be used if `/asset_report/create` was called with `options.add_ons` set to `["fast_assets"]`. [optional] if omitted the server will use the default value of False
options AssetReportGetRequestOptions [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]