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-114053
- eFormId:
- 3b0582c8-204d-44b3-8253-8a877d2edeb3
- procedureId:
- 00bef41b-9dcd-4b16-b42c-339917d0548a
- heading:
- Rammeavtale for levering av IKT-utstyr og tilhørende tjenester til datarom som skal benyttes til Forsvarets sikre plattformer
- description:
- Forsvarsmateriell (FMA) inviterer med dette leverandører til å delta i konkurransen om anskaffelse av IKT-utstyr til datarom som skal benyttes til Forsvarets sikre plattformer (FSP). Anskaffelsen omfatter også tilhørende tjenester til materiellet slik som produktforvaltning, support- og vedlikeholdstjenester, samt spesialisttjenester for installasjon.
- buyer:
1 results
- id:
- 916075855
- name:
- FORSVARSMATERIELL
- location_id:
1 results
- anyw
- placeOfPerformance:
- issueDate:
- 2026-09-04T09:35:52Z
- deadline:
- 2026-10-09T10:00:00Z
- qualificationDeadline:
- 2026-10-09T10:00:00Z
- noticeType:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- allCpvCodes:
- directCpvCodes:
- parentCpvCodes:
- noticeStatus:
- ACTIVE
- allReceivedTenders:
- not reported by source
- preferredPublicationDateTed:
- 2026-09-08
- plannedDateTed:
- not reported by source
- competitionDocsUrl:
- https://permalink.mercell.com/290222182.aspx
- sentToTed:
- yes
- regulationUrl:
- https://lovdata.no/dokument/SF/forskrift/2013-10-04-1185?q=fosa
- core:
- estimatedValue:
- amount:
- 6000000000.0
- code:
- NOK
- fullLocalizedText:
- 6.0E9 NOK
- mainActivity:
- not reported by source
- eform:
5 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:
1 results
- title:
- block010101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- FORSVARSMATERIELL
- 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:
13 results
- title:
- block020101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- Rammeavtale for levering av IKT-utstyr og tilhørende tjenester til datarom som skal benyttes til Forsvarets sikre plattformer
- sections:
- not reported by source
- title:
- block020102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Forsvarsmateriell (FMA) inviterer med dette leverandører til å delta i konkurransen om anskaffelse av IKT-utstyr til datarom som skal benyttes til Forsvarets sikre plattformer (FSP). Anskaffelsen omfatter også tilhørende tjenester til materiellet slik som produktforvaltning, support- og vedlikeholdstjenester, samt spesialisttjenester for installasjon.
- sections:
- not reported by source
- title:
- block020103
- sectionId:
- not reported by source
- label:
- Prosedyreidentifikator
- useLabelAsValue:
- no
- value:
- 00bef41b-9dcd-4b16-b42c-339917d0548a
- sections:
- not reported by source
- title:
- block020105
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- 662fc072-a1e7-455e-a286-327d23bf2964
- sections:
- not reported by source
- title:
- block020106
- sectionId:
- not reported by source
- label:
- Type prosedyre
- useLabelAsValue:
- no
- value:
- Konkurranse med forhandling med forhåndskunngjøring/ konkurranse med forhandling
- 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:
12 results
- title:
- block02011001
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Varer
- sections:
- not reported by source
- title:
- block02011002
- sectionId:
- not reported by source
- label:
- Kontraktens ytterligere art
- useLabelAsValue:
- no
- value:
- Tjenester
- sections:
- not reported by source
- title:
- block02011003
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Servere
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Lagerenheter til datamaskiner
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Uavbrutte strømforsyninger (UPS)
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Brytere
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Nettverksutstyr
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Lagerenheter
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Programvare for sikkerhetskopiering og gjennopprettning
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Informasjonssystemer og servere
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Systemvedlikehold
- sections:
- not reported by source
- title:
- block02011005
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- System- og støttetjenester
- sections:
- not reported by source
- title:
- block020111
- sectionId:
- 2.1.2
- label:
- Sted for gjennomføring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 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:
- block02011107
- sectionId:
- not reported by source
- label:
- Tilleggsinformasjon
- useLabelAsValue:
- no
- value:
- Leveringsstedet for materiell er primært forsvarets IKT-lager i det sentrale østlandsområdet, men kan også omfatte leveranser til forsvarslokasjoner i inn- og utland.
- 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:
- 6,000,000,000
- sections:
- not reported by source
- title:
- block020113
- sectionId:
- 2.1.4
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 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 2009/81/EC
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02011305
- sectionId:
- not reported by source
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- Forsvar og sikkerhet IKT-utstyret som anskaffes skal fungere sammen med ugraderte og graderte militære plattformer, og har således direkte sammenheng med forsvarsmateriell og gradert materiell, jf. FOSA § 1-3 første ledd bokstav c. Anskaffelsen vil også gjelde levering av graderte tjenester ettersom personell som skal utføre tjenester under rammeavtalen må kunne sikkerhetsklareres, jf. bestemmelsens bokstav e.
- 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
- sections:
- not reported by source
- title:
- block04
- sectionId:
- 5
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0401
- sectionId:
- 5.1
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
14 results
- title:
- block040101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- Rammeavtale for levering av IKT-utstyr og tilhørende tjenester til datarom som skal benyttes til Forsvarets sikre plattformer
- sections:
- not reported by source
- title:
- block040102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Forsvarsmateriell (FMA) inviterer med dette leverandører til å delta i konkurransen om anskaffelse av IKT-utstyr til datarom som skal benyttes til Forsvarets sikre plattformer (FSP). Anskaffelsen omfatter også tilhørende tjenester til materiellet slik som produktforvaltning, support- og vedlikeholdstjenester, samt spesialisttjenester for installasjon.
- sections:
- not reported by source
- title:
- block040103
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- b1934c66-6bbb-47cf-9e68-6990d23116c6
- sections:
- not reported by source
- title:
- block040104
- sectionId:
- 5.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
13 results
- title:
- block04010401
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Varer
- sections:
- not reported by source
- title:
- block04010402
- sectionId:
- not reported by source
- label:
- Kontraktens ytterligere art
- useLabelAsValue:
- no
- value:
- Tjenester
- sections:
- not reported by source
- title:
- block04010403
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Servere
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Lagerenheter til datamaskiner
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Uavbrutte strømforsyninger (UPS)
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Brytere
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Nettverksutstyr
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Lagerenheter
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Programvare for sikkerhetskopiering og gjennopprettning
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Informasjonssystemer og servere
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Systemvedlikehold
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- System- og støttetjenester
- sections:
- not reported by source
- title:
- block04010406
- sectionId:
- not reported by source
- label:
- Alternativer
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0401040601
- sectionId:
- not reported by source
- label:
- Kjøper forbeholder seg retten til tilleggskjøp fra entreprenøren, som beskrevet her
- useLabelAsValue:
- no
- value:
- Rammeavtalens varighet vil være 3 år, med mulighet for opsjon på ytterligere 4 år.
- 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:
- Leveringsstedet for materiell er primært forsvarets IKT-lager i det sentrale østlandsområdet, men kan også omfatte leveranser til forsvarslokasjoner i inn- og utland.
- sections:
- not reported by source
- title:
- block040106
- sectionId:
- 5.1.3
- label:
- Anslått varighet
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04010603
- sectionId:
- not reported by source
- label:
- Varighet, År
- useLabelAsValue:
- no
- value:
- 3
- sections:
- not reported by source
- title:
- block040107
- sectionId:
- 5.1.4
- label:
- Fornyelse
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04010701
- sectionId:
- not reported by source
- label:
- Maksimal fornyelse
- useLabelAsValue:
- no
- value:
- 0
- 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:
- 6,000,000,000
- sections:
- not reported by source
- title:
- block040109
- sectionId:
- 5.1.6
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04010904
- sectionId:
- not reported by source
- label:
- Reservert deltakelse
- useLabelAsValue:
- no
- value:
- Ingen
- 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:
- block04011403
- sectionId:
- not reported by source
- label:
- Språk der anskaffelsesdokumentene er offisielt tilgjengelige
- useLabelAsValue:
- no
- value:
- norsk
- sections:
- not reported by source
- title:
- block04011407
- sectionId:
- not reported by source
- label:
- Adresse på anskaffelsesdokumentene
- useLabelAsValue:
- no
- value:
- https://permalink.mercell.com/290222182.aspx
- 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:
- block04011501
- sectionId:
- not reported by source
- label:
- Vilkår for prosedyren
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0401150102
- sectionId:
- not reported by source
- label:
- Sikkerhetsklarering kreves
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401150103
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Leverandøren må, etter signering av kontrakt, oppnå sikkerhetsavtale på nivå BEGRENSET. Utvalgt personell hos leverandører som skal yte tjenester på rammeavtalen må kunne klareres på BEGRESET eller HEMMELIG.
- sections:
- not reported by source
- 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:
- Obligatorisk indikasjon på underentreprise
- useLabelAsValue:
- no
- value:
- Andelen av kontrakten som tilbyder har til hensikt å gi til underleverandør/ Andelen av kontrakten som skal utføres av underleverandør
- sections:
- not reported by source
- title:
- block0401150302
- sectionId:
- not reported by source
- label:
- Elektronisk innlevering
- useLabelAsValue:
- no
- value:
- Obligatorisk
- sections:
- not reported by source
- title:
- block0401150303
- sectionId:
- not reported by source
- label:
- Adresse for innlevering
- useLabelAsValue:
- no
- value:
- https://permalink.mercell.com/290222182.aspx
- sections:
- not reported by source
- title:
- block0401150306
- 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:
- block0401150309
- sectionId:
- not reported by source
- label:
- Varianter
- useLabelAsValue:
- no
- value:
- Ikke tillatt
- sections:
- not reported by source
- title:
- block0401150310
- sectionId:
- not reported by source
- label:
- Tilbyder kan inngi mer enn ett tilbud
- useLabelAsValue:
- no
- value:
- Ikke tillatt
- sections:
- not reported by source
- title:
- block0401150312
- sectionId:
- not reported by source
- label:
- Frist for mottak av anmodninger om deltakelse
- useLabelAsValue:
- no
- value:
- 09.10.2026 12:00
- sections:
- not reported by source
- title:
- block04011505
- sectionId:
- not reported by source
- label:
- Vilkår for kontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block0401150501
- 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:
- block0401150502
- sectionId:
- not reported by source
- label:
- Betingelser knyttet til utførelsen av kontrakten
- useLabelAsValue:
- no
- value:
- Reguleres i kontrakten.
- sections:
- not reported by source
- title:
- block0401150508
- sectionId:
- not reported by source
- label:
- Finansiell ordning
- useLabelAsValue:
- no
- value:
- Reguleres i kontrakten.
- sections:
- not reported by source
- title:
- block0401150509
- sectionId:
- not reported by source
- label:
- Underleverandører
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block040115050901
- sectionId:
- not reported by source
- label:
- Leverandøren må angi endringer i underleverandører underveis i kontraktsgjennomføringen
- useLabelAsValue:
- yes
- 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:
1 results
- title:
- block04011601
- sectionId:
- not reported by source
- label:
- Rammeavtale
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 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:
- block040117
- sectionId:
- 5.1.16
- label:
- Nærmere informasjon, mekling og revisjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04011703
- sectionId:
- not reported by source
- label:
- Informasjon om tidsfrister for gjennomgang
- useLabelAsValue:
- no
- value:
- Reguleres i konkurransegrunnlaget.
- sections:
- not reported by source
- title:
- block05
- sectionId:
- 8
- label:
- Virksomheter
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 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:
- FORSVARSMATERIELL
- sections:
- not reported by source
- title:
- block050102
- sectionId:
- not reported by source
- label:
- Organisasjonsnummer
- useLabelAsValue:
- no
- value:
- 916075855
- sections:
- not reported by source
- title:
- block050104
- sectionId:
- not reported by source
- label:
- Postadresse
- useLabelAsValue:
- no
- value:
- Grev Wedels plass 1
- 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:
- 0151
- 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:
- Helene Folmo Hafnor
- sections:
- not reported by source
- title:
- block050110
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- hehafnor@mil.no
- sections:
- not reported by source
- title:
- block050111
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- +4799284971
- sections:
- not reported by source
- title:
- block050113
- sectionId:
- not reported by source
- label:
- Internett-adresse
- useLabelAsValue:
- no
- value:
- https://FMA.NO
- 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:
- 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:
- 3b0582c8-204d-44b3-8253-8a877d2edeb3 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:
- 04.09.2026 11:35
- sections:
- not reported by source
- title:
- block0705
- sectionId:
- not reported by source
- label:
- Varsel om utsendelsesdato (eSender)
- useLabelAsValue:
- no
- value:
- 04.09.2026 12:44
- 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:
- not reported by source
- limitedDataFlag:
- no
- publicationDate:
- 2026-09-08
- tedId:
- 617032-2026
- procurementTimeline:
1 results
- id:
- 2026-114053
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2026-09-08
- selectedNotice:
- yes
- procurementStrategicLabels:
No results.
- lotsNumber:
- 1
- doffin_url:
- https://doffin.no/notices/2026-114053
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.