GET restapi/personal/yourfiles/folders/{folderId}/v1
Get public and private files for the current user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| folderId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Folder with children
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. |
Response Formats
application/json, text/json
[
{
"Name": "sample string 1",
"LastModified": "2025-12-17T18:51:10Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "acebf04a-8a05-4e38-81c8-860d6ed7f269",
"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": "2025-12-17T18:51:10Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "19ca45b6-382f-4c6d-a455-be5efe4fd5a9",
"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"
},
{
"Name": "sample string 1",
"LastModified": "2025-12-17T18:51:10Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "01ded832-024f-4cac-bf6e-35074c0e2371",
"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"
}
],
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 17"
},
{
"Name": "sample string 1",
"LastModified": "2025-12-17T18:51:10Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "8f3927f1-8ced-4a03-aa38-d8f1a437c199",
"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": "2025-12-17T18:51:10Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "26b868fd-2bb0-4212-b0d3-01b0b5bdf37d",
"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"
},
{
"Name": "sample string 1",
"LastModified": "2025-12-17T18:51:10Z",
"LastModifiedString": "sample string 3",
"FileType": "sample string 4",
"FileSize": 5,
"FileId": 6,
"FileRepoId": "c4438a74-20bc-475e-a4d5-3bfd733b6c70",
"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"
}
],
"IsEditable": true,
"IsViewable": true,
"FolderType": "sample string 17"
}
]
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>19ca45b6-382f-4c6d-a455-be5efe4fd5a9</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>2025-12-17T18:51:10Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<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>01ded832-024f-4cac-bf6e-35074c0e2371</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>2025-12-17T18:51:10Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<SignedFileRepoId>sample string 8</SignedFileRepoId>
<VirtualPath>sample string 10</VirtualPath>
</FileModel>
</Children>
<Extension>sample string 14</Extension>
<FileId>6</FileId>
<FileRepoId>acebf04a-8a05-4e38-81c8-860d6ed7f269</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>2025-12-17T18:51:10Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<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>26b868fd-2bb0-4212-b0d3-01b0b5bdf37d</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>2025-12-17T18:51:10Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<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>c4438a74-20bc-475e-a4d5-3bfd733b6c70</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>2025-12-17T18:51:10Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<SignedFileRepoId>sample string 8</SignedFileRepoId>
<VirtualPath>sample string 10</VirtualPath>
</FileModel>
</Children>
<Extension>sample string 14</Extension>
<FileId>6</FileId>
<FileRepoId>8f3927f1-8ced-4a03-aa38-d8f1a437c199</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>2025-12-17T18:51:10Z</LastModified>
<LastModifiedString>sample string 3</LastModifiedString>
<Name>sample string 1</Name>
<NameWithoutExtension>sample string 13</NameWithoutExtension>
<ParentFolderId>1</ParentFolderId>
<SignedFileRepoId>sample string 8</SignedFileRepoId>
<VirtualPath>sample string 10</VirtualPath>
</FileModel>
</ArrayOfFileModel>