SLnet.WebExtApi

<back to all web services

ReportFiltersMetadata

Generic API

The following routes are available for this service:
GET/api/{DomainName}/reports/{ReportName}/metadata/filtersReturns the filters of the specified report

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

<ReportFiltersMetadata 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>
  <ReportName xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.WebAPI.Api">String</ReportName>
</ReportFiltersMetadata>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfSchemaFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.Common">
  <SchemaFilter>
    <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:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringanyType>
          <d4p1:KeyValueOfstringanyType>
            <d4p1:Key>String</d4p1:Key>
            <d4p1:Value />
          </d4p1:KeyValueOfstringanyType>
        </d4p1:ArrayOfKeyValueOfstringanyType>
      </LookupData>
      <ParentField>String</ParentField>
      <SortFields>
        <SortByField>
          <Direction>String</Direction>
          <Name>String</Name>
        </SortByField>
      </SortFields>
    </AcceptedValues>
    <AllowNullState>false</AllowNullState>
    <AllowedOperators xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1: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>
</ArrayOfSchemaFilter>