element getWorkItemOrderFilter
diagram wp_diagrams/wp_p3158.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children limitColumns
attributes
Name  Type  Use  Default  Fixed  Annotation
apiVersion  xs:int        
documentation
Specify the version of the return data. If omitted or set to 1 this API will return standard Order and filter columns. If apiVersion > 1 then it will return extra information about any work item attribute display name that exist.
annotation
documentation
Request element for getWorkItemOrderFilter operation.
source <xsd:element name="getWorkItemOrderFilter">
 
<xsd:annotation>
   
<xsd:documentation>Request element for getWorkItemOrderFilter operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="limitColumns" type="xs:short">
       
<xsd:annotation>
         
<xsd:documentation>Number of fields about which information should be returned. (Fields means the fields defined by BRM that can be used in sort/filter criteria expressions for work item lists.)

A value of 0 returns information about all fields.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
   
<xsd:attribute name="apiVersion" type="xs:int">
     
<xsd:annotation>
       
<xsd:documentation>Specify the version of the return data. If omitted or set to 1 this API will return standard Order and filter columns. If apiVersion > 1 then it will return extra information about any work item attribute display name that exist.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

attribute getWorkItemOrderFilter/@apiVersion
type xs:int
annotation
documentation
Specify the version of the return data. If omitted or set to 1 this API will return standard Order and filter columns. If apiVersion > 1 then it will return extra information about any work item attribute display name that exist.
source <xsd:attribute name="apiVersion" type="xs:int">
 
<xsd:annotation>
   
<xsd:documentation>Specify the version of the return data. If omitted or set to 1 this API will return standard Order and filter columns. If apiVersion > 1 then it will return extra information about any work item attribute display name that exist.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element getWorkItemOrderFilter/limitColumns
diagram wp_diagrams/wp_p3159.png
type xs:short
properties
content simple
annotation
documentation
Number of fields about which information should be returned. (Fields means the fields defined by BRM that can be used in sort/filter criteria expressions for work item lists.)

A value of 0 returns information about all fields.
source <xsd:element name="limitColumns" type="xs:short">
 
<xsd:annotation>
   
<xsd:documentation>Number of fields about which information should be returned. (Fields means the fields defined by BRM that can be used in sort/filter criteria expressions for work item lists.)

A value of 0 returns information about all fields.
</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy