I'm trying to filter records by date using an API call like this: "/rest/v11/RevenueLineItems?filter[0][date_modified][$gte]=" + date The date variable is originally a timestamp, but so far I've had to separate out the time part and only use the date…