Supported operations
| GET /payrollActivityCenterStatistics |
| GET /payrollActivityCenterStatistics/{id} |
Queryable q fields (31)
Only these fields can appear in a q filter expression on
/payrollActivityCenterStatistics. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/payrollActivityCenterStatistics?q=LegislationCode='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| CostingMissingSla | number | = != |
| CostingPaymentEmployees | number | = != |
| CostingPaymentIssues | number | = != |
| CostingPaymentMissing | number | = != |
| CostingSlaEmployees | number | = != |
| CostingSlaIssues | number | = != |
| EarningPeriodNumber | integer | = != |
| LegislationCode | string | = != |
| LegislativeDataGroupId | integer | = != |
| LegislativeDataGroupName | string | = != |
| MissingArchive | number | = != |
| MissingPayment | number | = != |
| MissingPayslip | number | = != |
| MissingPrepayment | number | = != |
| PayrollId | integer | = != |
| PayrollName | string | = != |
| PeriodEndDate | string | = != |
| PeriodId | integer | = != |
| PeriodStartDate | string | = != |
| PeriodType | string | = != |
| StatutoryPeriodNumber | integer | = != |
| TotalArchiveEmployees | number | = != |
| TotalArchiveIssues | number | = != |
| TotalPaymentEmployees | number | = != |
| TotalPaymentIssues | number | = != |
| TotalPayslipEmployees | number | = != |
| TotalPayslipIssues | number | = != |
| TotalPrepaymentEmployees | number | = != |
| TotalPrepaymentIssues | number | = != |
| TotalRunEmployees | number | = != |
| TotalRunIssues | number | = != |
Child resources (1)
Each child is reachable at
/payrollActivityCenterStatistics/{id}/child/<name>
and most can also be inlined with expand.
PayrollActivityCenterPayrollSummary Response fields (32)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
CostingMissingSlaCostingPaymentEmployeesCostingPaymentIssuesCostingPaymentMissingCostingSlaEmployeesCostingSlaIssuesEarningPeriodNumberLegislationCodeLegislativeDataGroupIdLegislativeDataGroupNameMissingArchiveMissingPaymentMissingPayslipMissingPrepaymentPayrollActivityCenterPayrollSummaryPayrollIdPayrollNamePeriodEndDatePeriodIdPeriodStartDatePeriodTypeStatutoryPeriodNumberTotalArchiveEmployeesTotalArchiveIssuesTotalPaymentEmployeesTotalPaymentIssuesTotalPayslipEmployeesTotalPayslipIssuesTotalPrepaymentEmployeesTotalPrepaymentIssuesTotalRunEmployeesTotalRunIssues Build this query visually in OPAL
OPAL bundles this endpoint — and 59,000+ more — fully searchable offline, with a visual Q Builder and Finder Builder that only offer the fields listed above, so your filter can't 400. Download free · see features.
Related reference & reading
- /payslips Get all attachments for a payslip
- /recruitingCEJobApplicationDrafts Get all application drafts
- /recruitingCEEvents Get all recruiting events
- /incidentKiosks Get all incidents
- /questionnaires Get all questionnaires
- Oracle HCM API guide
- Why the q parameter fails and how to fix it
- Finders: named queries in Oracle Fusion REST APIs
- All endpoint reference pages