Test Your Knowledge

Extra Topics - Lesson 5: REST APIs with Web API Quiz

Answer all questions to test your understanding

1 What does REST stand for?
2 What HTTP method is used to retrieve data in a REST API?
3 What HTTP method is used to create new data in a REST API?
4 What is the purpose of the [ApiController] attribute?
5 What does the [Route] attribute do?
6 What status code does CreatedAtAction return?