POST restapi/personal/yourfiles/public/folders/v1
Copy folders to a different location
Request Information
URI Parameters
None.
Body Parameters
The request with identifiers and new destination
Itslearning.RestApi.Entities.YourFiles.CopyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentFolderId |
The new parent folder identifier where the files or folders will be copied to |
integer |
None. |
| Ids |
The list of identifiers of the files or folders to be copied |
Collection of integer |
None. |
| DuplicateBehaviour |
How to handle duplicates in destination folder |
Itslearning.RestApi.Entities.YourFiles.DuplicateBehaviour |
None. |
Request Formats
application/json, text/json
{
"ParentFolderId": 1,
"Ids": [
1,
2
],
"DuplicateBehaviour": 1
}
application/xml, text/xml
<CopyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<DuplicateBehaviour>Skip</DuplicateBehaviour>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Ids>
<ParentFolderId>1</ParentFolderId>
</CopyRequest>
application/x-www-form-urlencoded
No sample available
Response Information
Resource Description
The file model for destination folder
Itslearning.RestApi.Entities.YourFiles.FileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name of the file/folder |
string |
None. |
| LastModified |
The date and time the file was last modified |
date |
None. |
| LastModifiedString |
The date and time the file was last modified as string |
string |
None. |
| FileType |
The type of file |
string |
None. |
| FileSize |
The file size in Kb |
integer, 64 bit |
None. |
| FileId |
The file identifier |
integer |
None. |
| FileRepoId |
The file repository identifier |
globally unique identifier |
None. |
| SignedFileRepoId |
Signed file repository identifier |
string |
None. |
| IsFolder |
If the item is folder |
boolean |
None. |
| VirtualPath |
Virtual Path |
string |
None. |
| Icon |
Icon for the item |
string |
None. |
| FolderId |
The folder identifier |
integer |
None. |
| ParentFolderId |
The parent folder identifier. If this is a root folder or IsFolder = false, then this value is null. |
integer |
None. |
| NameWithoutExtension |
The name without file extension |
string |
None. |
| Extension |
The file extension |
string |
None. |
| Children |
The children of the FileModel if the file model is a folder |
Collection of Itslearning.RestApi.Entities.YourFiles.FileModel |
None. |
| IsEditable |
If file can be edited |
boolean |
None. |
| IsViewable |
Gets or sets a value indicating whether the item is viewable in the browser. |
boolean |
None. |
| FolderType |
Gets or sets a value indicating whether the item is viewable in the browser. |
string |
None. |
| PublicLink |
Embed link for files. |
string |
None. |
Response Formats
application/json, text/json
{
"Name": "sample string 1",
"LastModified": "2026-02-03T09:16:08Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "2d62a7bf-aece-4ed0-9f81-6c1141bd7693",
"SignedFileRepoId": "sample string 8",
"IsFolder": true,
"VirtualPath": "sample string 10",
"Icon": "sample string 11",
"FolderId": 12,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 13",
"Extension": "sample string 14",
"Children": [
{
"Name": "sample string 1",
"LastModified": "2026-02-03T09:16:08Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "558433cc-8a37-405b-85c4-7856209e97ef",
"SignedFileRepoId": "sample string 8",
"IsFolder": true,
"VirtualPath": "sample string 10",
"Icon": "sample string 11",
"FolderId": 12,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 13",
"Extension": "sample string 14",
"Children": null,
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 17",
"PublicLink": "sample string 18"
},
{
"Name": "sample string 1",
"LastModified": "2026-02-03T09:16:08Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "440cf56d-2cf5-4c5f-941f-8fb1ee834bbb",
"SignedFileRepoId": "sample string 8",
"IsFolder": true,
"VirtualPath": "sample string 10",
"Icon": "sample string 11",
"FolderId": 12,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 13",
"Extension": "sample string 14",
"Children": null,
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 17",
"PublicLink": "sample string 18"
}
],
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 17",
"PublicLink": "sample string 18"
}
application/xml, text/xml
<FileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Children>
<FileModel>
<Children i:nil="true" />
<Extension>sample string 14</Extension>
<FileId>6</FileId>
<FileRepoId>558433cc-8a37-405b-85c4-7856209e97ef</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>12</FolderId>
<FolderType>sample string 17</FolderType>
<Icon>sample string 11</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2026-02-03T09:16:08Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<PublicLink>sample string 18</PublicLink>
<SignedFileRepoId>sample string 8</SignedFileRepoId>
<VirtualPath>sample string 10</VirtualPath>
</FileModel>
<FileModel>
<Children i:nil="true" />
<Extension>sample string 14</Extension>
<FileId>6</FileId>
<FileRepoId>440cf56d-2cf5-4c5f-941f-8fb1ee834bbb</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>12</FolderId>
<FolderType>sample string 17</FolderType>
<Icon>sample string 11</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2026-02-03T09:16:08Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<PublicLink>sample string 18</PublicLink>
<SignedFileRepoId>sample string 8</SignedFileRepoId>
<VirtualPath>sample string 10</VirtualPath>
</FileModel>
</Children>
<Extension>sample string 14</Extension>
<FileId>6</FileId>
<FileRepoId>2d62a7bf-aece-4ed0-9f81-6c1141bd7693</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>12</FolderId>
<FolderType>sample string 17</FolderType>
<Icon>sample string 11</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2026-02-03T09:16:08Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<PublicLink>sample string 18</PublicLink>
<SignedFileRepoId>sample string 8</SignedFileRepoId>
<VirtualPath>sample string 10</VirtualPath>
</FileModel>