OVERVIEW
This Web service helps to get the filter results and its records details.
Web Service URL: https://xxxxx.orcanos.com/xxxxx/qpackserv/qpackserv.asmx?op=QW_Get_Filter_Results
Input:
Parameter | Value | Is Mandatory? | Description |
User_Name | String | Yes | Enter the valid username |
User_Password | String | Yes | Enter the valid password |
Filter_id | Int | Yes | The ID of filter like 2409 |
Page_no | Int | Yes | Enter page no. on which you want to get steps |
Page_Size | Int | Yes | Page size (number of records to get) like 5,10,15 etc |
ItemType | String | Yes | Enter the item type of test case like HDL |
Version_id | Int | Yes | Enter version id of the project, like 1297
It’s available in the project URL |
Filter_By | String | No | Filter the results by a column name |
OrderBy | String | No | Enter the order by like ASC/DESC |
IsNewPaging | Int | No | Enter 1/0 for new paging |
IsReturnPageCount | Int | No | Enter 1/0 for return page count |
DashboardItemId | Int | Yes | Enter 0 for dashboard item id |
Output:
When invoke the Web Service, it will return results in the below format if details are correct:
<steps>XML</steps>
All the details of the records will display here like,
For Example:
<filter total_records="18" current_page="1" page_size="10" info=""> <object id="48650" type="HLD" allow_edit="1" desc_revid="" action_type="" parent_original_id="48643" version="1297" allow_branch="0" freeze="0"> <field type="numeric" name="ID" tooltip="" visible="N" order="999" section="" is_fullscreen="False" fullscreen_position="" title="ID">48650</field> <field type="numeric" name="Original_id" tooltip="" visible="N" order="53" section="" is_fullscreen="False" fullscreen_position="" title="original ID">0</field> <field type="combobox" name="Oj_category" tooltip="<p>set the tooltip for the AI</p> " visible="Y" order="3" section="" web_order="6" is_fullscreen="False" fullscreen_position="" title="Category">Not Set</field> </object> </filter>
And, if details are wrong then, it will give an error message:
<Error>
<ErroStatus></ErrorStatus>
</Error>
For Example:
<Error>
<ErrorStatus>0</ErrorStatus>
<ErrorInfo>Email / User Name or password are missing
</ErrorInfo> <ErrorTrace>QW_Get_Filter_Results</ErrorTrace>