nerdexam
CiscoCisco

200-301 · Question #1745

200-301 Question #1745: Real Exam Question with Answer & Explanation

The correct answer is B: in the URI. For GET requests, query parameters are passed as part of the URI, typically following a question mark (e.g., ?param=value).

Submitted by takeshi77· Mar 5, 2026DOMAIN_LIST_MISSING_IN_PROMPT

Question

How are the query parameters for a GET request passed to the REST API?

Options

  • Ain the HTTP header
  • Bin the URI
  • Cin the authorization
  • Din the request body

Explanation

For GET requests, query parameters are passed as part of the URI, typically following a question mark (e.g., ?param=value).

Topics

#REST API#HTTP GET#Query parameters

Community Discussion

No community discussion yet for this question.

Full 200-301 PracticeBrowse All 200-301 Questions