GET api/RelatedFile?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": "d2bdcd00-e9b3-4ef5-8228-24bcea68cba9", "uniqueId": "08bab825-833b-46af-9b6a-ff828e8d28b6", "jobUid": "07174a02-ab09-44e5-9565-2c471b83fe05", "clientUid": "ef3c3baa-ff42-4579-acb3-506e0e18d118", "projectKeyUid": "3824e2bd-e6f9-4ba9-af30-f0637edfcc0f", "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": "d2bdcd00-e9b3-4ef5-8228-24bcea68cba9", "uniqueId": "08bab825-833b-46af-9b6a-ff828e8d28b6", "jobUid": "07174a02-ab09-44e5-9565-2c471b83fe05", "clientUid": "ef3c3baa-ff42-4579-acb3-506e0e18d118", "projectKeyUid": "3824e2bd-e6f9-4ba9-af30-f0637edfcc0f", "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>ef3c3baa-ff42-4579-acb3-506e0e18d118</ClientUid> <CompanyId>2</CompanyId> <CompanyUniqueId>d2bdcd00-e9b3-4ef5-8228-24bcea68cba9</CompanyUniqueId> <Description>sample string 8</Description> <FileName>sample string 5</FileName> <Filesize>6</Filesize> <FolderId>1</FolderId> <Id>1</Id> <IsExist>true</IsExist> <JobUid>07174a02-ab09-44e5-9565-2c471b83fe05</JobUid> <ProjectKeyUid>3824e2bd-e6f9-4ba9-af30-f0637edfcc0f</ProjectKeyUid> <StorageCategoryId>1</StorageCategoryId> <UniqueFileName>sample string 7</UniqueFileName> <UniqueId>08bab825-833b-46af-9b6a-ff828e8d28b6</UniqueId> </StorageViewModel> <StorageViewModel> <ClientUid>ef3c3baa-ff42-4579-acb3-506e0e18d118</ClientUid> <CompanyId>2</CompanyId> <CompanyUniqueId>d2bdcd00-e9b3-4ef5-8228-24bcea68cba9</CompanyUniqueId> <Description>sample string 8</Description> <FileName>sample string 5</FileName> <Filesize>6</Filesize> <FolderId>1</FolderId> <Id>1</Id> <IsExist>true</IsExist> <JobUid>07174a02-ab09-44e5-9565-2c471b83fe05</JobUid> <ProjectKeyUid>3824e2bd-e6f9-4ba9-af30-f0637edfcc0f</ProjectKeyUid> <StorageCategoryId>1</StorageCategoryId> <UniqueFileName>sample string 7</UniqueFileName> <UniqueId>08bab825-833b-46af-9b6a-ff828e8d28b6</UniqueId> </StorageViewModel> </ArrayOfStorageViewModel>