REST API

QW_Get_Updated_Items_List

OVERVIEW

This REST API helps to get the details of the items updated or created on and after the specified date by giving the Project ID.

Web Service URL: https://xxx.orcanos.com/xxxx/api/v2/Json/QW_Get_Updated_Items_List

Method: Post

Input: 

Authorization: Basic Auth token in the Request Headers

Post body:

Parameter Value Is Mandatory? Description
OrcanosAPIKey String Yes Enter the valid Token
Obj_type String Yes Enter object type like T_CASE (Original work item code of the work item)
Last_Date String Yes Enter the date from which you want the list
ProjectID Int Yes Enter the Project ID of the Project/Solution like 7255

Output:

When invoking the Web Service, it will return results in the below format, if the details are correct
The Work Items in different versions of the project will be listed with the Version ID

Output Example:

Related Articles