Name | Description | Type | Additional information |
---|---|---|---|
platform | Platform |
Required |
None.
Name | Description | Type | Additional 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. |
[ { "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-11-25 02:33:05", "ModifiedBy": 11, "ModifiedDate": "2024-11-25 02:33:05", "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-11-25 02:33:05", "ModifiedBy": 11, "ModifiedDate": "2024-11-25 02:33:05", "PlatformName": "sample string 13" } ]
<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-11-25T02:33:05.4998696+08:00</CreatedDate> <File>sample string 7</File> <Id>1</Id> <IsForced>4</IsForced> <IsRecommended>3</IsRecommended> <ModifiedBy>11</ModifiedBy> <ModifiedDate>2024-11-25T02:33:05.4998696+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-11-25T02:33:05.4998696+08:00</CreatedDate> <File>sample string 7</File> <Id>1</Id> <IsForced>4</IsForced> <IsRecommended>3</IsRecommended> <ModifiedBy>11</ModifiedBy> <ModifiedDate>2024-11-25T02:33:05.4998696+08:00</ModifiedDate> <Note>sample string 8</Note> <Platform>5</Platform> <PlatformName>sample string 13</PlatformName> <Version>sample string 2</Version> </VersionListModel> </ArrayOfVersionListModel>