---
title: "Retrieves a list of salary cycles used by at least one active employee in the currently active company. Note the standard monthly cycle is always included."
method: GET
path: "/api/salarycycles/used"
tags: ["SalaryCycles"]
---

# Retrieves a list of salary cycles used by at least one active employee in the currently active company. Note the standard monthly cycle is always included.

`GET /api/salarycycles/used`

## Response `200`

OK

- IntectSalaryCycleView[]
  - `IsMonthly` boolean
  - `IsWeekly` boolean
  - `IsBiWeekly` boolean
  - `IsMonthlyStandard` boolean
  - `IsCustom` boolean
  - `Id` integer
  - `LanguageId` integer
  - `Name` string
  - `Months` integer
  - `Days` integer
  - `IsForwardPaid` boolean
  - `SortKey` string
  - `SpecialIdentifier` string
  - `CompanyId` integer, nullable
  - `AccountId` integer, nullable

---

[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)
