Requesting categories doesn't include the modifiedTime field.
The reference says you can filter by modifiedTime (but that doesn't seem to work either).
https://docs.clover.com/reference/categorygetcategories
I want to be able to request any Category modified after a certain date.
This is the typical response I get...no modifiedTime
{
"elements": [
{
"id": "95Q2CADHBQTR8",
"name": "Soup",
"sortOrder": 19,
"deleted": false
}
],
}