Replies: 1 comment 1 reply
-
|
Hey! This actually appears to be a bug. The Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In docs all examples are show for array in "data" but for example endpoint api/v1/system/ca returns
{ "status": "ok", "code": 200, "return": 0, "message": "Success", "data": { "ca": [ {"refid": "asdasdsd",*****}, {"refid": "cfzxcvzxcxz",****}]}}how to query that?
i tried simply by {"refid": "asdasdsd"} and {"ca__refid": "asdasdsd"} always returns empty data tag.
Using postman with GET request and raw JSON in Body. Thaks for help in advance.
Beta Was this translation helpful? Give feedback.
All reactions