...
| Anchor | ||||
|---|---|---|---|---|
|
| Code Block | ||
|---|---|---|
| ||
{
"return":["id","name"]
} |
| Code Block | ||
|---|---|---|
| ||
{
"error":0,
"result":
{
total:2,
rows:
[
{
"id":"aid1",
"name":"application 1"
},
{
"id":"aid2",
"name":"application 2"
}
]
}
} |
| Wiki Markup |
|---|
+Examples:+
Method:/auth/listApplications
Parameters:
\{
"return":\["id","name"\]
\}
Response:
\{
"error":0,
"result":
\{
total:1,
rows:
\[
\{
"id":"aid1",
"name":"aaa application"
\}
\]
\}
\\
\}
\\
\\ |
...