nerdexam
Cisco

200-301 · Question #1745

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

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, 2026Automation and Programmability

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

How the community answered

(25 responses)
  • B
    88% (22)
  • C
    8% (2)
  • D
    4% (1)

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#GET request#query parameters#URI

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice