Application API (v1): Remove Assigned User from a Task Card
LeanKit's Application API v1 is deprecated. New integration projects should use our v2 API suite found here: https://success.planview.com/Planview_LeanKit/LeanKit_API/01_v2.
This method removes a single user's assignment from a Task Card. UserId
is required in the URL. This value can be found in the AssignedUsers
using Get Task Card.
Request URL (POST):
https://{accountname}.leankit.com/kanban/api/v1/board/{boardId}/unassign/card/{cardId}/tasks/{taskCardId}/users/{userId}
Sample Request:
https://myaccount.leankit.com/kanban/api/v1/board/256064019/unassign/card/256501042/tasks/256501044/users/62984826
Sample Response:
{ "ReplyData": [ { "BoardVersion": 10, "CardDTO": { "SystemType": "Card", "BoardId": 256064019, "BoardTitle": "Sample Board", "LaneId": 256485507, "LaneTitle": "ToDo", "Title": "Task 1 - Updated", "Description": "New description of task", "Type": { "Id": 256291537 }, "TypeId": 256291537, "Priority": 1, "PriorityText": "Normal", "TypeName": "Subtask", "TypeIconPath": null, "TypeColorHex": "#F8F7D2", "Size": 0, "Active": false, "Color": "#F8F7D2", "Icon": "", "Version": 9, "AssignedUsers": [], "IsBlocked": false, "BlockReason": null, "BlockStateChangeDate": null, "Index": 1, "StartDate": null, "DueDate": null, "ExternalSystemName": null, "ExternalSystemUrl": null, "ExternalCardID": null, "ExternalCardIdPrefix": null, "Tags": null, "ParentBoardId": 0, "ParentTaskboardId": 256422779, "CountOfOldCards": 0, "CardContexts": [], "LastMove": "10/14/2015 04:52:11 PM", "LastActivity": "10/15/2015 08:22:36 AM", "DateArchived": null, "CommentsCount": 0, "LastComment": null, "AttachmentsCount": 0, "LastAttachment": null, "CreateDate": "10/14/2015", "ActualStartDate": "10/14/2015 8:51:51 PM", "ActualFinishDate": null, "AssignedUserName": "", "AssignedUserId": 0, "AssignedUserIds": [], "GravatarLink": "", "SmallGravatarLink": "", "IsOlderThanXDays": false, "Id": 256501044, "DrillThroughBoardId": null, "HasDrillThroughBoard": false, "DrillThroughStatistics": null, "DrillThroughCompletionPercent": null, "DrillThroughProgressTotal": null, "DrillThroughProgressComplete": null, "DrillThroughProgressSizeComplete": null, "DrillThroughProgressSizeTotal": null, "ClassOfServiceId": 0, "ClassOfServiceTitle": null, "ClassOfServiceIconPath": null, "ClassOfServiceColorHex": null, "ClassOfServiceCustomIconName": null, "ClassOfServiceCustomIconColor": null, "CardTypeIconColor": null, "CardTypeIconName": null, "CurrentTaskBoardId": null, "TaskBoardCompletionPercent": 0, "TaskBoardCompletedCardCount": 0, "TaskBoardCompletedCardSize": 0, "TaskBoardTotalCards": 0, "TaskBoardTotalSize": 0, "CurrentContext": null, "ParentCardId": null }, "CardSubscription": null } ], "ReplyCode": 202, "ReplyText": "The User was successfully unassigned." }