PUT api/consumer/v1/workspaces/{workspaceId}/listFrom/{listFromId}/moveCards
Move all Cards from a list to another list
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
listFromId |
Old list ID position |
integer |
Required |
workspaceId |
Workspace ID |
integer |
Required |
Body Parameters
New list ID position
ItemKeyIntDtoName | Description | Type | Additional information |
---|---|---|---|
Key |
The Key |
string |
None |
Value |
The Value |
integer |
None |
Request Formats
application/json, text/json
{ "Key": "sample string 1", "Value": 2 }
application/xml, text/xml
<ItemKeyIntDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oryx.Web.Api.Models"> <Key>sample string 1</Key> <Value>2</Value> </ItemKeyIntDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Card
Collection of WorkspaceJobCardDtoName | Description | Type | Additional information |
---|---|---|---|
WorkspaceCode |
Code of the current workspace |
string |
None |
BoardCode |
Code of the current board |
string |
None |
Partecipants |
List of partecipants |
Collection of UserMinDto |
None |
Teams |
Workspace's Team |
Collection of UserMinDto |
None |
Categories |
Categories available |
Collection of EventCategoryMinDto |
None |
Entity |
Entity |
integer |
None |
EntityFullName |
Typology of entity |
string |
None |
Category |
Category of element |
EventCategoryMinDto |
None |
Timesheet |
Timesheet of element |
TimesheetMinDto |
None |
OwnerUser |
Owner of element |
UserMinDto |
None |
StartDate |
Start date of element |
DateDto |
None |
EndDate |
End date of element |
DateDto |
None |
Progress |
progress of element (range of values between 1-100) |
integer |
None |
State |
State of element |
EventStateMinDto |
None |
Priority |
Priority of element (range of values 1-3) |
ItemValueIntDto |
None |
Recurrence |
Recurrence of element |
string |
None |
Reminder |
Reminder of element |
string |
None |
Location |
Location of element |
string |
None |
TimeZone |
Time zone of element |
TimeZoneMinDto |
None |
Typology |
Typology of the element (required) |
ItemValueIntDto |
None |
IsDay |
Yes if Calendar Event is in day |
boolean |
None |
EventShareType |
Event Share Type |
EventShareTypeMinDto |
None |
IsArchived |
Yes if Calendar Event is archived |
boolean |
None |
Complexity |
Card complexity (optional) |
integer |
None |
Params |
Extra params (for internal use) |
string |
None |
Code |
The short code of the element |
string |
None |
Description |
The description of the element |
string |
None |
IsActive |
True if the element is active, false otherwise |
boolean |
None |
Permissions |
Permissions |
PermissionDto |
None |
CreationDate |
Creation |
date |
None |
CreatedBy |
The user who has made the insert |
UserMinDto |
None |
LastUpdateDate |
Date of the last update |
date |
None |
LastUpdatedBy |
The user who has made the last update |
UserMinDto |
None |
Id |
Unique ID |
integer |
None |
Response Formats
application/json, text/json
[ { "WorkspaceCode": "sample string 1", "BoardCode": "sample string 2", "Partecipants": [ { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 } ], "Teams": [ { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 } ], "Categories": [ { "Icon": "sample string 1", "Color": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "Id": 5 }, { "Icon": "sample string 1", "Color": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "Id": 5 } ], "Entity": 1, "EntityFullName": "sample string 3", "Category": { "Icon": "sample string 1", "Color": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "Id": 5 }, "Timesheet": { "StartDate": "2024-11-01T17:32:20.2071982+01:00", "EndDate": "2024-11-01T17:32:20.2071982+01:00", "Code": "sample string 3", "Description": "sample string 4", "Id": 5 }, "OwnerUser": { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, "StartDate": null, "EndDate": null, "Progress": 4, "State": { "Code": "sample string 1", "Description": "sample string 2", "Id": 3 }, "Priority": { "Value": 1, "Description": "sample string 2" }, "Recurrence": "sample string 5", "Reminder": "sample string 6", "Location": "sample string 7", "TimeZone": { "Description": "sample string 1", "Id": 2 }, "Typology": { "Value": 1, "Description": "sample string 2" }, "IsDay": true, "EventShareType": { "Code": "sample string 1", "Description": "sample string 2", "Id": 3 }, "IsArchived": true, "Complexity": 1, "Params": "sample string 10", "Code": "sample string 11", "Description": "sample string 12", "IsActive": true, "Permissions": { "CanModify": true, "CanDelete": true }, "CreationDate": "2024-11-01T17:32:20.2071982+01:00", "CreatedBy": { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, "LastUpdateDate": "2024-11-01T17:32:20.2071982+01:00", "LastUpdatedBy": { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, "Id": 14 }, { "WorkspaceCode": "sample string 1", "BoardCode": "sample string 2", "Partecipants": [ { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 } ], "Teams": [ { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 } ], "Categories": [ { "Icon": "sample string 1", "Color": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "Id": 5 }, { "Icon": "sample string 1", "Color": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "Id": 5 } ], "Entity": 1, "EntityFullName": "sample string 3", "Category": { "Icon": "sample string 1", "Color": "sample string 2", "Code": "sample string 3", "Description": "sample string 4", "Id": 5 }, "Timesheet": { "StartDate": "2024-11-01T17:32:20.2071982+01:00", "EndDate": "2024-11-01T17:32:20.2071982+01:00", "Code": "sample string 3", "Description": "sample string 4", "Id": 5 }, "OwnerUser": { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, "StartDate": null, "EndDate": null, "Progress": 4, "State": { "Code": "sample string 1", "Description": "sample string 2", "Id": 3 }, "Priority": { "Value": 1, "Description": "sample string 2" }, "Recurrence": "sample string 5", "Reminder": "sample string 6", "Location": "sample string 7", "TimeZone": { "Description": "sample string 1", "Id": 2 }, "Typology": { "Value": 1, "Description": "sample string 2" }, "IsDay": true, "EventShareType": { "Code": "sample string 1", "Description": "sample string 2", "Id": 3 }, "IsArchived": true, "Complexity": 1, "Params": "sample string 10", "Code": "sample string 11", "Description": "sample string 12", "IsActive": true, "Permissions": { "CanModify": true, "CanDelete": true }, "CreationDate": "2024-11-01T17:32:20.2071982+01:00", "CreatedBy": { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, "LastUpdateDate": "2024-11-01T17:32:20.2071982+01:00", "LastUpdatedBy": { "Login": "sample string 1", "FullName": "sample string 2", "Avatar": "sample string 3", "Id": 4 }, "Id": 14 } ]
application/xml
Sample not available.
text/xml
Sample not available.