GET api/Storage
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StorageViewModelName | 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": "4e98a54d-35d8-4eaa-b66b-0c46626d4005", "uniqueId": "3b601993-4cde-4675-ac64-65153d4329c4", "jobUid": "0d0fbb25-01ae-4806-89ef-b612d9b16205", "clientUid": "0873b0a3-27e0-4961-9404-866f52a4facb", "projectKeyUid": "8e934b26-a4c2-45db-a5fb-6557c24b1d83", "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": "4e98a54d-35d8-4eaa-b66b-0c46626d4005", "uniqueId": "3b601993-4cde-4675-ac64-65153d4329c4", "jobUid": "0d0fbb25-01ae-4806-89ef-b612d9b16205", "clientUid": "0873b0a3-27e0-4961-9404-866f52a4facb", "projectKeyUid": "8e934b26-a4c2-45db-a5fb-6557c24b1d83", "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>0873b0a3-27e0-4961-9404-866f52a4facb</ClientUid> <CompanyId>2</CompanyId> <CompanyUniqueId>4e98a54d-35d8-4eaa-b66b-0c46626d4005</CompanyUniqueId> <Description>sample string 8</Description> <FileName>sample string 5</FileName> <Filesize>6</Filesize> <FolderId>1</FolderId> <Id>1</Id> <IsExist>true</IsExist> <JobUid>0d0fbb25-01ae-4806-89ef-b612d9b16205</JobUid> <ProjectKeyUid>8e934b26-a4c2-45db-a5fb-6557c24b1d83</ProjectKeyUid> <StorageCategoryId>1</StorageCategoryId> <UniqueFileName>sample string 7</UniqueFileName> <UniqueId>3b601993-4cde-4675-ac64-65153d4329c4</UniqueId> </StorageViewModel> <StorageViewModel> <ClientUid>0873b0a3-27e0-4961-9404-866f52a4facb</ClientUid> <CompanyId>2</CompanyId> <CompanyUniqueId>4e98a54d-35d8-4eaa-b66b-0c46626d4005</CompanyUniqueId> <Description>sample string 8</Description> <FileName>sample string 5</FileName> <Filesize>6</Filesize> <FolderId>1</FolderId> <Id>1</Id> <IsExist>true</IsExist> <JobUid>0d0fbb25-01ae-4806-89ef-b612d9b16205</JobUid> <ProjectKeyUid>8e934b26-a4c2-45db-a5fb-6557c24b1d83</ProjectKeyUid> <StorageCategoryId>1</StorageCategoryId> <UniqueFileName>sample string 7</UniqueFileName> <UniqueId>3b601993-4cde-4675-ac64-65153d4329c4</UniqueId> </StorageViewModel> </ArrayOfStorageViewModel>