GET api/Matrix?u={u}&t={t}&d={d}
获取Matrix列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
u |
用户ID |
integer |
Required |
t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
d |
ID=[矩阵节点ID(CategoryID),long?,默认0根节点],GenreID=[矩阵类型ID,guid?,默认取所有],S=[矩阵名称,string?,模糊搜索],PageNumber=[,int],PageSize=[,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取Matrix列表
MatrixNodeName | Description | Type | Additional information |
---|---|---|---|
ID |
节点主键 Category.ID |
integer |
None. |
Name |
名称 |
string |
None. |
HasTurnOn |
是否开通矩阵 |
boolean |
None. |
Apps |
应用 |
Collection of App |
None. |
DynamicStatistics |
动态 |
string |
None. |
Nodes |
节点 |
Collection of Node |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Name": "sample string 2", "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 } ], "DynamicStatistics": "sample string 4", "Nodes": [ { "ID": 1, "Name": "sample string 2", "ThumbUrl": "sample string 3", "GenreID": "aedf8cf6-fc9b-4751-999c-3d094b58a50d", "GenreName": "sample string 5", "HasTurnOn": true, "IsPublic": true, "IsSelfSupervisory": true }, { "ID": 1, "Name": "sample string 2", "ThumbUrl": "sample string 3", "GenreID": "aedf8cf6-fc9b-4751-999c-3d094b58a50d", "GenreName": "sample string 5", "HasTurnOn": true, "IsPublic": true, "IsSelfSupervisory": true } ] }