POST api/GetMatrix
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MatrixNode| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
节点主键 Category.ID |
integer |
None. |
| Name |
名称 |
string |
None. |
| HasTurnOn |
是否开通矩阵 |
boolean |
None. |
| Apps |
应用 |
Collection of App |
None. |
| FocusPictures |
焦点图 |
Collection of News |
None. |
| DynamicStatistics |
动态 |
string |
None. |
| Nodes |
节点 |
Collection of Node |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 3",
"HasTurnOn": true,
"Apps": [
{
"n": "sample string 1",
"s": 2,
"t": 3,
"u": "sample string 4",
"m": "sample string 5",
"c": 6,
"isopen": 7,
"notopenmsg": "sample string 8",
"fptype": 9,
"colspan": "sample string 10",
"showname": "sample string 11",
"href": "sample string 12",
"appid": 13
},
{
"n": "sample string 1",
"s": 2,
"t": 3,
"u": "sample string 4",
"m": "sample string 5",
"c": 6,
"isopen": 7,
"notopenmsg": "sample string 8",
"fptype": 9,
"colspan": "sample string 10",
"showname": "sample string 11",
"href": "sample string 12",
"appid": 13
}
],
"FocusPictures": [
{
"ID": "sample string 1",
"ThumbUrl": "sample string 2",
"Genre": 1,
"Title": "sample string 3",
"ViewAmounts": 4,
"Time": "2025-11-03T18:18:01.8047572+08:00"
},
{
"ID": "sample string 1",
"ThumbUrl": "sample string 2",
"Genre": 1,
"Title": "sample string 3",
"ViewAmounts": 4,
"Time": "2025-11-03T18:18:01.8047572+08:00"
}
],
"DynamicStatistics": "sample string 5",
"Nodes": [
{
"ID": 1,
"Name": "sample string 2",
"ThumbUrl": "sample string 3",
"GenreName": 0,
"HasTurnOn": true,
"IsPublic": true,
"IsSelfSupervisory": true
},
{
"ID": 1,
"Name": "sample string 2",
"ThumbUrl": "sample string 3",
"GenreName": 0,
"HasTurnOn": true,
"IsPublic": true,
"IsSelfSupervisory": true
}
]
}
application/xml, text/xml
Sample:
<MatrixNode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtizanAPI.Models">
<Apps xmlns:d2p1="http://schemas.datacontract.org/2004/07/Care365_V2.Model.AppBusinessSys">
<d2p1:App>
<d2p1:appid>13</d2p1:appid>
<d2p1:c>6</d2p1:c>
<d2p1:colspan>sample string 10</d2p1:colspan>
<d2p1:fptype>9</d2p1:fptype>
<d2p1:href>sample string 12</d2p1:href>
<d2p1:isopen>7</d2p1:isopen>
<d2p1:m>sample string 5</d2p1:m>
<d2p1:n>sample string 1</d2p1:n>
<d2p1:notopenmsg>sample string 8</d2p1:notopenmsg>
<d2p1:s>2</d2p1:s>
<d2p1:showname>sample string 11</d2p1:showname>
<d2p1:t>3</d2p1:t>
<d2p1:u>sample string 4</d2p1:u>
</d2p1:App>
<d2p1:App>
<d2p1:appid>13</d2p1:appid>
<d2p1:c>6</d2p1:c>
<d2p1:colspan>sample string 10</d2p1:colspan>
<d2p1:fptype>9</d2p1:fptype>
<d2p1:href>sample string 12</d2p1:href>
<d2p1:isopen>7</d2p1:isopen>
<d2p1:m>sample string 5</d2p1:m>
<d2p1:n>sample string 1</d2p1:n>
<d2p1:notopenmsg>sample string 8</d2p1:notopenmsg>
<d2p1:s>2</d2p1:s>
<d2p1:showname>sample string 11</d2p1:showname>
<d2p1:t>3</d2p1:t>
<d2p1:u>sample string 4</d2p1:u>
</d2p1:App>
</Apps>
<DynamicStatistics>sample string 5</DynamicStatistics>
<FocusPictures>
<News>
<Genre>抽奖</Genre>
<ID>sample string 1</ID>
<ThumbUrl>sample string 2</ThumbUrl>
<Time>2025-11-03T18:18:01.8047572+08:00</Time>
<Title>sample string 3</Title>
<ViewAmounts>4</ViewAmounts>
</News>
<News>
<Genre>抽奖</Genre>
<ID>sample string 1</ID>
<ThumbUrl>sample string 2</ThumbUrl>
<Time>2025-11-03T18:18:01.8047572+08:00</Time>
<Title>sample string 3</Title>
<ViewAmounts>4</ViewAmounts>
</News>
</FocusPictures>
<HasTurnOn>true</HasTurnOn>
<ID>1</ID>
<Name>sample string 3</Name>
<Nodes>
<MatrixNode.Node>
<GenreName>产业局</GenreName>
<HasTurnOn>true</HasTurnOn>
<ID>1</ID>
<IsPublic>true</IsPublic>
<IsSelfSupervisory>true</IsSelfSupervisory>
<Name>sample string 2</Name>
<ThumbUrl>sample string 3</ThumbUrl>
</MatrixNode.Node>
<MatrixNode.Node>
<GenreName>产业局</GenreName>
<HasTurnOn>true</HasTurnOn>
<ID>1</ID>
<IsPublic>true</IsPublic>
<IsSelfSupervisory>true</IsSelfSupervisory>
<Name>sample string 2</Name>
<ThumbUrl>sample string 3</ThumbUrl>
</MatrixNode.Node>
</Nodes>
</MatrixNode>