Refer to the exhibit.
This RAML specification includes a resource and method to retrieve accounts by account_type and industry.
What is the correct URI to get all retail finance accounts?
Refer to the exhibit.
This RAML specification includes a resource and method to retrieve accounts by account_type and industry.
What is the correct URI to get all retail finance accounts?
The correct URI to retrieve accounts by account_type and industry is using query parameters in the URI. In this case, the parameters should be passed in the format account_type=retail and industry=finance with an ampersand (&) separating the two. Therefore, the correct URI is /accounts?account_type=retail&industry=finance.
D is corect
is define as queryparameters so answer should be D
los parametros son declarados en la url con =
D is right. = is used and not :
Http request query parameters use = not :
D is correct
D is the correct anwser
This is not mulesoft specific according to what options we got. Correct answer: D. /accounts?account_type=retail&industry=finance
D is correct
option "D" is correct...
D is correct
Please provide explanation for the Answer D