POST restapi/personal/yourfiles/public/folders/{folderId}/files/v1
Saves new public files for person.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| folderId |
The folder identifier to store the files |
integer |
Required |
Body Parameters
List of files to save.
Collection of Itslearning.RestApi.Entities.YourFiles.UploadedFileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The file identifier |
string |
None. |
| Name |
The name of the file |
string |
None. |
| MimeType |
The MIME type of the file |
string |
None. |
| SignedFileRepoId |
The signed file repository identifier |
string |
None. |
| Signature |
The signature for the file |
string |
None. |
| Error |
The error message if any error occurred during the upload to file repo |
string |
None. |
Request Formats
application/json, text/json
[
{
"Id": "sample string 1",
"Name": "sample string 2",
"MimeType": "sample string 3",
"SignedFileRepoId": "sample string 4",
"Signature": "sample string 5",
"Error": "sample string 6"
},
{
"Id": "sample string 1",
"Name": "sample string 2",
"MimeType": "sample string 3",
"SignedFileRepoId": "sample string 4",
"Signature": "sample string 5",
"Error": "sample string 6"
}
]
application/xml, text/xml
<ArrayOfUploadedFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<UploadedFileModel>
<Error>sample string 6</Error>
<Id>sample string 1</Id>
<MimeType>sample string 3</MimeType>
<Name>sample string 2</Name>
<Signature>sample string 5</Signature>
<SignedFileRepoId>sample string 4</SignedFileRepoId>
</UploadedFileModel>
<UploadedFileModel>
<Error>sample string 6</Error>
<Id>sample string 1</Id>
<MimeType>sample string 3</MimeType>
<Name>sample string 2</Name>
<Signature>sample string 5</Signature>
<SignedFileRepoId>sample string 4</SignedFileRepoId>
</UploadedFileModel>
</ArrayOfUploadedFileModel>
application/x-www-form-urlencoded
No sample available
Response Information
Resource Description
List of files that are saved
Collection of 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": "c4fd4dda-aa27-4759-99d0-8d9c54a64182",
"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": "a1269e44-2178-4da8-a5ce-b4891bc58e50",
"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": "74674012-c427-4e1a-82dd-b8a0520b825e",
"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"
},
{
"Name": "sample string 1",
"LastModified": "2026-02-03T09:16:08Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "5d80621d-3037-413f-89d1-893e70a0b3a7",
"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": "78ed334b-6359-4fe4-9695-dde9a5c5c484",
"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": "fc75e429-4a12-4bf9-89b7-df57e11930ca",
"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
<ArrayOfFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<FileModel>
<Children>
<FileModel>
<Children i:nil="true" />
<Extension>sample string 14</Extension>
<FileId>6</FileId>
<FileRepoId>a1269e44-2178-4da8-a5ce-b4891bc58e50</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>74674012-c427-4e1a-82dd-b8a0520b825e</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>c4fd4dda-aa27-4759-99d0-8d9c54a64182</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>
<FileModel>
<Children i:nil="true" />
<Extension>sample string 14</Extension>
<FileId>6</FileId>
<FileRepoId>78ed334b-6359-4fe4-9695-dde9a5c5c484</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>fc75e429-4a12-4bf9-89b7-df57e11930ca</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>5d80621d-3037-413f-89d1-893e70a0b3a7</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>
</ArrayOfFileModel>