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": "beb4c81a-3ad6-465c-a22e-cf04b9c787fc",
"uniqueId": "88792e6c-d3cb-4a16-8a07-49ad1e100eeb",
"jobUid": "7d766a14-9f1a-4b85-aa2c-082eb3fa303e",
"clientUid": "cc273675-150b-4eef-8a9a-c8a833d7fa94",
"projectKeyUid": "d4ff5bfe-ec46-42b6-865f-30390a91e818",
"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": "beb4c81a-3ad6-465c-a22e-cf04b9c787fc",
"uniqueId": "88792e6c-d3cb-4a16-8a07-49ad1e100eeb",
"jobUid": "7d766a14-9f1a-4b85-aa2c-082eb3fa303e",
"clientUid": "cc273675-150b-4eef-8a9a-c8a833d7fa94",
"projectKeyUid": "d4ff5bfe-ec46-42b6-865f-30390a91e818",
"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>cc273675-150b-4eef-8a9a-c8a833d7fa94</ClientUid>
<CompanyId>2</CompanyId>
<CompanyUniqueId>beb4c81a-3ad6-465c-a22e-cf04b9c787fc</CompanyUniqueId>
<Description>sample string 8</Description>
<FileName>sample string 5</FileName>
<Filesize>6</Filesize>
<FolderId>1</FolderId>
<Id>1</Id>
<IsExist>true</IsExist>
<JobUid>7d766a14-9f1a-4b85-aa2c-082eb3fa303e</JobUid>
<ProjectKeyUid>d4ff5bfe-ec46-42b6-865f-30390a91e818</ProjectKeyUid>
<StorageCategoryId>1</StorageCategoryId>
<UniqueFileName>sample string 7</UniqueFileName>
<UniqueId>88792e6c-d3cb-4a16-8a07-49ad1e100eeb</UniqueId>
</StorageViewModel>
<StorageViewModel>
<ClientUid>cc273675-150b-4eef-8a9a-c8a833d7fa94</ClientUid>
<CompanyId>2</CompanyId>
<CompanyUniqueId>beb4c81a-3ad6-465c-a22e-cf04b9c787fc</CompanyUniqueId>
<Description>sample string 8</Description>
<FileName>sample string 5</FileName>
<Filesize>6</Filesize>
<FolderId>1</FolderId>
<Id>1</Id>
<IsExist>true</IsExist>
<JobUid>7d766a14-9f1a-4b85-aa2c-082eb3fa303e</JobUid>
<ProjectKeyUid>d4ff5bfe-ec46-42b6-865f-30390a91e818</ProjectKeyUid>
<StorageCategoryId>1</StorageCategoryId>
<UniqueFileName>sample string 7</UniqueFileName>
<UniqueId>88792e6c-d3cb-4a16-8a07-49ad1e100eeb</UniqueId>
</StorageViewModel>
</ArrayOfStorageViewModel>