GET api/Backoffice/GetListOfValuesForParameter
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ValueForParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | integer |
None. |
|
| Text | string |
None. |
|
| Size | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Value": 1,
"Text": "sample string 2",
"Size": 1
},
{
"Value": 1,
"Text": "sample string 2",
"Size": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfValueForParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VerifyPhoneServer.Classes">
<ValueForParameter>
<Size>1</Size>
<Text>sample string 2</Text>
<Value>1</Value>
</ValueForParameter>
<ValueForParameter>
<Size>1</Size>
<Text>sample string 2</Text>
<Value>1</Value>
</ValueForParameter>
</ArrayOfValueForParameter>
text/html, multipart/form-data
Sample:
[{"Value":1,"Text":"sample string 2","Size":1},{"Value":1,"Text":"sample string 2","Size":1}]