cURL
curl --request GET \ --url 'https://sandbox.rollfi.xyz/reports#getOverTimeTypes' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "method": "getOverTimeTypes" } '
{ "overTimeTypes": [ "Compensatory Time Off", "Holiday/Weekend OT", "Premium OT (over 20 hours)" ] }
The getOverTimeTypes API retrieves available overtime type identifiers that can be used in payroll processing and time tracking.
getOverTimeTypes
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password