get_notice
Get the full detail of one Doffin notice by id (e.g. "2026-103178").
Direct GET
For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.
Open this validated HTML GET URL
https://allemannsdata.com/wiki/kilder/doffin/get_notice/?notice_id={notice_id}&include_form_details=false&limit=25&offset=0
For software and dashboards:
Read the operation descriptor.
The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/doffin/get_notice?notice_id={notice_id}&include_form_details=false&limit=25&offset=0.
Open this exact request as JSON.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
notice_id | required | string | Doffin notice id from search_doffin results. |
include_form_details | optional | boolean | Also return the complete published eForm as a section tree (procedure details, award criteria, lots, winner and value on RESULT notices...). Large; only request it when the summary fields aren't enough. |
limit | optional | integer | Gateway page size; default 25, maximum 100. |
offset | optional | integer | Number of list items to skip; default 0. |
Generated JavaScript, Python and response structure
Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.
Example for generated JavaScript and Python
https://allemannsdata.com/wiki/api/v1/kilder/doffin/get_notice?notice_id={notice_id}&include_form_details=false&limit=25&offset=0
Replace URL placeholders and remove unused optional parameters.
JavaScript in a dashboard
const url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/get_notice?notice_id={notice_id}&include_form_details=false&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
const failure = await response.json();
throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;
Python without additional packages
import json
from urllib.request import urlopen
url = "https://allemannsdata.com/wiki/api/v1/kilder/doffin/get_notice?notice_id={notice_id}&include_form_details=false&limit=25&offset=0"
with urlopen(url) as response:
result = json.load(response)
data = result["data"]
Response structure
{
"source": "doffin",
"operation": "get_notice",
"parameters": {},
"data": {},
"entities": [],
"_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
"_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use
The form is a fallback for people and browser agents that cannot open the GET URL directly.
Result
- id:
- 2026-108732
- eFormId:
- c68eae6b-31b0-460c-bd4b-adf86d09f567
- procedureId:
- 62775a62-c2a0-44e8-965c-91179f27bb26
- heading:
- 20250060 Rammeavtale kaffemaskiner og vanndispensere
- description:
- Tjenesten gjelder rammeavtale for anskaffelse av leie/leasing av varmdrikkemaskiner, råvarer og vanndispensere til Skatteetaten sine lokasjoner.
- buyer:
1 results
- id:
- 974761076
- name:
- Skatteetaten
- location_id:
1 results
- anyw
- placeOfPerformance:
- issueDate:
- 2026-05-13T10:01:26Z
- deadline:
- 2026-05-22T10:00:58Z
- qualificationDeadline:
- not reported by source
- noticeType:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- allCpvCodes:
- directCpvCodes:
- parentCpvCodes:
- noticeStatus:
- EXPIRED
- allReceivedTenders:
- not reported by source
- preferredPublicationDateTed:
- not reported by source
- plannedDateTed:
- not reported by source
- competitionDocsUrl:
- https://tendsign.com/doc.aspx?MeFormsNoticeId=87623
- sentToTed:
- yes
- regulationUrl:
- https://lovdata.no/dokument/SF/forskrift/2016-08-12-974?q=foa
- core:
- estimatedValue:
- amount:
- 35000000.0
- code:
- NOK
- fullLocalizedText:
- 3.5E7 NOK
- mainActivity:
- gen-pub
- eform:
6 results
- title:
- block01
- sectionId:
- 1
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0101
- sectionId:
- 1.1
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block010101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Skatteetaten
- sections:
- not reported by source
- title:
- block010102
- sectionId:
- not reported by source
- label:
- Juridisk type kjøper
- useLabelAsValue:
- no
- value:
- Statlige myndigheter
- sections:
- not reported by source
- title:
- block010103
- sectionId:
- not reported by source
- label:
- Oppdragsgivers virksomhet
- useLabelAsValue:
- no
- value:
- Alminnelig offentlig tjenesteyting
- sections:
- not reported by source
- title:
- block02
- sectionId:
- 2
- label:
- Prosedyre
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0201
- sectionId:
- 2.1
- label:
- Prosedyre
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
14 results
- title:
- block020101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- 20250060 Rammeavtale kaffemaskiner og vanndispensere
- sections:
- not reported by source
- title:
- block020102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Tjenesten gjelder rammeavtale for anskaffelse av leie/leasing av varmdrikkemaskiner, råvarer og vanndispensere til Skatteetaten sine lokasjoner.
- sections:
- not reported by source
- title:
- block020103
- sectionId:
- not reported by source
- label:
- Prosedyreidentifikator
- useLabelAsValue:
- no
- value:
- 62775a62-c2a0-44e8-965c-91179f27bb26
- sections:
- not reported by source
- title:
- block020105
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- 2025/2838
- sections:
- not reported by source
- title:
- block020106
- sectionId:
- not reported by source
- label:
- Type prosedyre
- useLabelAsValue:
- no
- value:
- Åpen
- sections:
- not reported by source
- title:
- block020107
- sectionId:
- not reported by source
- label:
- Prosedyren er en hasteprosedyre, Usann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block020108
- sectionId:
- not reported by source
- label:
- Begrunnelse for den akselererte prosedyren
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block020109
- sectionId:
- not reported by source
- label:
- Hovedtrekkene i prosedyren
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block020110
- sectionId:
- 2.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block02011001
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Varer
- sections:
- not reported by source
- title:
- block02011003
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Elektriske kaffemaskiner
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Kaffebønner
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Kaffe, te og liknende produkter
- sections:
- not reported by source
- title:
- block020111
- sectionId:
- 2.1.2
- label:
- Sted for gjennomføring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block02011105
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block02011106
- sectionId:
- not reported by source
- label:
- Hvor som helst i det gitte landet
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block020112
- sectionId:
- 2.1.3
- label:
- Verdi
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block02011201
- sectionId:
- not reported by source
- label:
- Anslått verdi eksklusiv merverdiavgift, Norwegian krone
- useLabelAsValue:
- no
- value:
- 35,000,000
- sections:
- not reported by source
- title:
- block020113
- sectionId:
- 2.1.4
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block02011303
- sectionId:
- not reported by source
- label:
- Rettslig grunnlag
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02011304
- sectionId:
- not reported by source
- label:
- Direktiv 2014/24/EU
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block020114
- sectionId:
- 2.1.5
- label:
- Vilkår for anskaffelsen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block02011401
- sectionId:
- not reported by source
- label:
- Vilkår for innlevering
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0201140102
- sectionId:
- not reported by source
- label:
- Tilbyder må inngi tilbud på alle partier
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02011402
- sectionId:
- not reported by source
- label:
- Vilkår for kontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0201140201
- sectionId:
- not reported by source
- label:
- Maksimalt antall partier som kontrakter kan tildeles én tilbyder for
- useLabelAsValue:
- no
- value:
- 1
- sections:
- not reported by source
- title:
- block020115
- sectionId:
- 2.1.6
- label:
- Grunnlag for avvisning
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block02011501
- sectionId:
- not reported by source
- label:
- Sources of grounds for exclusion
- useLabelAsValue:
- no
- value:
- Procurement Document, European Single Procurement Document (ESPD)
- sections:
- not reported by source
- title:
- block04
- sectionId:
- 5
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0401
- sectionId:
- 5.1
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- LOT-0001
- sections:
13 results
- title:
- block040101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- Kontraktsvilkår Varer
- sections:
- not reported by source
- title:
- block040102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Denne anskaffelsen omfatter leie av varmdrikkemaskiner og vanndispensere med tilhørende ingredienser til Skatteetatens lokasjoner. Formålet er å sikre en løsning som gir ansatte tilgang til kvalitetsmessig god kaffe og andre drikker, gjennom brukervennlige og driftssikre maskiner. Vi ønsker en nøktern tilnærming til valg av kaffebønner og ingredienser, med fokus på smak og kvalitet som reduserer klager og sikrer høy tilfredshet.
- sections:
- not reported by source
- title:
- block040103
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- 1824713-0
- sections:
- not reported by source
- title:
- block040104
- sectionId:
- 5.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block04010401
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Varer
- sections:
- not reported by source
- title:
- block04010403
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Elektriske kaffemaskiner
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Kaffebønner
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Kaffe, te og liknende produkter
- sections:
- not reported by source
- title:
- block040105
- sectionId:
- 5.1.2
- label:
- Sted for gjennomføring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04010505
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block04010506
- sectionId:
- not reported by source
- label:
- Hvor som helst i det gitte landet
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block04010507
- sectionId:
- not reported by source
- label:
- Tilleggsinformasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040106
- sectionId:
- 5.1.3
- label:
- Anslått varighet
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04010601
- sectionId:
- not reported by source
- label:
- Startdato
- useLabelAsValue:
- no
- value:
- 18.05.2026
- sections:
- not reported by source
- title:
- block04010602
- sectionId:
- not reported by source
- label:
- Sluttdato
- useLabelAsValue:
- no
- value:
- 18.05.2028
- sections:
- not reported by source
- title:
- block040107
- sectionId:
- 5.1.4
- label:
- Fornyelse
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04010701
- sectionId:
- not reported by source
- label:
- Maksimal fornyelse
- useLabelAsValue:
- no
- value:
- 2
- sections:
- not reported by source
- title:
- block04010702
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Forlengelse er 12 måneder
- sections:
- not reported by source
- title:
- block040109
- sectionId:
- 5.1.6
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04010904
- sectionId:
- not reported by source
- label:
- Reservert deltakelse
- useLabelAsValue:
- no
- value:
- Ingen
- sections:
- not reported by source
- title:
- block04010906
- sectionId:
- not reported by source
- label:
- Anskaffelsesprosjekt ikke finansiert med EU-midler.
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block04010908
- sectionId:
- not reported by source
- label:
- Anskaffelsen er omfattet av avtalen om offentlige anskaffelser (GPA), Usann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040112
- sectionId:
- 5.1.9
- label:
- Utvelgelseskriterier
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04011201
- sectionId:
- not reported by source
- label:
- Sources of selection criteria
- useLabelAsValue:
- no
- value:
- Procurement Document
- sections:
- not reported by source
- title:
- block040114
- sectionId:
- 5.1.11
- label:
- Anskaffelsesdokumenter
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04011405
- sectionId:
- not reported by source
- label:
- Frist for å be om tilleggsopplysninger
- useLabelAsValue:
- no
- value:
- 27.04.2026 00:00
- sections:
- not reported by source
- title:
- block04011407
- sectionId:
- not reported by source
- label:
- Adresse på anskaffelsesdokumentene
- useLabelAsValue:
- no
- value:
- https://tendsign.com/doc.aspx?MeFormsNoticeId=87623
- sections:
- not reported by source
- title:
- block040115
- sectionId:
- 5.1.12
- label:
- Vilkår for anskaffelsen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04011503
- sectionId:
- not reported by source
- label:
- Vilkår for innlevering
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
7 results
- title:
- block0401150301
- sectionId:
- not reported by source
- label:
- Elektronisk innlevering
- useLabelAsValue:
- no
- value:
- Obligatorisk
- sections:
- not reported by source
- title:
- block0401150302
- sectionId:
- not reported by source
- label:
- Adresse for innlevering
- useLabelAsValue:
- no
- value:
- https://tendsign.com/doc.aspx?MeFormsNoticeId=87623&GoTo=Tender
- sections:
- not reported by source
- title:
- block0401150305
- sectionId:
- not reported by source
- label:
- Språk som anbud eller forespørsler om å delta kan sendes inn på
- useLabelAsValue:
- no
- value:
- norsk
- sections:
- not reported by source
- title:
- block0401150306
- sectionId:
- not reported by source
- label:
- Elektronisk katalog
- useLabelAsValue:
- no
- value:
- Tillatt
- sections:
- not reported by source
- title:
- block0401150307
- sectionId:
- not reported by source
- label:
- Avansert eller kvalifisert elektronisk signatur eller segl (som definert i forordning (EU) nr. 910/2014) kreves
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401150312
- sectionId:
- not reported by source
- label:
- Frist for mottak av tilbud
- useLabelAsValue:
- no
- value:
- 22.05.2026 12:00
- sections:
- not reported by source
- title:
- block0401150313
- sectionId:
- not reported by source
- label:
- Frist til anbudet må være gyldig, Dag
- useLabelAsValue:
- no
- value:
- 50
- sections:
- not reported by source
- title:
- block04011505
- sectionId:
- not reported by source
- label:
- Informasjon om offentlig åpning
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0401150501
- sectionId:
- not reported by source
- label:
- Dato/klokkeslett
- useLabelAsValue:
- no
- value:
- 22.05.2026 12:01
- sections:
- not reported by source
- title:
- block0401150502
- sectionId:
- not reported by source
- label:
- Sted
- useLabelAsValue:
- no
- value:
- Oslo
- sections:
- not reported by source
- title:
- block04011506
- sectionId:
- not reported by source
- label:
- Vilkår for kontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
5 results
- title:
- block0401150601
- sectionId:
- not reported by source
- label:
- Gjennomføringen av kontrakten skal skje innenfor rammen av programmer for vernet sysselsetting
- useLabelAsValue:
- no
- value:
- Nei
- sections:
- not reported by source
- title:
- block0401150603
- sectionId:
- not reported by source
- label:
- En taushetserklæring er nødvendig, Sann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401150605
- sectionId:
- not reported by source
- label:
- eFaktura
- useLabelAsValue:
- no
- value:
- Obligatorisk
- sections:
- not reported by source
- title:
- block0401150606
- sectionId:
- not reported by source
- label:
- Elektronisk bestilling vil bli brukt, Sann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401150607
- sectionId:
- not reported by source
- label:
- Elektronisk betaling vil bli brukt, Sann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040116
- sectionId:
- 5.1.15
- label:
- Teknikker
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04011601
- sectionId:
- not reported by source
- label:
- Rammeavtale
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0401160101
- sectionId:
- not reported by source
- label:
- Rammeavtale uten gjenåpning av konkurransen
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401160102
- sectionId:
- not reported by source
- label:
- Maks antall deltakere
- useLabelAsValue:
- no
- value:
- 1
- sections:
- not reported by source
- title:
- block04011602
- sectionId:
- not reported by source
- label:
- Informasjon om den dynamiske innkjøpsordningen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0401160201
- sectionId:
- not reported by source
- label:
- Ingen
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040117
- sectionId:
- 5.1.16
- label:
- Nærmere informasjon, mekling og revisjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04011702
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- Oslo tingrett -
- sections:
- not reported by source
- title:
- block04011703
- sectionId:
- not reported by source
- label:
- Informasjon om tidsfrister for gjennomgang
- useLabelAsValue:
- no
- value:
- I henhold til regelverk
- sections:
- not reported by source
- title:
- block0401
- sectionId:
- 5.1
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- LOT-0002
- sections:
14 results
- title:
- block040101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- Konkurransegrunnlag (1)
- sections:
- not reported by source
- title:
- block040102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Denne anskaffelsen omfatter leie av varmdrikkemaskiner og vanndispensere med tilhørende ingredienser til Skatteetatens lokasjoner. Formålet er å sikre en løsning som gir ansatte tilgang til kvalitetsmessig god kaffe og andre drikker, gjennom brukervennlige og driftssikre maskiner. Vi ønsker en nøktern tilnærming til valg av kaffebønner og ingredienser, med fokus på smak og kvalitet som reduserer klager og sikrer høy tilfredshet.
- sections:
- not reported by source
- title:
- block040103
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- 1832366-1
- sections:
- not reported by source
- title:
- block040104
- sectionId:
- 5.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block04010401
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Varer
- sections:
- not reported by source
- title:
- block04010403
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Elektriske kaffemaskiner
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Kaffebønner
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Kaffe, te og liknende produkter
- sections:
- not reported by source
- title:
- block040105
- sectionId:
- 5.1.2
- label:
- Sted for gjennomføring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04010505
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block04010506
- sectionId:
- not reported by source
- label:
- Hvor som helst i det gitte landet
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block04010507
- sectionId:
- not reported by source
- label:
- Tilleggsinformasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040106
- sectionId:
- 5.1.3
- label:
- Anslått varighet
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04010601
- sectionId:
- not reported by source
- label:
- Startdato
- useLabelAsValue:
- no
- value:
- 18.05.2026
- sections:
- not reported by source
- title:
- block04010602
- sectionId:
- not reported by source
- label:
- Sluttdato
- useLabelAsValue:
- no
- value:
- 17.05.2028
- sections:
- not reported by source
- title:
- block040107
- sectionId:
- 5.1.4
- label:
- Fornyelse
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04010701
- sectionId:
- not reported by source
- label:
- Maksimal fornyelse
- useLabelAsValue:
- no
- value:
- 2
- sections:
- not reported by source
- title:
- block04010702
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Forlengelse er 12 måneder
- sections:
- not reported by source
- title:
- block040108
- sectionId:
- 5.1.5
- label:
- Verdi
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04010801
- sectionId:
- not reported by source
- label:
- Anslått verdi eksklusiv merverdiavgift, Norwegian krone
- useLabelAsValue:
- no
- value:
- 35,000,000
- sections:
- not reported by source
- title:
- block040109
- sectionId:
- 5.1.6
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04010904
- sectionId:
- not reported by source
- label:
- Reservert deltakelse
- useLabelAsValue:
- no
- value:
- Ingen
- sections:
- not reported by source
- title:
- block04010906
- sectionId:
- not reported by source
- label:
- Anskaffelsesprosjekt ikke finansiert med EU-midler.
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block04010908
- sectionId:
- not reported by source
- label:
- Anskaffelsen er omfattet av avtalen om offentlige anskaffelser (GPA), Usann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040112
- sectionId:
- 5.1.9
- label:
- Utvelgelseskriterier
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04011201
- sectionId:
- not reported by source
- label:
- Sources of selection criteria
- useLabelAsValue:
- no
- value:
- Procurement Document
- sections:
- not reported by source
- title:
- block040114
- sectionId:
- 5.1.11
- label:
- Anskaffelsesdokumenter
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04011405
- sectionId:
- not reported by source
- label:
- Frist for å be om tilleggsopplysninger
- useLabelAsValue:
- no
- value:
- 27.04.2026 00:00
- sections:
- not reported by source
- title:
- block04011407
- sectionId:
- not reported by source
- label:
- Adresse på anskaffelsesdokumentene
- useLabelAsValue:
- no
- value:
- https://tendsign.com/doc.aspx?MeFormsNoticeId=87623
- sections:
- not reported by source
- title:
- block040115
- sectionId:
- 5.1.12
- label:
- Vilkår for anskaffelsen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04011503
- sectionId:
- not reported by source
- label:
- Vilkår for innlevering
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
7 results
- title:
- block0401150301
- sectionId:
- not reported by source
- label:
- Elektronisk innlevering
- useLabelAsValue:
- no
- value:
- Obligatorisk
- sections:
- not reported by source
- title:
- block0401150302
- sectionId:
- not reported by source
- label:
- Adresse for innlevering
- useLabelAsValue:
- no
- value:
- https://tendsign.com/doc.aspx?MeFormsNoticeId=87623&GoTo=Tender
- sections:
- not reported by source
- title:
- block0401150305
- sectionId:
- not reported by source
- label:
- Språk som anbud eller forespørsler om å delta kan sendes inn på
- useLabelAsValue:
- no
- value:
- norsk
- sections:
- not reported by source
- title:
- block0401150306
- sectionId:
- not reported by source
- label:
- Elektronisk katalog
- useLabelAsValue:
- no
- value:
- Tillatt
- sections:
- not reported by source
- title:
- block0401150307
- sectionId:
- not reported by source
- label:
- Avansert eller kvalifisert elektronisk signatur eller segl (som definert i forordning (EU) nr. 910/2014) kreves
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401150312
- sectionId:
- not reported by source
- label:
- Frist for mottak av tilbud
- useLabelAsValue:
- no
- value:
- 22.05.2026 12:00
- sections:
- not reported by source
- title:
- block0401150313
- sectionId:
- not reported by source
- label:
- Frist til anbudet må være gyldig, Dag
- useLabelAsValue:
- no
- value:
- 50
- sections:
- not reported by source
- title:
- block04011505
- sectionId:
- not reported by source
- label:
- Informasjon om offentlig åpning
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0401150501
- sectionId:
- not reported by source
- label:
- Dato/klokkeslett
- useLabelAsValue:
- no
- value:
- 22.05.2026 12:01
- sections:
- not reported by source
- title:
- block0401150502
- sectionId:
- not reported by source
- label:
- Sted
- useLabelAsValue:
- no
- value:
- Oslo
- sections:
- not reported by source
- title:
- block04011506
- sectionId:
- not reported by source
- label:
- Vilkår for kontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block0401150601
- sectionId:
- not reported by source
- label:
- Gjennomføringen av kontrakten skal skje innenfor rammen av programmer for vernet sysselsetting
- useLabelAsValue:
- no
- value:
- Nei
- sections:
- not reported by source
- title:
- block0401150605
- sectionId:
- not reported by source
- label:
- eFaktura
- useLabelAsValue:
- no
- value:
- Obligatorisk
- sections:
- not reported by source
- title:
- block0401150606
- sectionId:
- not reported by source
- label:
- Elektronisk bestilling vil bli brukt, Sann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401150607
- sectionId:
- not reported by source
- label:
- Elektronisk betaling vil bli brukt, Sann
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040116
- sectionId:
- 5.1.15
- label:
- Teknikker
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04011601
- sectionId:
- not reported by source
- label:
- Rammeavtale
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0401160101
- sectionId:
- not reported by source
- label:
- Rammeavtale uten gjenåpning av konkurransen
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401160102
- sectionId:
- not reported by source
- label:
- Maks antall deltakere
- useLabelAsValue:
- no
- value:
- 1
- sections:
- not reported by source
- title:
- block04011602
- sectionId:
- not reported by source
- label:
- Informasjon om den dynamiske innkjøpsordningen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0401160201
- sectionId:
- not reported by source
- label:
- Ingen
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040117
- sectionId:
- 5.1.16
- label:
- Nærmere informasjon, mekling og revisjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04011702
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- Oslo tingrett -
- sections:
- not reported by source
- title:
- block04011703
- sectionId:
- not reported by source
- label:
- Informasjon om tidsfrister for gjennomgang
- useLabelAsValue:
- no
- value:
- I henhold til regelverk
- sections:
- not reported by source
- title:
- block05
- sectionId:
- 8
- label:
- Virksomheter
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0501
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0001
- sections:
12 results
- title:
- block050101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Skatteetaten
- sections:
- not reported by source
- title:
- block050102
- sectionId:
- not reported by source
- label:
- Organisasjonsnummer
- useLabelAsValue:
- no
- value:
- 974761076
- sections:
- not reported by source
- title:
- block050103
- sectionId:
- not reported by source
- label:
- Departement
- useLabelAsValue:
- no
- value:
- Anskaffelser
- sections:
- not reported by source
- title:
- block050104
- sectionId:
- not reported by source
- label:
- Postadresse
- useLabelAsValue:
- no
- value:
- Fredrik Selmers vei 4
- sections:
- not reported by source
- title:
- block050105
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- Oslo
- sections:
- not reported by source
- title:
- block050106
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 0663
- sections:
- not reported by source
- title:
- block050107
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Oslo (NO081)
- sections:
- not reported by source
- title:
- block050108
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block050109
- sectionId:
- not reported by source
- label:
- Kontaktpunkt
- useLabelAsValue:
- no
- value:
- Alexander Bakk
- sections:
- not reported by source
- title:
- block050110
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- Alexander.Bakk@skatteetaten.no
- sections:
- not reported by source
- title:
- block050111
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- +47 80080000
- sections:
- not reported by source
- title:
- block050117
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block05011701
- sectionId:
- not reported by source
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0501
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0002
- sections:
11 results
- title:
- block050101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Oslo tingrett
- sections:
- not reported by source
- title:
- block050102
- sectionId:
- not reported by source
- label:
- Organisasjonsnummer
- useLabelAsValue:
- no
- value:
- 926 725 939
- sections:
- not reported by source
- title:
- block050104
- sectionId:
- not reported by source
- label:
- Postadresse
- useLabelAsValue:
- no
- value:
- Postboks 2106 Vika
- sections:
- not reported by source
- title:
- block050105
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- Oslo
- sections:
- not reported by source
- title:
- block050106
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 0125
- sections:
- not reported by source
- title:
- block050107
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Oslo (NO081)
- sections:
- not reported by source
- title:
- block050108
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block050110
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- oslo.tingrett@domstol.no
- sections:
- not reported by source
- title:
- block050111
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- 22 03 52 00
- sections:
- not reported by source
- title:
- block050113
- sectionId:
- not reported by source
- label:
- Internett-adresse
- useLabelAsValue:
- no
- value:
- https://www.domstol.no/no/domstoler/tingrett/oslo-tingrett/
- sections:
- not reported by source
- title:
- block050117
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block05011708
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block06
- sectionId:
- 10
- label:
- Endring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
5 results
- title:
- block0601
- sectionId:
- not reported by source
- label:
- Versjon av forrige varsel endres
- useLabelAsValue:
- no
- value:
- 8f80c206-4ee5-4735-9d80-4d6bd609d46f-01
- sections:
- not reported by source
- title:
- block0602
- sectionId:
- not reported by source
- label:
- Hovedårsak til endring
- useLabelAsValue:
- no
- value:
- Informasjon oppdatert
- sections:
- not reported by source
- title:
- block0603
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Utsettelse av tilbudsfrist
- sections:
- not reported by source
- title:
- block0604
- sectionId:
- 10.1
- label:
- Endring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block060401
- sectionId:
- not reported by source
- label:
- Seksjonsidentifikator
- useLabelAsValue:
- no
- value:
- LOT-0001
- sections:
- not reported by source
- title:
- block0604
- sectionId:
- 10.1
- label:
- Endring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block060401
- sectionId:
- not reported by source
- label:
- Seksjonsidentifikator
- useLabelAsValue:
- no
- value:
- LOT-0002
- sections:
- not reported by source
- title:
- block07
- sectionId:
- not reported by source
- label:
- Kunngjøringsinformasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
6 results
- title:
- block0701
- sectionId:
- not reported by source
- label:
- Varselidentifikator/-versjon
- useLabelAsValue:
- no
- value:
- c68eae6b-31b0-460c-bd4b-adf86d09f567 01
- sections:
- not reported by source
- title:
- block0702
- sectionId:
- not reported by source
- label:
- Type skjema
- useLabelAsValue:
- no
- value:
- Konkurranse
- sections:
- not reported by source
- title:
- block0703
- sectionId:
- not reported by source
- label:
- Type varsel
- useLabelAsValue:
- no
- value:
- Melding om kontrakt eller konsesjon – standardregime
- sections:
- not reported by source
- title:
- block0704
- sectionId:
- not reported by source
- label:
- Varsel utsendelsesdato
- useLabelAsValue:
- no
- value:
- 13.05.2026 12:01
- sections:
- not reported by source
- title:
- block0705
- sectionId:
- not reported by source
- label:
- Varsel om utsendelsesdato (eSender)
- useLabelAsValue:
- no
- value:
- 13.05.2026 12:13
- sections:
- not reported by source
- title:
- block0706
- sectionId:
- not reported by source
- label:
- Språk der denne kunngjøringen er offisielt tilgjengelig
- useLabelAsValue:
- no
- value:
- norsk, English
- sections:
- not reported by source
- awardedNames:
No results.
- changeNotices:
5 results
- id:
- 2026-108732
- changedNoticeId:
- 8f80c206-4ee5-4735-9d80-4d6bd609d46f-01
- issueDate:
- 2026-05-13T10:01:26Z
- selectedNotice:
- yes
- eformId:
- c68eae6b-31b0-460c-bd4b-adf86d09f567
- id:
- 2026-108509
- changedNoticeId:
- fbc5567c-d540-4f03-a7f4-3ca9529fd549-01
- issueDate:
- 2026-05-11T07:18:30Z
- selectedNotice:
- no
- eformId:
- 8f80c206-4ee5-4735-9d80-4d6bd609d46f
- id:
- 2026-106983
- changedNoticeId:
- 0ff690ab-5a8d-4cdc-82d0-9cdbe0728282-01
- issueDate:
- 2026-04-17T06:55:34Z
- selectedNotice:
- no
- eformId:
- fbc5567c-d540-4f03-a7f4-3ca9529fd549
- id:
- 2026-106424
- changedNoticeId:
- c4b0a360-4479-4b85-b89e-13ecb6aacd2e-01
- issueDate:
- 2026-04-09T13:32:59Z
- selectedNotice:
- no
- eformId:
- 0ff690ab-5a8d-4cdc-82d0-9cdbe0728282
- id:
- 2026-105901
- changedNoticeId:
- not reported by source
- issueDate:
- 2026-03-26T13:03:05Z
- selectedNotice:
- no
- eformId:
- c4b0a360-4479-4b85-b89e-13ecb6aacd2e
- limitedDataFlag:
- no
- publicationDate:
- 2026-05-13
- tedId:
- 330646-2026
- procurementTimeline:
5 results
- id:
- 2026-105901
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2026-03-27
- selectedNotice:
- no
- id:
- 2026-106424
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2026-04-09
- selectedNotice:
- no
- id:
- 2026-106983
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2026-04-17
- selectedNotice:
- no
- id:
- 2026-108509
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2026-05-11
- selectedNotice:
- no
- id:
- 2026-108732
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2026-05-13
- selectedNotice:
- yes
- procurementStrategicLabels:
No results.
- lotsNumber:
- 2
- doffin_url:
- https://doffin.no/notices/2026-108732
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
- Canonical procurement page
- Back to Doffin and TED
- All sources in Business and economy
- Search for Doffin and TED in the wiki
How an AI agent should use this page
Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.
How to use the get_notice lookup
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- Follow linked results to canonical pages before combining sources.
Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.
Source-specific next step
- Follow the notice ID to the canonical page; use CPV and location codes to narrow broad free-text searches.
Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.
AI agent? Read the complete navigation and programming guide.