Task/Items({SerialNumber})

This content applies to legacy components (such as K2 Studio and K2 for Visual Studio), legacy assemblies, legacy services or legacy functionality. If you have upgraded from K2 blackpearl 4.7 to K2 Five, these items may still be available in your environment. These legacy items may not be available in new installations of K2 Five. These legacy items may also not be available, supported, or behave as described, in future updates or versions of K2. Please see the legacy component support policy for more information about support for these components.

Returns a single task item matching the specified SerialNumber.

  Value Notes
URI {Service Root URI}/Task/Items({SerialNumber})
e.g.
https://api.denallix.com:443/K2Services/SyncREST.svc/Task/Items(16_8)

{SerialNumber} is a String and is the serial number for the task item

Optional Query options can be passed, see

System Query Options

Method GET  
Return Type Task or Failure  
Return Example <Task SerialNumber="16_8" xmlns="http://schemas.k2.com/task/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProcessName>Order Process</ProcessName>
  <StartDate>2011-02-14T22:52:19.77Z</StartDate>
  <ProcessFullName>K2 Examples\Order Process</ProcessFullName>
  <ProcessFolio>Order Process - K2</ProcessFolio>
  <ActivityName>Manager Approval</ActivityName>
  <Priority>1</Priority>
  <Status>Available</Status>
  <Originator/>
  <Data>http://DLX:81/Workspace/ClientEventPages/K2_Examples/Order_Process_Page_9103682c.aspx?SN=16_8</Data>
  <Action Name="Approve" Batchable="true"/>
  <Action Name="Decline" Batchable="true"/>
  <Action Name="Rework" Batchable="true"/>
</Task>