GET api/Software/getSoftwareList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Software
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

fileNameWithoutExtension

string

None.

registerKey

string

None.

Url_x64

string

None.

Url_x86

string

None.

UrlInfo

string

None.

UrlInfoVersionCSV

string

None.

SoftwareLogo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2",
    "fileNameWithoutExtension": "sample string 3",
    "registerKey": "sample string 4",
    "Url_x64": "sample string 5",
    "Url_x86": "sample string 6",
    "UrlInfo": "sample string 7",
    "UrlInfoVersionCSV": "sample string 8",
    "SoftwareLogo": "sample string 9"
  },
  {
    "id": 1,
    "name": "sample string 2",
    "fileNameWithoutExtension": "sample string 3",
    "registerKey": "sample string 4",
    "Url_x64": "sample string 5",
    "Url_x86": "sample string 6",
    "UrlInfo": "sample string 7",
    "UrlInfoVersionCSV": "sample string 8",
    "SoftwareLogo": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSoftware xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServiceLMS6Auth">
  <Software>
    <SoftwareLogo>sample string 9</SoftwareLogo>
    <UrlInfo>sample string 7</UrlInfo>
    <UrlInfoVersionCSV>sample string 8</UrlInfoVersionCSV>
    <Url_x64>sample string 5</Url_x64>
    <Url_x86>sample string 6</Url_x86>
    <fileNameWithoutExtension>sample string 3</fileNameWithoutExtension>
    <id>1</id>
    <name>sample string 2</name>
    <registerKey>sample string 4</registerKey>
  </Software>
  <Software>
    <SoftwareLogo>sample string 9</SoftwareLogo>
    <UrlInfo>sample string 7</UrlInfo>
    <UrlInfoVersionCSV>sample string 8</UrlInfoVersionCSV>
    <Url_x64>sample string 5</Url_x64>
    <Url_x86>sample string 6</Url_x86>
    <fileNameWithoutExtension>sample string 3</fileNameWithoutExtension>
    <id>1</id>
    <name>sample string 2</name>
    <registerKey>sample string 4</registerKey>
  </Software>
</ArrayOfSoftware>