I can’t seem to get ordering and filtering to work with API v3. Both on root and nested resources.
Here are the sample endpoints im trying to access:
- https://account.api-us1.com/api/3/contacts/{customer_id}/notes?orders[id]=DESC
- https://account.api-us1.com/api/3/notes?orders[id]=DESC&filters[relid]={customer_id}&reltype=Subscriber
Both endpoints are trying to get the same thing but I dont get the ordered records.
Anyone else experienced this?