OVERVIEW
This Web service helps to get all newly created items from a specific date
Web Service URL: https://xxxxx.orcanos.com/xxxx/qpackserv/qpackserv.asmx?op=QW_Get_Last_Items_List
Input
Parameter | Value | Is Mandatory? | Description |
User_Name | String | Yes | Enter the valid username |
User_Password | String | Yes | Enter the valid password |
Obj_type | String | Yes | Enter the object type description like Task, Defect, DMS.
if empty-return for all |
MaxId | String | No | This web service will return items with ID > MaxID |
ProjectId | String | Yes | Enter the project id like 78 |
Output:
When invoke the Web Service, it will return results in the below format if details are correct:
<object_list>XML</object_list>
This web service returns a list of item id and ver_view (which is the version ID of which item belongs to. Version ID represents a project & a version)
For Example:
<object_list> <val id="13542" ver_id="5" obj_type_code="DMS" obj_type_desc="DMS Item"/> <val id="19889" ver_id="5" obj_type_code="DMS" obj_type_desc="DMS Item"/> <val id="19889" ver_id="5" obj_type_code="DMS" obj_type_desc="DMS Item"/> <val id="19889" ver_id="5" obj_type_code="DMS" obj_type_desc="DMS Item"/> <val id="19889" ver_id="5" obj_type_code="DMS" obj_type_desc="DMS Item"/> <val id="19968" ver_id="5" obj_type_code="DMS" obj_type_desc="DMS Item"/> <val id="19970" ver_id="5" obj_type_code="DMS" obj_type_desc="DMS Item"/> <val id="19989" ver_id="5" obj_type_code="DMS" obj_type_desc="DMS Item"/> </object_list>
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_Step_List</ErrorTrace>