How do we get an employee's deleted time from Clover's API? Given the following query:
"
https://api.clover.com:443/v3/merchants/{merchantID}/employees?filter=deletedTime<1565087831"
The content received does not contain any employees that have been deleted, and therefore no deleted time. Am I missing something here?