Filters
This subresource allows investors to retrieve a list of the filters that they have created.
Operation: GET
URL: https://api.lendingclub.com/api/investor/[version]/accounts/[investor Id]/filters
URL Parameters:
investorId — This can be obtained from the Account Summary section on the LendingClub website when a user is logged in.
Query Parameters: None
Name | Type | Nullable | Description |
---|---|---|---|
id | integer | No | Filter ID |
name | String | No | The name of the filter |
Returned value: JSON —
[ { "id": 12345, "name": "FICO Scores Less than 700" }, { "id": 67890, "name": "FICO Scores Greater than 700" } ]