Forum Discussion
API_User
4 years agoEquinix Employee
Unable to filter using "dateRange" for OrderHistory_v1
When filtering with dateRange on the OrderHistory_v1 API i get a statusCode 400 returned. Other filters work fine for me and return expected results I am using the following payload
{
"filter...
API_User
4 years agoEquinix Employee
Hi there,
The dateRange values has to be passed as a key-value string instead as an array.
{
"filters": {
"dateRange": "PAST_7_DAYS"
}
}
Hope this helps!
Related Content
- 6 years ago