VOOZH about

URL: https://www.nuget.org/packages/Altinn.App.Api/

⇱ NuGet Gallery | Altinn.App.Api 8.12.4




Altinn.App.Api 8.12.4

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Altinn.App.Api --version 8.12.4
 
 
NuGet\Install-Package Altinn.App.Api -Version 8.12.4
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Altinn.App.Api" Version="8.12.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Altinn.App.Api" Version="8.12.4" />
 
Directory.Packages.props
<PackageReference Include="Altinn.App.Api" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Altinn.App.Api --version 8.12.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Altinn.App.Api, 8.12.4"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Altinn.App.Api@8.12.4
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Altinn.App.Api&version=8.12.4
 
Install as a Cake Addin
#tool nuget:?package=Altinn.App.Api&version=8.12.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 GitHub Workflow Status
👁 GitHub
<br/>

👁 NuGet / Altinn.App.Core
👁 NuGet / Altinn.App.Api

Altinn.App .NET libraries

Altinn.App .NET libraries for apps running on Altinn 3, part of the Altinn Studio product.

These libraries support the runtime of Altinn apps by

  • Exposing APIs used by service owners and the frontend (app-frontend-react) of an Altinn app
  • Exposing abstractions to interact with features of Altinn Studio and Altinn 3 Platform services

Contributing

See .

Documentation

Documentation on how to develop Altinn apps can be found here.

Architecture

This template is built using .NET

The below diagram shows the different layers.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Altinn.App.Api:

Package Downloads
Dibk.Ftpb.Common.AltinnApps

Common classes and constants used for developing Altinn 3 apps in the Ftpb ecosystem

DsbNorge.A3Forms

Package containing reusable code for Altinn 3 forms managed by DSB.

Altinn.App.Clients.Fiks

Package Description

BtAltinnSupport

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Altinn.App.Api:

Repository Stars
Altinn/altinn-studio
Next generation open source Altinn platform and applications.
Version Downloads Last Updated
9.0.0-preview.1 401 6/8/2026
8.12.4 0 6/18/2026
8.12.3 656 5/29/2026
8.12.2 231 5/29/2026
8.12.1 763 5/20/2026
8.12.0 1,682 4/29/2026
8.12.0-preview.1 74 4/22/2026
8.11.5 461 5/19/2026
8.11.4 137 4/29/2026
8.11.3 956 4/9/2026
8.11.2 563 3/25/2026
8.11.1 227 3/24/2026
8.11.0 443 3/23/2026
8.11.0-rc1 130 3/18/2026
8.11.0-rc.3 84 3/18/2026
8.11.0-rc.2 70 3/18/2026
8.10.5 492 3/13/2026
8.10.4 228 3/13/2026
8.10.3 811 3/5/2026
8.10.2 862 2/25/2026
Loading failed

Release notes look best on GitHub: https://github.com/Altinn/app-lib-dotnet/releases/tag/v8.12.4
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### New Features 🎉
* add hideAppNameInPdf functionality to footer in the pdf by @walldenfilippa in https://github.com/Altinn/app-lib-dotnet/pull/1753
* Set data field by expression by @olavsorl in https://github.com/Altinn/app-lib-dotnet/pull/1683
* Support lists in expressions by @TomasEng in https://github.com/Altinn/app-lib-dotnet/pull/1769
* Support objects in expressions by @TomasEng in https://github.com/Altinn/app-lib-dotnet/pull/1777
* feat: revoke signee rights on signing task end by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1800
* Add Jmespath expression function by @TomasEng in https://github.com/Altinn/app-lib-dotnet/pull/1790
* refactor: fail softly on revoke issue by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1819
### Bugfixes 🐛
* Fix 500 in payment status read when a concurrent webhook locks the data element by @Magnusrm in https://github.com/Altinn/app-lib-dotnet/pull/1804
### Dependency Upgrades 📦
* Update github-actions non-major dependencies (patch) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1806
* Update github-actions non-major dependencies to v5.3.0 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1795
* Update nuget non-major dependencies (patch) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1815
### Other Changes
* chore: add studioctl local configuration by @martinothamar-agent in https://github.com/Altinn/app-lib-dotnet/pull/1797
* chore: avoid analyzer test Buildalyzer hang by @martinothamar-agent in https://github.com/Altinn/app-lib-dotnet/pull/1798
## New Contributors
* @walldenfilippa made their first contribution in https://github.com/Altinn/app-lib-dotnet/pull/1753
**Full Changelog**: https://github.com/Altinn/app-lib-dotnet/compare/v8.12.3...v8.12.4