SLnet.WebExtApi

<back to all web services

OlapViewFiltersMetadata

Generic API

The following routes are available for this service:
GET/api/{DomainName}/olapviews/{OlapViewName}/metadata/filtersReturns the filters of the specified view

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/OlapViewFiltersMetadata HTTP/1.1 
Host: 5.172.198.40 
Content-Type: application/xml
Content-Length: length

<OlapViewFiltersMetadata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.WebAPI.Api">
  <DomainName xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.WebAPI.Api">String</DomainName>
  <OlapViewName xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.WebAPI.Api">String</OlapViewName>
</OlapViewFiltersMetadata>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<SchemaFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.Common">
  <AcceptedValues>
    <AcceptedValuesList>String</AcceptedValuesList>
    <DisplayField1>String</DisplayField1>
    <DisplayField2>String</DisplayField2>
    <DisplayInfo>
      <AutoSizeColumns>false</AutoSizeColumns>
      <Columns>
        <LookupColumn>
          <Description>String</Description>
          <Name>String</Name>
          <Width>0</Width>
        </LookupColumn>
      </Columns>
    </DisplayInfo>
    <IndexField>String</IndexField>
    <KeyField>String</KeyField>
    <LookupData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:ArrayOfKeyValueOfstringanyType>
        <d3p1:KeyValueOfstringanyType>
          <d3p1:Key>String</d3p1:Key>
          <d3p1:Value />
        </d3p1:KeyValueOfstringanyType>
      </d3p1:ArrayOfKeyValueOfstringanyType>
    </LookupData>
    <ParentField>String</ParentField>
    <SortFields>
      <SortByField>
        <Direction>String</Direction>
        <Name>String</Name>
      </SortByField>
    </SortFields>
  </AcceptedValues>
  <AllowNullState>false</AllowNullState>
  <AllowedOperators xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </AllowedOperators>
  <Behaviour>String</Behaviour>
  <DataType>String</DataType>
  <Description>String</Description>
  <DisplayAs>String</DisplayAs>
  <Enable>false</Enable>
  <FieldName>String</FieldName>
  <Hidden>false</Hidden>
  <Kind>String</Kind>
  <LinkName>String</LinkName>
  <Name>String</Name>
  <Operators>
    <From>String</From>
    <To>String</To>
    <Value>String</Value>
  </Operators>
  <PredefinedValues>
    <From />
    <To />
    <Value />
  </PredefinedValues>
  <Required>false</Required>
  <UseRange>false</UseRange>
  <Visible>false</Visible>
</SchemaFilter>