Attribute |
type |
values |
default |
mandate |
comment |
name |
string |
|
|
true |
|
value |
var |
|
|
true |
|
parent |
object |
|
|
|
The parent log |
+Examples:+
Method:/logField/search
Parameters:
\{
"match":
\[
\["{*}parent.id{*}", "=", "123"\]
\}
"return":\["*"\]
\}
Response:
\{
"error":0,
"result":
\{
"total":3,
"rows":
\[
\{
"name":"API",
"value":"auth/logon"
\},
\{
"name":"INPUT",
"value":"…"
\},
\\
…
\]
\}
\}
\\ |