element getWorkItemOrderFilter
diagram brm_wsdl_diagrams/brm_wsdl_p1854.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 <xs:element name="getWorkItemOrderFilter">
 
<xs:annotation>
   
<xs:documentation>Request element for getWorkItemOrderFilter operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="limitColumns" type="xs:short">
       
<xs:annotation>
         
<xs: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.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="apiVersion" type="xs:int">
     
<xs:annotation>
       
<xs: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.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs: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 <xs:attribute name="apiVersion" type="xs:int">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element getWorkItemOrderFilter/limitColumns
diagram brm_wsdl_diagrams/brm_wsdl_p1855.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 <xs:element name="limitColumns" type="xs:short">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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