---
title: "Retrieves a list of all non-finalized payroll batches in the currently active company."
method: GET
path: "/api/salarybatches/open"
tags: ["SalaryBatches"]
---

# Retrieves a list of all non-finalized payroll batches in the currently active company.

`GET /api/salarybatches/open`

## Response `200`

OK

- IntectSalaryBatchView[]
  - `Id` integer
  - `SalaryBatchNumber` integer
  - `CompanyId` integer
  - `SalaryPeriodId` integer
  - `Created` string, date-time
  - `StatusId` integer
  - `Approved` string, date-time, nullable
  - `RejectionReason` string
  - `Rejected` string, date-time, nullable
  - `EIncomeTransferDate` string, date-time, nullable
  - `Message` string
  - `PayoutDate` string, date-time
  - `ApprovedUserId` integer, nullable
  - `RejectedUserId` integer, nullable
  - `CreatedUserId` integer, nullable
  - `HasErrors` boolean
  - `HasWarnings` boolean
  - `ValidationStatusCode` string
  - `NetsPaymentsProcessingDate` string, date-time, nullable
  - `IsTermination` boolean
  - `EIncomeZeroReport` boolean
  - `TaxSystemResponseReruns` integer
  - `PaymentMethodSalary` integer
  - `PaymentMethodTax` integer
  - `PaymentMethodPension` integer
  - `PaymentMethodPublicPension` integer
  - `PaymentMethodVacationProvider` integer
  - `PaymentMethodMaternityProgram` integer
  - `PayslipsArchived` boolean
  - `LimitToSpecificEmployees` boolean
  - `SpecifiedEmployees` string
  - `AllowPreliminaryPayslips` boolean
  - `EBoksDeliveryEnabled` boolean
  - `HasNemKontoPayments` boolean
  - `IsAutomated` boolean
  - `Finalized` string, date-time, nullable
  - `ToArchive` boolean
  - `CreatedByUserFullName` string
  - `ApprovedByUserFullName` string
  - `RejectedByUserFullName` string
  - `FinalizedByUserFullName` string
  - `PeriodStartDate` string, date-time
  - `PeriodEndDate` string, date-time
  - `SalaryCycleId` integer
  - `StatusName` string
  - `LanguageId` integer
  - `PayoutAllFlex` boolean
  - `PayoutNewFlex` boolean
  - `Description` string
  - `IsImport` boolean
  - `FromDateOverride` string, date-time, nullable
  - `ToDateOverride` string, date-time, nullable
  - `AutoFinalize` boolean
  - `DispatchDate` string, date-time
  - `ToDispatch` boolean
  - `TypeId` integer
  - `ExportFeedbackStatusId` integer, nullable
  - `NorwayTaxSystemResponseLineId` integer
  - `PayoutVacationPay` boolean
  - `DeductVacationPay` boolean
  - `PayoutSeniorVacationPay` boolean
  - `DeductSeniorVacationPay` boolean
  - `CompanyName` string
  - `CompanyAccountId` 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)
