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
Key | Datatype | Required | Description |
---|---|---|---|
type | string | ||
subtype | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |