Rest Api
Setting up IceHrm Open Source and Pro REST Api - Nginx
location /app/api/ {
try_files $uri /app/api/index.php?/$uri&$args;
}location /icehrm/app/api/ {
try_files $uri /icehrm/app/api/index.php?/$uri&$args;
}Setting up IceHrm Open Source and Pro REST Api - Apache (XAMPP, WAMPP)
Testing Rest Api
Using REST Api with Open Source and IceHrmPro
Using REST Api with Cloud installations

Making First Api call - Cloud
Last updated