1
0
-1

i want to retrieve all app in my options binder plugin use this ajax property JSON API#web/json/console/app/list, but i have some problem. data is undefined.

this is my json property

 

[
{
"title": "App Form Binder",
"properties": [
{
"name": "appId",
"label": "Apps",
"type": "selectbox",
"required": "True",
"options_ajax": "[CONTEXT_PATH]/web/json/console/app/list"
}
]
}
]

Any one help me,

thanks in advance.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      This API is limited for Admin role use only. Have you performed JSON API Authentication?

        CommentAdd your comment...