You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User should be able to GET a list, and GET a single item.
If the query string parameter of ?_include=employees is provided, then all employees in the department(s) should be included in the response.
If the query string parameters of ?_filter=budget&_gt=300000 is provided on a request for the list of departments, then any department whose budget is $300,000, or greater, should be in the response.
From @stevebrownlee on July 22, 2017 18:29
Verbs to be supported
?_include=employees
is provided, then all employees in the department(s) should be included in the response.?_filter=budget&_gt=300000
is provided on a request for the list of departments, then any department whose budget is $300,000, or greater, should be in the response.Copied from original issue: nashville-software-school#7
The text was updated successfully, but these errors were encountered: