GET api/AMSPreference?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | System.String |
Required |
Body Parameters
None.
Response Information
Resource Description
Altai.Web.Services.Models.AMSPreference| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | System.Guid |
None. |
|
| Name | System.String |
None. |
|
| Value | System.String |
None. |
|
| BigValue | System.String |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "5e005eac-9ff6-48e6-bf6e-6f627433462c",
"Name": "sample string 2",
"Value": "sample string 3",
"BigValue": "sample string 4"
}
application/xml, text/xml
Sample:
<AMSPreference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Altai.Web.Services.Models"> <BigValue>sample string 4</BigValue> <Id>5e005eac-9ff6-48e6-bf6e-6f627433462c</Id> <Name>sample string 2</Name> <Value>sample string 3</Value> </AMSPreference>