GET api/GetParametri?token={token}&chiavi={chiavi}

Estrazione sei parametri per estrarre tutti i parametri lasciare vuoto il campo chiavi, altrimenti inserire le chiavi separate da virgola

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

token applicazione

string

Required

chiavi

chiavi da estrarre separati da virgola con il valore % vengono estratti tutti

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of get_parametri_valutazione_Result
NameDescriptionTypeAdditional information
chiave

string

None.

valore

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "chiave": "sample string 1",
    "valore": "sample string 2"
  },
  {
    "chiave": "sample string 1",
    "valore": "sample string 2"
  }
]

text/html, text/plain, text/form-Data, application/x-www-form-urlencoded

Sample:
[{"chiave":"sample string 1","valore":"sample string 2"},{"chiave":"sample string 1","valore":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfget_parametri_valutazione_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.synergyitalia.eu">
  <get_parametri_valutazione_Result>
    <chiave>sample string 1</chiave>
    <valore>sample string 2</valore>
  </get_parametri_valutazione_Result>
  <get_parametri_valutazione_Result>
    <chiave>sample string 1</chiave>
    <valore>sample string 2</valore>
  </get_parametri_valutazione_Result>
</ArrayOfget_parametri_valutazione_Result>