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.AMSPreferenceName | 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": "50e40eb8-1ee0-4a1c-97b2-123154e6029f", "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>50e40eb8-1ee0-4a1c-97b2-123154e6029f</Id> <Name>sample string 2</Name> <Value>sample string 3</Value> </AMSPreference>