quizmediumWhen testing an API that uses query parameters for filtering, which of the following is MOST important to validate?That the URL is correctly percent-encoded by the client libraryThat filtering is applied server-side before pagination, so the 'total' count reflects only filtered resultsThat the query parameters are listed in alphabetical order in the URLThat the response time is under 100ms when filters are appliedSubmit answer