Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleREST Request
linenumberstrue
collapsetrue
POST http://localhost:80/rest/FoodQueryService.svc/SearchByGroup HTTP/1.1
Content-Type: text/plain
Host: localhost:80

request={"GroupName":"Egg Free", "StartIndex":1, "PageSize":3, "FilterByPublicationStates":["Draft", "Published"], "DataSourceFilter":["UserFoods", "EshaFoods"], "FilterByFoodTypes":["Ingredient", "Recipe"]}

...