Tools
Sign in
Login
Forum
Query Appway User DB by HTTP URL
Forum
>
Administration & Deployment
>
Query Appway User DB by HTTP URL
Carmine
posted
on October 6, 2014
at 11:04 AM
Carmine
posted
on October 6, 2014
at 11:04 AM
Hi,
is it possible to query Appways user database by using HTTP URLs, e.g. like the way you can start processes with
1
http://host:port/{CONTEXTPATH}/internal/process/{PROCESS_ID}
?
Or do I have to parse each users XML file of the users folder in the DATA_HOME folder?
Thanks
Carmine
n/A
replied
on October 7, 2014
at 2:40 PM
n/A
replied
on October 7, 2014
at 2:40 PM
Hi,
it is not possible out of the box, but you can always define a ScriptFunction and expose it by putting it in the right access policy.
Script Functions can be called by invoking an URL in the format:
1
http://host:port/{CONTEXTPATH}/script/{SCRIPT_FUNCTION_ID}?{params}
Mauro
Please
sign in
to add a reply
About this site
|
Terms of use
|
Privacy statement
|
Contact us
© 2025 Appway AG. All Rights Reserved.
is it possible to query Appways user database by using HTTP URLs, e.g. like the way you can start processes with ?
Or do I have to parse each users XML file of the users folder in the DATA_HOME folder?
Thanks
Carmine