GET api/applications/{softwareName}/list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| softwareName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ApplicationData| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| SoftwareName | string |
None. |
|
| AppCode | ApplicationsEnum |
None. |
|
| CreatedOn | date |
None. |
|
| HasMultiBranchOffices | boolean |
None. |
|
| BranchOfficeCount | integer |
None. |
|
| CurrencyList | Collection of CurrencyData |
None. |
|
| TermsAndCondRequired | boolean |
None. |
|
| TermsAndCondVersion | integer |
None. |
|
| TermsAndCondAccepted | boolean |
None. |
|
| HasEnableClientSideFullCache | boolean |
None. |
|
| HasEnableUpdateLicense | boolean |
None. |
|
| LicenceBytes | Collection of byte |
None. |
|
| HasPOSSection | boolean |
None. |
|
| HasEcommerceEnabled | boolean |
None. |
|
| HasProductionEnabled | boolean |
None. |
|
| HasLoteAndExpirationDateEnabled | boolean |
None. |
|
| HasCashFlowEnabled | boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
<ArrayOfApplicationData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
<ApplicationData>
<AppCode>ALL</AppCode>
<AppID>b2f429c4-c3fc-497e-b4cc-846f5e5a876b</AppID>
<BranchOfficeCount>1</BranchOfficeCount>
<CreatedOn>2026-02-04T02:59:13.5543269+00:00</CreatedOn>
<CurrencyList>
<CurrencyData>
<ID>1</ID>
<Code>ARS</Code>
<IsLocalCurrency>true</IsLocalCurrency>
<Name>sample string 2</Name>
<ShortName>sample string 3</ShortName>
<Symbol>sample string 1</Symbol>
</CurrencyData>
<CurrencyData>
<ID>1</ID>
<Code>ARS</Code>
<IsLocalCurrency>true</IsLocalCurrency>
<Name>sample string 2</Name>
<ShortName>sample string 3</ShortName>
<Symbol>sample string 1</Symbol>
</CurrencyData>
</CurrencyList>
<HasEnableClientSideFullCache>true</HasEnableClientSideFullCache>
<HasEnableUpdateLicense>true</HasEnableUpdateLicense>
<HasMultiBranchOffices>true</HasMultiBranchOffices>
<LicenceBytes>QEA=</LicenceBytes>
<Name>sample string 1</Name>
<SoftwareName>sample string 2</SoftwareName>
<TermsAndCondAccepted>true</TermsAndCondAccepted>
<TermsAndCondRequired>true</TermsAndCondRequired>
<TermsAndCondVersion>1</TermsAndCondVersion>
</ApplicationData>
<ApplicationData>
<AppCode>ALL</AppCode>
<AppID>b2f429c4-c3fc-497e-b4cc-846f5e5a876b</AppID>
<BranchOfficeCount>1</BranchOfficeCount>
<CreatedOn>2026-02-04T02:59:13.5543269+00:00</CreatedOn>
<CurrencyList>
<CurrencyData>
<ID>1</ID>
<Code>ARS</Code>
<IsLocalCurrency>true</IsLocalCurrency>
<Name>sample string 2</Name>
<ShortName>sample string 3</ShortName>
<Symbol>sample string 1</Symbol>
</CurrencyData>
<CurrencyData>
<ID>1</ID>
<Code>ARS</Code>
<IsLocalCurrency>true</IsLocalCurrency>
<Name>sample string 2</Name>
<ShortName>sample string 3</ShortName>
<Symbol>sample string 1</Symbol>
</CurrencyData>
</CurrencyList>
<HasEnableClientSideFullCache>true</HasEnableClientSideFullCache>
<HasEnableUpdateLicense>true</HasEnableUpdateLicense>
<HasMultiBranchOffices>true</HasMultiBranchOffices>
<LicenceBytes>QEA=</LicenceBytes>
<Name>sample string 1</Name>
<SoftwareName>sample string 2</SoftwareName>
<TermsAndCondAccepted>true</TermsAndCondAccepted>
<TermsAndCondRequired>true</TermsAndCondRequired>
<TermsAndCondVersion>1</TermsAndCondVersion>
</ApplicationData>
</ArrayOfApplicationData>