Question: You need to retrieve a list of photos from an API. Which code snippet defines an HTML GET request in Retrofit?

  1. @GET("photo/{id}"}
  2. @LIST("photo")
  3. @GET("photo")
  4. @GET("photo")

Answer: The correct answer of the above question is Option D:@GET("photo")