I'd love this feature as well. If I'm operating a web service, I'd like to use the "breachedaccount" API to see if the customer's password has recently been leaked recently so I can ask them to reset their password. The "AddedDate" filter would be a great addition because if the breach was from more than 2 years ago then I would assumed that the customer has changed the password since then. In this case I wouldn't want to ask the customer to reset their password.
If I wanted to do this with v3 breachedaccount API, I'd have to call the API with ?truncateResponse=false parameter to have the "AddedDate" field included in the response. This is not ideal because the response returned with truncateResponse option set to true is quite large. For this reason, I'd love to be able to filter the result by "AddedDate" or have an option to include only the "AddedDate" in the response.
I'd love this feature as well. If I'm operating a web service, I'd like to use the "breachedaccount" API to see if the customer's password has recently been leaked recently so I can ask them to reset their password. The "AddedDate" filter would be a great addition because if the breach was from more than 2 years ago then I would assumed that the customer has changed the password since then. In this case I wouldn't want to ask the customer to reset their password.
If I wanted to do this with v3 breachedaccount API, I'd have to call the API with ?truncateResponse=false parameter to have the "AddedDate" field included in the response. This is not ideal because the response returned with truncateResponse option set to true is quite large. For this reason, I'd love to be able to filter the result by "AddedDate" or have an option to include only the "AddedDate" in the response.