GET api/Storage/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
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": "9c477aa2-fb6d-4bd6-84a5-21ef12624cef",
"uniqueId": "f4d34fe6-9e72-49b1-9e98-c45fbab95bbb",
"jobUid": "44239a6b-3382-4668-ba76-fc2d5523a3ad",
"clientUid": "ea431f1f-d647-4b1d-bfa8-f519ea0d0039",
"projectKeyUid": "bc534e8c-7d4a-4e1f-b389-027f735b436c",
"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": "9c477aa2-fb6d-4bd6-84a5-21ef12624cef",
"uniqueId": "f4d34fe6-9e72-49b1-9e98-c45fbab95bbb",
"jobUid": "44239a6b-3382-4668-ba76-fc2d5523a3ad",
"clientUid": "ea431f1f-d647-4b1d-bfa8-f519ea0d0039",
"projectKeyUid": "bc534e8c-7d4a-4e1f-b389-027f735b436c",
"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>ea431f1f-d647-4b1d-bfa8-f519ea0d0039</ClientUid>
<CompanyId>2</CompanyId>
<CompanyUniqueId>9c477aa2-fb6d-4bd6-84a5-21ef12624cef</CompanyUniqueId>
<Description>sample string 8</Description>
<FileName>sample string 5</FileName>
<Filesize>6</Filesize>
<FolderId>1</FolderId>
<Id>1</Id>
<IsExist>true</IsExist>
<JobUid>44239a6b-3382-4668-ba76-fc2d5523a3ad</JobUid>
<ProjectKeyUid>bc534e8c-7d4a-4e1f-b389-027f735b436c</ProjectKeyUid>
<StorageCategoryId>1</StorageCategoryId>
<UniqueFileName>sample string 7</UniqueFileName>
<UniqueId>f4d34fe6-9e72-49b1-9e98-c45fbab95bbb</UniqueId>
</StorageViewModel>
<StorageViewModel>
<ClientUid>ea431f1f-d647-4b1d-bfa8-f519ea0d0039</ClientUid>
<CompanyId>2</CompanyId>
<CompanyUniqueId>9c477aa2-fb6d-4bd6-84a5-21ef12624cef</CompanyUniqueId>
<Description>sample string 8</Description>
<FileName>sample string 5</FileName>
<Filesize>6</Filesize>
<FolderId>1</FolderId>
<Id>1</Id>
<IsExist>true</IsExist>
<JobUid>44239a6b-3382-4668-ba76-fc2d5523a3ad</JobUid>
<ProjectKeyUid>bc534e8c-7d4a-4e1f-b389-027f735b436c</ProjectKeyUid>
<StorageCategoryId>1</StorageCategoryId>
<UniqueFileName>sample string 7</UniqueFileName>
<UniqueId>f4d34fe6-9e72-49b1-9e98-c45fbab95bbb</UniqueId>
</StorageViewModel>
</ArrayOfStorageViewModel>