GET api/RelatedFile/LoadFiles?moduleType={moduleType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
moduleType | RelatedFileModuleTypeEnum |
Required |
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": "666c0abb-1713-4e46-890d-a125690dd310", "uniqueId": "e41a2e8a-204d-4e59-9390-12a2b61bdd80", "jobUid": "a8bc0356-7245-46ec-b04e-70f8ece06c24", "clientUid": "9bf22074-720e-4b60-92a5-110aa0af4f0c", "projectKeyUid": "521ae781-d0f6-4bea-87e2-a4d524744c02", "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": "666c0abb-1713-4e46-890d-a125690dd310", "uniqueId": "e41a2e8a-204d-4e59-9390-12a2b61bdd80", "jobUid": "a8bc0356-7245-46ec-b04e-70f8ece06c24", "clientUid": "9bf22074-720e-4b60-92a5-110aa0af4f0c", "projectKeyUid": "521ae781-d0f6-4bea-87e2-a4d524744c02", "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>9bf22074-720e-4b60-92a5-110aa0af4f0c</ClientUid> <CompanyId>2</CompanyId> <CompanyUniqueId>666c0abb-1713-4e46-890d-a125690dd310</CompanyUniqueId> <Description>sample string 8</Description> <FileName>sample string 5</FileName> <Filesize>6</Filesize> <FolderId>1</FolderId> <Id>1</Id> <IsExist>true</IsExist> <JobUid>a8bc0356-7245-46ec-b04e-70f8ece06c24</JobUid> <ProjectKeyUid>521ae781-d0f6-4bea-87e2-a4d524744c02</ProjectKeyUid> <StorageCategoryId>1</StorageCategoryId> <UniqueFileName>sample string 7</UniqueFileName> <UniqueId>e41a2e8a-204d-4e59-9390-12a2b61bdd80</UniqueId> </StorageViewModel> <StorageViewModel> <ClientUid>9bf22074-720e-4b60-92a5-110aa0af4f0c</ClientUid> <CompanyId>2</CompanyId> <CompanyUniqueId>666c0abb-1713-4e46-890d-a125690dd310</CompanyUniqueId> <Description>sample string 8</Description> <FileName>sample string 5</FileName> <Filesize>6</Filesize> <FolderId>1</FolderId> <Id>1</Id> <IsExist>true</IsExist> <JobUid>a8bc0356-7245-46ec-b04e-70f8ece06c24</JobUid> <ProjectKeyUid>521ae781-d0f6-4bea-87e2-a4d524744c02</ProjectKeyUid> <StorageCategoryId>1</StorageCategoryId> <UniqueFileName>sample string 7</UniqueFileName> <UniqueId>e41a2e8a-204d-4e59-9390-12a2b61bdd80</UniqueId> </StorageViewModel> </ArrayOfStorageViewModel>