ListAuthorities - Resource

Summary


 Provides a list of authorities available which regulate food nutrient data.

Note: If you are upgrading to Gen API 3.1 (or later) you will want to reference this page.

Resource


POST /rest/FoodQueryService.svc/ListAuthorities

Request

The request body is empty.

Examples


Example Request
 request={ }
Example Response
{
    "Authorities": [{
        "Name": {
            "en-US": "United States"
        },
        "Iso3166Alpha2": "US",
        "Iso3166Alpha3": "USA",
        "Iso3166Numeric": 840,
        "Id": "bbf4846d-8400-43bb-944d-6021fda98225"
    },
    {
        "Name": {
            "en-US": "Canada"
        },
        "Iso3166Alpha2": "CA",
        "Iso3166Alpha3": "CAN",
        "Iso3166Numeric": 124,
        "Id": "bbf4846d-1240-43bb-944d-6021fda98225"
    },
    {
        "Name": {
            "en-US": "Mexico"
        },
        "Iso3166Alpha2": "MX",
        "Iso3166Alpha3": "MEX",
        "Iso3166Numeric": 484,
        "Id": "bbf4846d-4840-43bb-944d-6021fda98225"
    }]
}