API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETGetBusinessUserInfo
- GETGetUserTask
- GETGetUsersByCompanyName
- GETGetCompanies
- GETGetPaidEmployeesCountBasedOnDateRange
- GETGetPayPeriodDetails
- GETGetPayPeriod
- GETGetCompanyInfo
- GETGetCompanyLocationInfo
- GETGetActiveUsers
- GETGetTerminatedUsers
- GETGetDeactivatedUsers
- GETGetPayrollHistoryBasedOnPayPeriod
- GETGetPayrollHistoryBasedOnDateRange
- GETGetPayRun
- GETGetPaySchedule
- GETGetPayStub
- GETGetTransactionBasedOnReference
- GETGetTransactions
- GETGetTransactionsBasedOnName
- GETGetBusinessUserDetails
- GETGetStateW4FormFeilds
- GETGetPayrollJournalReport
- GETGetUser
- GETGetPayBeginDates
- GETGetStateRegistration
- GETGetIndividualPayrollHistory
- GET
- Webhooks
Reports
GetPayBeginDates
GET
/
reports#getPayBeginDates
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getPayBeginDates' \
--header 'Content-Type: application/json' \
--data '{
"method": "getMonthlyAndSemiMonthlyPayBeginDates",
"compensationFrequency": "Monthly"
}'
{
"summary": "Success",
"value": {
"PayBeginDates for Monthly": [
"2025-01-01",
"2025-02-01",
"2025-03-01",
"2025-04-01",
"2025-05-01",
"2025-06-01",
"2025-07-01",
"2025-08-01",
"2025-09-01",
"2025-10-01",
"2025-11-01",
"2025-12-01"
]
}
}
Response
200
application/json
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getPayBeginDates' \
--header 'Content-Type: application/json' \
--data '{
"method": "getMonthlyAndSemiMonthlyPayBeginDates",
"compensationFrequency": "Monthly"
}'
{
"summary": "Success",
"value": {
"PayBeginDates for Monthly": [
"2025-01-01",
"2025-02-01",
"2025-03-01",
"2025-04-01",
"2025-05-01",
"2025-06-01",
"2025-07-01",
"2025-08-01",
"2025-09-01",
"2025-10-01",
"2025-11-01",
"2025-12-01"
]
}
}