curl --request GET \
--url https://dev.intermezzo.ai/gb/wage-types \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 123,
"wageTypeCode": "<string>",
"name": "<string>",
"category": "earnings",
"description": "<string>",
"status": "draft",
"taxableStatus": "yes",
"taxTiming": "on_payment",
"rtiPaymentType": "<string>",
"niClass": "class_1",
"niEmployeeApplies": true,
"niEmployerTreatment": "secondary",
"isClass1AApplicable": true,
"p11DReportableStatus": "yes",
"pensionStatus": "scheme_defined",
"isAeQualifying": true,
"usesAeBands": true,
"isHolidayPayIncluded": true,
"isSalarySacrificeAllowed": true,
"isNmwGuardRequired": true,
"opraRule": "yes",
"payrollingEligibleStatus": "yes",
"usesOfficialInterestRate": true,
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"calculationVariants": [
"<string>"
],
"thresholds": {},
"regularityWindowWeeks": 123,
"regularityThresholdPeriods": 123,
"legislativeSource": "<string>",
"owner": "<string>",
"reviewer": "<string>",
"lastReviewedAt": "2023-12-25"
}
],
"pagination": {
"limit": 123,
"hasNext": false,
"hasPrev": false,
"nextCursor": "<string>",
"prevCursor": "<string>",
"total": 0
}
}Get paginated list of GB wage types with optional filters.
curl --request GET \
--url https://dev.intermezzo.ai/gb/wage-types \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 123,
"wageTypeCode": "<string>",
"name": "<string>",
"category": "earnings",
"description": "<string>",
"status": "draft",
"taxableStatus": "yes",
"taxTiming": "on_payment",
"rtiPaymentType": "<string>",
"niClass": "class_1",
"niEmployeeApplies": true,
"niEmployerTreatment": "secondary",
"isClass1AApplicable": true,
"p11DReportableStatus": "yes",
"pensionStatus": "scheme_defined",
"isAeQualifying": true,
"usesAeBands": true,
"isHolidayPayIncluded": true,
"isSalarySacrificeAllowed": true,
"isNmwGuardRequired": true,
"opraRule": "yes",
"payrollingEligibleStatus": "yes",
"usesOfficialInterestRate": true,
"validFrom": "2023-12-25",
"validTo": "2023-12-25",
"calculationVariants": [
"<string>"
],
"thresholds": {},
"regularityWindowWeeks": 123,
"regularityThresholdPeriods": 123,
"legislativeSource": "<string>",
"owner": "<string>",
"reviewer": "<string>",
"lastReviewedAt": "2023-12-25"
}
],
"pagination": {
"limit": 123,
"hasNext": false,
"hasPrev": false,
"nextCursor": "<string>",
"prevCursor": "<string>",
"total": 0
}
}Get token from Auth0 and paste it here
Filter to versions valid on date
Filter by status Lifecycle status of wage type.
draft, approved, deprecated Filter by category Category of GB wage type.
earnings, deductions, benefits, statutory, pension, contributions, adjustments, reimbursements Include deprecated wage types
Page size
1 <= x <= 100Pagination cursor
Was this page helpful?