GET Plat/GetFunctionList
请求信息
URI 参数
None.
Body 参数
空.
响应信息
资源描述
ApiJsonBaseOfListOfFunctionModel名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Result | boolean |
None. |
|
Message | string |
None. |
|
State | integer |
None. |
|
BizData | Collection of FunctionModel |
None. |
响应格式
application/json, text/json
Sample:
{ "Result": true, "Message": "sample string 2", "State": 3, "BizData": [ { "FuncType": 1, "Name": "sample string 2" }, { "FuncType": 1, "Name": "sample string 2" } ] }
application/xml, text/xml
Sample:
<ApiJsonBaseOfArrayOfFunctionModeln_PUTc8Nr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models"> <BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels"> <d2p1:FunctionModel> <d2p1:FuncType>1</d2p1:FuncType> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:FunctionModel> <d2p1:FunctionModel> <d2p1:FuncType>1</d2p1:FuncType> <d2p1:Name>sample string 2</d2p1:Name> </d2p1:FunctionModel> </BizData> <Message>sample string 2</Message> <Result>true</Result> <State>3</State> </ApiJsonBaseOfArrayOfFunctionModeln_PUTc8Nr>