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": "ab6df377-cdb4-431f-8bc7-0ee6f70f1b45", "uniqueId": "797f1973-dd7b-4883-9737-54f760da6d85", "jobUid": "fb9b2502-ca76-4776-ac8d-a68a178dabb6", "clientUid": "8a827b30-cb7e-4935-8305-36ade1ea8e45", "projectKeyUid": "c3500650-3498-4ff8-b20f-6528e88d7eed", "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": "ab6df377-cdb4-431f-8bc7-0ee6f70f1b45", "uniqueId": "797f1973-dd7b-4883-9737-54f760da6d85", "jobUid": "fb9b2502-ca76-4776-ac8d-a68a178dabb6", "clientUid": "8a827b30-cb7e-4935-8305-36ade1ea8e45", "projectKeyUid": "c3500650-3498-4ff8-b20f-6528e88d7eed", "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>8a827b30-cb7e-4935-8305-36ade1ea8e45</ClientUid> <CompanyId>2</CompanyId> <CompanyUniqueId>ab6df377-cdb4-431f-8bc7-0ee6f70f1b45</CompanyUniqueId> <Description>sample string 8</Description> <FileName>sample string 5</FileName> <Filesize>6</Filesize> <FolderId>1</FolderId> <Id>1</Id> <IsExist>true</IsExist> <JobUid>fb9b2502-ca76-4776-ac8d-a68a178dabb6</JobUid> <ProjectKeyUid>c3500650-3498-4ff8-b20f-6528e88d7eed</ProjectKeyUid> <StorageCategoryId>1</StorageCategoryId> <UniqueFileName>sample string 7</UniqueFileName> <UniqueId>797f1973-dd7b-4883-9737-54f760da6d85</UniqueId> </StorageViewModel> <StorageViewModel> <ClientUid>8a827b30-cb7e-4935-8305-36ade1ea8e45</ClientUid> <CompanyId>2</CompanyId> <CompanyUniqueId>ab6df377-cdb4-431f-8bc7-0ee6f70f1b45</CompanyUniqueId> <Description>sample string 8</Description> <FileName>sample string 5</FileName> <Filesize>6</Filesize> <FolderId>1</FolderId> <Id>1</Id> <IsExist>true</IsExist> <JobUid>fb9b2502-ca76-4776-ac8d-a68a178dabb6</JobUid> <ProjectKeyUid>c3500650-3498-4ff8-b20f-6528e88d7eed</ProjectKeyUid> <StorageCategoryId>1</StorageCategoryId> <UniqueFileName>sample string 7</UniqueFileName> <UniqueId>797f1973-dd7b-4883-9737-54f760da6d85</UniqueId> </StorageViewModel> </ArrayOfStorageViewModel>