Lesson 3 Quiz – Documenting API Endpoints

Lesson 3 Quiz – Documenting API Endpoints

Lesson 3 Quiz - Documenting API Endpoints

1. 
The primary sections of API documentation include (select all that apply):

2. 
An API resource is the data that is returned by an API.

3. 
Methods are sometimes referred to as endpoint nouns.

4. 
Which one of the following IS NOT a REST API parameter type?

5. 
APIs usually have one endpoint per resource.

6. 
Header parameters are also called template parameters.

7. 
With boolean data types, the only options are true/false, so there's no need for max/min values.

8. 
Select the code combination below for the displayed snippet:


9. 
Which one of the following IS NOT included in the response schema?

10. 
Query string parameters follow the ? in the HTTP URL.