-
Notifications
You must be signed in to change notification settings - Fork 2
Get Organization
liqian-simit edited this page Sep 3, 2019
·
1 revision
There are two methods to retrieve the system organization from the SIMBIZ system.
This action will list out all the organization that the user can access.
- Using URL
http(s)://simbiz_system_url/api.php?uid=__uid__&module=simantz&action=getOrganizationList&token=__Token__
- Using CURL in the terminal console
curl --header "Content-Type: application/x-www-form-urlencoded" \
--request POST \
--data '
{
"action":"getOrganizationList",
"module":"simantz",
"token":"simit_5d6c867398a91-75539",
"uid":"admin"
}
' \
https://simbiz_system_url/simbiz/api.php