{ "error": { "type": "request_error", "code": "invalid_operator", "detail": "The filter operator 'gt' is not valid for field 'country'.", "documentation_url": "https://developer.paddle.com/errors/metrics/invalid_operator" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
invalid_operator - Error message
- The filter operator '%s' is not valid for field '%s'.
Common causes
- The filter
opisn't supported for the field's type.
Troubleshooting
- Use an operator that's valid for the field. Only
inis supported at the moment, and the operators available for each dimension are listed againstfilter_opsin the list Explore metric entities response.