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": "cc0f246e-e4cb-4e4d-a0df-def837df0dc3",
"uniqueId": "11208653-6270-4b13-87f8-cfe0c80c9c65",
"jobUid": "8090356b-b0f5-441b-98a4-e1ebb61f3d15",
"clientUid": "ba879505-e45b-4835-9f52-29dfdc94e9f4",
"projectKeyUid": "3ea31eb6-2e14-4914-afcf-06fd9abbe795",
"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": "cc0f246e-e4cb-4e4d-a0df-def837df0dc3",
"uniqueId": "11208653-6270-4b13-87f8-cfe0c80c9c65",
"jobUid": "8090356b-b0f5-441b-98a4-e1ebb61f3d15",
"clientUid": "ba879505-e45b-4835-9f52-29dfdc94e9f4",
"projectKeyUid": "3ea31eb6-2e14-4914-afcf-06fd9abbe795",
"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>ba879505-e45b-4835-9f52-29dfdc94e9f4</ClientUid>
<CompanyId>2</CompanyId>
<CompanyUniqueId>cc0f246e-e4cb-4e4d-a0df-def837df0dc3</CompanyUniqueId>
<Description>sample string 8</Description>
<FileName>sample string 5</FileName>
<Filesize>6</Filesize>
<FolderId>1</FolderId>
<Id>1</Id>
<IsExist>true</IsExist>
<JobUid>8090356b-b0f5-441b-98a4-e1ebb61f3d15</JobUid>
<ProjectKeyUid>3ea31eb6-2e14-4914-afcf-06fd9abbe795</ProjectKeyUid>
<StorageCategoryId>1</StorageCategoryId>
<UniqueFileName>sample string 7</UniqueFileName>
<UniqueId>11208653-6270-4b13-87f8-cfe0c80c9c65</UniqueId>
</StorageViewModel>
<StorageViewModel>
<ClientUid>ba879505-e45b-4835-9f52-29dfdc94e9f4</ClientUid>
<CompanyId>2</CompanyId>
<CompanyUniqueId>cc0f246e-e4cb-4e4d-a0df-def837df0dc3</CompanyUniqueId>
<Description>sample string 8</Description>
<FileName>sample string 5</FileName>
<Filesize>6</Filesize>
<FolderId>1</FolderId>
<Id>1</Id>
<IsExist>true</IsExist>
<JobUid>8090356b-b0f5-441b-98a4-e1ebb61f3d15</JobUid>
<ProjectKeyUid>3ea31eb6-2e14-4914-afcf-06fd9abbe795</ProjectKeyUid>
<StorageCategoryId>1</StorageCategoryId>
<UniqueFileName>sample string 7</UniqueFileName>
<UniqueId>11208653-6270-4b13-87f8-cfe0c80c9c65</UniqueId>
</StorageViewModel>
</ArrayOfStorageViewModel>