---
title: "Retrieves a list of all known MaternityRates."
method: GET
path: "/api/staticdata/maternityrate"
tags: ["StaticData"]
---

# Retrieves a list of all known MaternityRates.

`GET /api/staticdata/maternityrate`

## Response `200`

OK

- IntectMaternityRate[]
  - `SalaryCycleId` integer
  - `MaternityProgramId` integer
  - `MinHours` integer, nullable
  - `MaxHours` integer, nullable
  - `MaternityContributionRate` number, double
  - `ValidFrom` string, date-time
  - `ValidUntil` string, date-time
  - `StaticDataId` integer
  - `Key` string
  - `Id` integer
  - `Name` string
  - `Description` string
  - `SortKey` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
