Reports
getPaidEmployeesCountBasedOnDateRange
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
getPaidEmployeesCountBasedOnDateRange
GET
/
reports#getPaidEmployeesCountBasedOnDateRange
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getPaidEmployeesCountBasedOnDateRange' \
--header 'Content-Type: application/json' \
--data '{
"method": "getPaidEmployeesCountBasedOnDateRange",
"companyId": "A7FC17FF-B50E-4A89-97DC-D900F3327D8E",
"startDate": "2024-01-01",
"endDate": "2024-04-20"
}'
[
{
"filterStartDate": "2024-01-01",
"filterEndDate": "2024-04-20",
"companies": [
{
"company": " WonderHub Inc",
"companyId": "A7FC17FF-B50E-4A89-97DC-D900F3327D8E",
"paidEmployeesDistinctCount": 1,
"payPeriods": [
{
"payPeriod": "02/26/2024 - 03/10/2024",
"payDate": "2024-02-26",
"paidEmployeesCount": 1,
"employees": [
{
"employee": "David Martin",
"employeeId": "149B7B64-25AE-4AFB-8032-3BEC18B1B656"
}
]
},
{
"payPeriod": "03/11/2024 - 03/24/2024",
"payDate": "2024-03-11",
"paidEmployeesCount": 1,
"employees": [
{
"employee": "David Martin",
"employeeId": "149B7B64-25AE-4AFB-8032-3BEC18B1B656"
}
]
},
{
"payPeriod": "03/25/2024 - 04/07/2024",
"payDate": "2024-03-25",
"paidEmployeesCount": 1,
"employees": [
{
"employee": "David Martin",
"employeeId": "149B7B64-25AE-4AFB-8032-3BEC18B1B656"
}
]
},
{
"payPeriod": "04/08/2024 - 04/21/2024",
"payDate": "2024-04-08",
"paidEmployeesCount": 1,
"employees": [
{
"employee": "David Martin",
"employeeId": "149B7B64-25AE-4AFB-8032-3BEC18B1B656"
}
]
}
]
}
]
}
]
Body
application/json
Response
200 - application/json
The response is of type object[]
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getPaidEmployeesCountBasedOnDateRange' \
--header 'Content-Type: application/json' \
--data '{
"method": "getPaidEmployeesCountBasedOnDateRange",
"companyId": "A7FC17FF-B50E-4A89-97DC-D900F3327D8E",
"startDate": "2024-01-01",
"endDate": "2024-04-20"
}'
[
{
"filterStartDate": "2024-01-01",
"filterEndDate": "2024-04-20",
"companies": [
{
"company": " WonderHub Inc",
"companyId": "A7FC17FF-B50E-4A89-97DC-D900F3327D8E",
"paidEmployeesDistinctCount": 1,
"payPeriods": [
{
"payPeriod": "02/26/2024 - 03/10/2024",
"payDate": "2024-02-26",
"paidEmployeesCount": 1,
"employees": [
{
"employee": "David Martin",
"employeeId": "149B7B64-25AE-4AFB-8032-3BEC18B1B656"
}
]
},
{
"payPeriod": "03/11/2024 - 03/24/2024",
"payDate": "2024-03-11",
"paidEmployeesCount": 1,
"employees": [
{
"employee": "David Martin",
"employeeId": "149B7B64-25AE-4AFB-8032-3BEC18B1B656"
}
]
},
{
"payPeriod": "03/25/2024 - 04/07/2024",
"payDate": "2024-03-25",
"paidEmployeesCount": 1,
"employees": [
{
"employee": "David Martin",
"employeeId": "149B7B64-25AE-4AFB-8032-3BEC18B1B656"
}
]
},
{
"payPeriod": "04/08/2024 - 04/21/2024",
"payDate": "2024-04-08",
"paidEmployeesCount": 1,
"employees": [
{
"employee": "David Martin",
"employeeId": "149B7B64-25AE-4AFB-8032-3BEC18B1B656"
}
]
}
]
}
]
}
]