POST jxc_api/Versions/SearchVersions?platform={platform}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
platform

Platform

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VersionListModel
NameDescriptionTypeAdditional information
Id

integer

None.

Version

string

None.

IsRecommended

integer

None.

IsForced

integer

None.

Platform

integer

None.

Content

string

None.

File

string

None.

Note

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

PlatformName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Version": "sample string 2",
    "IsRecommended": 3,
    "IsForced": 4,
    "Platform": 5,
    "Content": "sample string 6",
    "File": "sample string 7",
    "Note": "sample string 8",
    "CreatedBy": 9,
    "CreatedDate": "2024-05-03 22:33:11",
    "ModifiedBy": 11,
    "ModifiedDate": "2024-05-03 22:33:11",
    "PlatformName": "sample string 13"
  },
  {
    "Id": 1,
    "Version": "sample string 2",
    "IsRecommended": 3,
    "IsForced": 4,
    "Platform": 5,
    "Content": "sample string 6",
    "File": "sample string 7",
    "Note": "sample string 8",
    "CreatedBy": 9,
    "CreatedDate": "2024-05-03 22:33:11",
    "ModifiedBy": 11,
    "ModifiedDate": "2024-05-03 22:33:11",
    "PlatformName": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVersionListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.HelpCenter.Models">
  <VersionListModel>
    <Content>sample string 6</Content>
    <CreatedBy>9</CreatedBy>
    <CreatedDate>2024-05-03T22:33:11.4690308+08:00</CreatedDate>
    <File>sample string 7</File>
    <Id>1</Id>
    <IsForced>4</IsForced>
    <IsRecommended>3</IsRecommended>
    <ModifiedBy>11</ModifiedBy>
    <ModifiedDate>2024-05-03T22:33:11.4690308+08:00</ModifiedDate>
    <Note>sample string 8</Note>
    <Platform>5</Platform>
    <PlatformName>sample string 13</PlatformName>
    <Version>sample string 2</Version>
  </VersionListModel>
  <VersionListModel>
    <Content>sample string 6</Content>
    <CreatedBy>9</CreatedBy>
    <CreatedDate>2024-05-03T22:33:11.4690308+08:00</CreatedDate>
    <File>sample string 7</File>
    <Id>1</Id>
    <IsForced>4</IsForced>
    <IsRecommended>3</IsRecommended>
    <ModifiedBy>11</ModifiedBy>
    <ModifiedDate>2024-05-03T22:33:11.4690308+08:00</ModifiedDate>
    <Note>sample string 8</Note>
    <Platform>5</Platform>
    <PlatformName>sample string 13</PlatformName>
    <Version>sample string 2</Version>
  </VersionListModel>
</ArrayOfVersionListModel>