Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Summary

   

Resource

POST /rest/FoodQueryService.svc/GetGroups

Request
ParameterTypeDescription
 requestGroupsRequestA JSON serialized GroupsRequest object

Examples

 

Example Request
 request={"GroupIds":["021c021f-000a-0000-8d69-0b60293379ea"]}
Example Response
{
	"Groups": [{
		"Name": {
			"en-US": "My Recipes"
		},
		"ParentId": null,
		"ParentGroupName": null,
		"GroupType": 70,
		"NutrientIds": [],
		"FoodIds": [],
		"ConsumerIds": [],
		"AllergenRules": {
			
		},
		"Id": "021c021f-000a-0000-8d69-0b60293379ea"
	}],
	"Status": 0
}
 
  • No labels