Yunique.API.REST

<back to all web services

AppSettingTree

The following routes are available for this service:
GET,OPTIONS/v3/AppSetting/Tree/{AppSettingTreeID}

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/AppSettingTree HTTP/1.1 
Host: ncsu.yuniquecloud.com 
Content-Type: application/xml
Content-Length: length

<AppSettingTree xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
  <CRUDType xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">0</CRUDType>
  <IncludeResultSchema xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">false</IncludeResultSchema>
  <OrderBy xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</OrderBy>
  <PageNumber xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</PageNumber>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</PageSize>
  <Params xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</Params>
  <ServiceType xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">0</ServiceType>
  <SkipLookupTables xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</SkipLookupTables>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</UserName>
  <UserPassword xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</UserPassword>
  <WSClientID xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</WSClientID>
  <WSClientName xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</WSClientName>
  <WSClientPassword xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</WSClientPassword>
  <ID>00000000-0000-0000-0000-000000000000</ID>
  <IDLIST>String</IDLIST>
  <Type>String</Type>
  <AppSettingTreeID>String</AppSettingTreeID>
  <Filter>String</Filter>
  <FilterOn>String</FilterOn>
  <RecordCountOnly>0</RecordCountOnly>
</AppSettingTree>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<AppSettingTreeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs">
  <Data xmlns="http://schemas.datacontract.org/2004/07/Yunique.API.Common.DTOs">String</Data>
  <AppSettingTreeItems xmlns:d2p1="http://schemas.datacontract.org/2004/07/Yunique.API.Rest.DTOs.POCOs">
    <d2p1:AppSettingTreeItem>
      <d2p1:AppSettingComment>String</d2p1:AppSettingComment>
      <d2p1:AppSettingDescription>String</d2p1:AppSettingDescription>
      <d2p1:AppSettingID>00000000-0000-0000-0000-000000000000</d2p1:AppSettingID>
      <d2p1:AppSettingKey>String</d2p1:AppSettingKey>
      <d2p1:AppSettingNote>String</d2p1:AppSettingNote>
      <d2p1:AppSettingOrder>0</d2p1:AppSettingOrder>
      <d2p1:AppSettingTreeID>0</d2p1:AppSettingTreeID>
      <d2p1:AppSettingValue>String</d2p1:AppSettingValue>
      <d2p1:CDate>0001-01-01T00:00:00</d2p1:CDate>
      <d2p1:CUser>String</d2p1:CUser>
      <d2p1:ConfigFileName>String</d2p1:ConfigFileName>
      <d2p1:IsReadOnly>0</d2p1:IsReadOnly>
      <d2p1:LookupSql>String</d2p1:LookupSql>
      <d2p1:MDate>0001-01-01T00:00:00</d2p1:MDate>
      <d2p1:MUser>String</d2p1:MUser>
      <d2p1:MaxValue>0</d2p1:MaxValue>
      <d2p1:MinValue>0</d2p1:MinValue>
    </d2p1:AppSettingTreeItem>
  </AppSettingTreeItems>
  <RecordCount>0</RecordCount>
</AppSettingTreeResponse>