What are three components used in the query portion of a typical RESTful API request? (Choose three.)
- API server
- format
- parameters
- key
- protocol
- resources
Explanation: The query portion in a RESTful API request specifies the data format and information the client is requesting from the API service. Queries can include the following:
- Format - JSON, YAML, XML, and other supported data format
- Key - for authentication of the requesting source
- Parameters - used to send information pertaining to the query request
Related exam: Enterprise Networking, Security, and Automation ( Version 7.00) - Emerging Network Technologies Exam
Related exam: CCNA 3 v7 Course Final Exam Answers
Related exam: CCNA (200-301) Certification Practice Exam (ENSA v7.0)
