Get Values single

GET {{endpoint}}/ws/v.1.00/values?type={{type}}&subtype={{subtype}}

Returns the list of possible values for a bisnomial.

input

  • type *: string
  • subtype: numeric

output

  • id: numeric
  • description: string
[
    {
        "id": 1426,
        "description": "Abruzzo"
    },
    {
        "id": 1427,
        "description": "Valle d'Aosta"
    },
    ...
]

Request Params

KeyDatatypeRequiredDescription
typestring
subtypestring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Cookiestring
Content-Typestring
Acceptstring