Advanced Reporting API: Current User Assignments Endpoint
GET /io/reporting/export/userassignments/current
Returns all the cards the authorized user has access to, who have users assigned to them.
Resource URL
GET https://{accountname}.leankit.com/io/reporting/export/userassignments/current?token=xyzyz
See Export Parameters for more information on specifying response formats and other options.
Example Request
GET https://myaccount.leankit.com/io/reporting/export/userassignments/current?token=xyxyz
Response
Column | Description |
---|---|
Card ID | |
Assigned User ID | |
Assigned User Full Name | |
Assigned User Email Address | |
Assigned By User ID | |
Assigned To Date | |
Card Title | |
Card Size | |
Priority | |
Card Type ID | |
Card Type Title | |
Current Board ID | |
Current Board Title | |
Assigned By User Email Address | |
Assigned By User Full Name |
Example Response
"Card ID","Assigned User ID","Assigned User Full Name","Assigned User Email Address","Assigned By User ID","Assigned To Date","Card Title","Card Size","Priority","Card Type ID","Card Type Title","Current Board ID","Current Board Title","Assigned By User Email Address","Assigned By User Full Name" "10112914590","25008","Smith, John","john.smith@test.com","25013",2016-08-10 07:18:54 PM,"Christine needs virus removal",0,"Critical","10112915283","Risk / Issue","10112914972","IT Board","tom.jones@test.com","Jones, Tom" "10112914592","25075","Williams, Harold","harold.williams@test.com","25082",2016-06-28 02:22:31 PM,"B",3,"High","10112915289","Other Work","10112914973","Software Team Board","sarah.johnson@test.com","Johnson, Sarah"