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. |
| 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. |
Response Formats
application/json, text/json
[
{
"Name": "sample string 1",
"LastModified": "2025-12-14T14:52:41Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "889ab71f-8c9f-4341-a4f7-db037139d93a",
"IsFolder": true,
"VirtualPath": "sample string 9",
"Icon": "sample string 10",
"FolderId": 11,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 12",
"Extension": "sample string 13",
"Children": [
{
"Name": "sample string 1",
"LastModified": "2025-12-14T14:52:41Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "0b222b19-5927-44eb-838a-02a407c11b9e",
"IsFolder": true,
"VirtualPath": "sample string 9",
"Icon": "sample string 10",
"FolderId": 11,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 12",
"Extension": "sample string 13",
"Children": null,
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 16"
},
{
"Name": "sample string 1",
"LastModified": "2025-12-14T14:52:41Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "c0f602b8-e6fc-410c-a652-0df6073c3779",
"IsFolder": true,
"VirtualPath": "sample string 9",
"Icon": "sample string 10",
"FolderId": 11,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 12",
"Extension": "sample string 13",
"Children": null,
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 16"
}
],
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 16"
},
{
"Name": "sample string 1",
"LastModified": "2025-12-14T14:52:41Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "5ed48ceb-0a9a-4a9b-b2b3-8ab30a157c68",
"IsFolder": true,
"VirtualPath": "sample string 9",
"Icon": "sample string 10",
"FolderId": 11,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 12",
"Extension": "sample string 13",
"Children": [
{
"Name": "sample string 1",
"LastModified": "2025-12-14T14:52:41Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "c4e7b864-8b8e-469a-b264-946d1471f47e",
"IsFolder": true,
"VirtualPath": "sample string 9",
"Icon": "sample string 10",
"FolderId": 11,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 12",
"Extension": "sample string 13",
"Children": null,
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 16"
},
{
"Name": "sample string 1",
"LastModified": "2025-12-14T14:52:41Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "c7ea67fd-5dec-488a-8c7a-d0b1862df81a",
"IsFolder": true,
"VirtualPath": "sample string 9",
"Icon": "sample string 10",
"FolderId": 11,
"ParentFolderId": 1,
"NameWithoutExtension": "sample string 12",
"Extension": "sample string 13",
"Children": null,
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 16"
}
],
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 16"
}
]
application/xml, text/xml
<ArrayOfFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<FileModel>
<Children>
<FileModel>
<Children i:nil="true" />
<Extension>sample string 13</Extension>
<FileId>6</FileId>
<FileRepoId>0b222b19-5927-44eb-838a-02a407c11b9e</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>11</FolderId>
<FolderType>sample string 16</FolderType>
<Icon>sample string 10</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2025-12-14T14:52:41Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 12</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<VirtualPath>sample string 9</VirtualPath>
</FileModel>
<FileModel>
<Children i:nil="true" />
<Extension>sample string 13</Extension>
<FileId>6</FileId>
<FileRepoId>c0f602b8-e6fc-410c-a652-0df6073c3779</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>11</FolderId>
<FolderType>sample string 16</FolderType>
<Icon>sample string 10</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2025-12-14T14:52:41Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 12</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<VirtualPath>sample string 9</VirtualPath>
</FileModel>
</Children>
<Extension>sample string 13</Extension>
<FileId>6</FileId>
<FileRepoId>889ab71f-8c9f-4341-a4f7-db037139d93a</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>11</FolderId>
<FolderType>sample string 16</FolderType>
<Icon>sample string 10</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2025-12-14T14:52:41Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 12</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<VirtualPath>sample string 9</VirtualPath>
</FileModel>
<FileModel>
<Children>
<FileModel>
<Children i:nil="true" />
<Extension>sample string 13</Extension>
<FileId>6</FileId>
<FileRepoId>c4e7b864-8b8e-469a-b264-946d1471f47e</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>11</FolderId>
<FolderType>sample string 16</FolderType>
<Icon>sample string 10</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2025-12-14T14:52:41Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 12</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<VirtualPath>sample string 9</VirtualPath>
</FileModel>
<FileModel>
<Children i:nil="true" />
<Extension>sample string 13</Extension>
<FileId>6</FileId>
<FileRepoId>c7ea67fd-5dec-488a-8c7a-d0b1862df81a</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>11</FolderId>
<FolderType>sample string 16</FolderType>
<Icon>sample string 10</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2025-12-14T14:52:41Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 12</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<VirtualPath>sample string 9</VirtualPath>
</FileModel>
</Children>
<Extension>sample string 13</Extension>
<FileId>6</FileId>
<FileRepoId>5ed48ceb-0a9a-4a9b-b2b3-8ab30a157c68</FileRepoId>
<FileSize>5</FileSize>
<FileType>sample string 4</FileType>
<FolderId>11</FolderId>
<FolderType>sample string 16</FolderType>
<Icon>sample string 10</Icon>
<IsEditable>true</IsEditable>
<IsFolder>true</IsFolder>
<IsViewable>true</IsViewable>
<LastModified>2025-12-14T14:52:41Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 12</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<VirtualPath>sample string 9</VirtualPath>
</FileModel>
</ArrayOfFileModel>