REST API

QW_Get_Object_View

OVERVIEW

This REST API returns full details about the work Item in deep for every field.

Method: Post

Input: 

Authorization: Basic Auth token in the Request Headers

Post body:

Key Value Is Mandatory? Description
Item_Id Integer Yes Enter item id
Item_Type String Yes Enter item type
Ver_Id Integer Yes Enter version id of the project
IsParseDynamicFilter Integer Yes If dynamic filter is parse 1 otherwise 0

Output:

Orcanos Output class:

IsSuccess: if successful then true else false

Data: JSON object

Message: Error message in case IsSuccess is false

HttpCode: Response HttpCode

Related Articles