Fetch a list of employee categories, suitable for html select and option statements, results in json
url: https://www.wrbil.com/Apiv11/list_employee_category
returns a json list with the row_Id and category name, suitable for dropdowns, etc.
options: driver_only – set to ‘Y’ for driver categories only.
Bash Curl
curl -d api_key=60-wild-and-crazy-characters https://www.wrbil.com/Apiv11/list_employee_category
or, only driver categories …
curl -F "api_key=60-wild-and-crazy-characters" -F "driver_only=Y" https://www.wrbil.com/Apiv11/list_employee_category