Hello, and to those at the User Group meeting, I hope it's going well.
I don't have an urgent need for the object query filters available for use with the route to get all ePortfolio objects from a current user context, but in being complete in working on code with the route, I tested each. If my work itself is the error causing several filters to appear not to work, I'll be embarrassed, but happy to learn my mistake.
The documentation of the route I'm working with is at:
And the query filters are described at:
When using the "id" filter, filtering for objects with a certain id ( using =) returns accurate results, but all of the other options (<,>,>=,<=) lead to a 400 bad request error.
The "desc," "created," and "modified" filters (for all operators) result in the same bad request error. In the example with the query filters, "date" is used rather than "created" or "modified"-- so I tried "date" as well with the same resulting error.