GET api/Storage/LoadFiles
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StorageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyUniqueId | globally unique identifier |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| JobUid | globally unique identifier |
None. |
|
| ClientUid | globally unique identifier |
None. |
|
| ProjectKeyUid | globally unique identifier |
None. |
|
| StorageCategoryId | integer |
None. |
|
| FileName | string |
None. |
|
| Filesize | integer |
None. |
|
| UniqueFileName | string |
None. |
|
| Description | string |
None. |
|
| IsExist | boolean |
None. |
|
| FolderId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"companyId": 2,
"companyUniqueId": "68f98a2a-51b6-49fd-b775-27ae06228d2b",
"uniqueId": "9f030e76-40e5-4e18-aaf3-0d2690749935",
"jobUid": "fdb22057-c044-4ab2-9008-1eb5e1e02dfa",
"clientUid": "130d57e8-7329-444a-afac-a230e9482bc8",
"projectKeyUid": "b38df566-cf79-4dac-a16f-41767bf1055c",
"storageCategoryId": 1,
"fileName": "sample string 5",
"filesize": 6,
"uniqueFileName": "sample string 7",
"description": "sample string 8",
"isExist": true,
"folderId": 1
},
{
"id": 1,
"companyId": 2,
"companyUniqueId": "68f98a2a-51b6-49fd-b775-27ae06228d2b",
"uniqueId": "9f030e76-40e5-4e18-aaf3-0d2690749935",
"jobUid": "fdb22057-c044-4ab2-9008-1eb5e1e02dfa",
"clientUid": "130d57e8-7329-444a-afac-a230e9482bc8",
"projectKeyUid": "b38df566-cf79-4dac-a16f-41767bf1055c",
"storageCategoryId": 1,
"fileName": "sample string 5",
"filesize": 6,
"uniqueFileName": "sample string 7",
"description": "sample string 8",
"isExist": true,
"folderId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfStorageViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
<StorageViewModel>
<ClientUid>130d57e8-7329-444a-afac-a230e9482bc8</ClientUid>
<CompanyId>2</CompanyId>
<CompanyUniqueId>68f98a2a-51b6-49fd-b775-27ae06228d2b</CompanyUniqueId>
<Description>sample string 8</Description>
<FileName>sample string 5</FileName>
<Filesize>6</Filesize>
<FolderId>1</FolderId>
<Id>1</Id>
<IsExist>true</IsExist>
<JobUid>fdb22057-c044-4ab2-9008-1eb5e1e02dfa</JobUid>
<ProjectKeyUid>b38df566-cf79-4dac-a16f-41767bf1055c</ProjectKeyUid>
<StorageCategoryId>1</StorageCategoryId>
<UniqueFileName>sample string 7</UniqueFileName>
<UniqueId>9f030e76-40e5-4e18-aaf3-0d2690749935</UniqueId>
</StorageViewModel>
<StorageViewModel>
<ClientUid>130d57e8-7329-444a-afac-a230e9482bc8</ClientUid>
<CompanyId>2</CompanyId>
<CompanyUniqueId>68f98a2a-51b6-49fd-b775-27ae06228d2b</CompanyUniqueId>
<Description>sample string 8</Description>
<FileName>sample string 5</FileName>
<Filesize>6</Filesize>
<FolderId>1</FolderId>
<Id>1</Id>
<IsExist>true</IsExist>
<JobUid>fdb22057-c044-4ab2-9008-1eb5e1e02dfa</JobUid>
<ProjectKeyUid>b38df566-cf79-4dac-a16f-41767bf1055c</ProjectKeyUid>
<StorageCategoryId>1</StorageCategoryId>
<UniqueFileName>sample string 7</UniqueFileName>
<UniqueId>9f030e76-40e5-4e18-aaf3-0d2690749935</UniqueId>
</StorageViewModel>
</ArrayOfStorageViewModel>