Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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.
This API is limited for Admin role use only. Have you performed JSON API Authentication?
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.