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:
- 2024-101521
- eFormId:
- c720609f-877e-467d-b91e-16f1da8fbc20
- procedureId:
- f97a72c5-0461-4d47-9799-8538ad70ffef
- heading:
- 149-BYM-2023 Prosjektleder til arbeidet med regulering og oppfølging av utleie små elektriske kjøretøy på offentlig grunn
- description:
- Bymiljøetaten har behov for en prosjektleder til arbeidet med forskriftsendring, regulering og oppfølging av utleie små elektriske kjøretøy på offentlig grunn. Avtalen gjelder i 6 mnd fra kontraktsinngåelse. For avtalen gjelder opsjon for oppdragsgiver til å forlenge avtalen for inntil 6 (1+1+1+1+1+1) måneder på uendrede vilkår.
- buyer:
1 results
- id:
- 996 922 766
- name:
- Oslo kommune v/ Bymiljøetaten
- location_id:
No results.
- placeOfPerformance:
No results.
- issueDate:
- 2024-02-02T13:43:57Z
- deadline:
- not reported by source
- qualificationDeadline:
- not reported by source
- noticeType:
- CHANGE_OF_CONCLUSION_OF_CONTRACT
- allTypes:
2 results
- CHANGE_OF_CONCLUSION_OF_CONTRACT
- RESULT
- allCpvCodes:
- directCpvCodes:
- parentCpvCodes:
- noticeStatus:
- not reported by source
- allReceivedTenders:
- not reported by source
- preferredPublicationDateTed:
- not reported by source
- plannedDateTed:
- not reported by source
- competitionDocsUrl:
- not reported by source
- sentToTed:
- yes
- regulationUrl:
- https://lovdata.no/dokument/SF/forskrift/2016-08-12-974?q=foa
- core:
- estimatedValue:
- not reported by source
- mainActivity:
- not reported by source
- eform:
7 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:
- Oslo kommune v/ Bymiljøetaten
- 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:
6 results
- title:
- block020101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- 149-BYM-2023 Prosjektleder til arbeidet med regulering og oppfølging av utleie små elektriske kjøretøy på offentlig grunn
- sections:
- not reported by source
- title:
- block020102
- sectionId:
- not reported by source
- label:
- Beskrivelse: __________
- useLabelAsValue:
- no
- value:
- Bymiljøetaten har behov for en prosjektleder til arbeidet med forskriftsendring, regulering og oppfølging av utleie små elektriske kjøretøy på offentlig grunn. Avtalen gjelder i 6 mnd fra kontraktsinngåelse. For avtalen gjelder opsjon for oppdragsgiver til å forlenge avtalen for inntil 6 (1+1+1+1+1+1) måneder på uendrede vilkår.
- sections:
- not reported by source
- title:
- block020103
- sectionId:
- not reported by source
- label:
- Prosedyreidentifikator
- useLabelAsValue:
- no
- value:
- f97a72c5-0461-4d47-9799-8538ad70ffef
- sections:
- not reported by source
- title:
- block020104
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- 23/58528
- sections:
- not reported by source
- title:
- block020105
- sectionId:
- 2.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
7 results
- title:
- block02010501
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Tjenester
- sections:
- not reported by source
- title:
- block02010503
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Prosjektledelse, med unntak av bygge- og anleggsarbeid
- sections:
- not reported by source
- title:
- block02010505
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Offentlig forvaltning
- sections:
- not reported by source
- title:
- block02010505
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Allmenne offentlige tjenester
- sections:
- not reported by source
- title:
- block02010505
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Forretningstjenester: lov, reklame, rådgiving, ansettelse, trykking og sikkerhet
- sections:
- not reported by source
- title:
- block02010505
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Bedriftsrådgivning og administrativ rådgivning og beslektede tjenester
- sections:
- not reported by source
- title:
- block02010505
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Ledelsesrelaterte tjenester
- sections:
- not reported by source
- title:
- block020107
- sectionId:
- 2.1.4
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block02010702
- sectionId:
- not reported by source
- label:
- Rettslig grunnlag
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02010703
- sectionId:
- not reported by source
- label:
- Direktiv 2014/24/EU
- useLabelAsValue:
- yes
- value:
- not reported by source
- 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:
- Skjebne
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
7 results
- title:
- block040101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- 149-BYM-2023 Prosjektleder til arbeidet med regulering og oppfølging av utleie små elektriske kjøretøy på offentlig grunn
- sections:
- not reported by source
- title:
- block040102
- sectionId:
- not reported by source
- label:
- Beskrivelse: __________
- useLabelAsValue:
- no
- value:
- Bymiljøetaten har behov for en prosjektleder til arbeidet med forskriftsendring, regulering og oppfølging av utleie små elektriske kjøretøy på offentlig grunn. Avtalen gjelder i 6 mnd fra kontraktsinngåelse. For avtalen gjelder opsjon for oppdragsgiver til å forlenge avtalen for inntil 6 (1+1+1+1+1+1) måneder på uendrede vilkår.
- sections:
- not reported by source
- title:
- block040103
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- 23/58528
- sections:
- not reported by source
- title:
- block040104
- sectionId:
- 5.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
7 results
- title:
- block04010401
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Tjenester
- sections:
- not reported by source
- title:
- block04010403
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Prosjektledelse, med unntak av bygge- og anleggsarbeid
- sections:
- not reported by source
- title:
- block04010405
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Offentlig forvaltning
- sections:
- not reported by source
- title:
- block04010405
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Allmenne offentlige tjenester
- sections:
- not reported by source
- title:
- block04010405
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Forretningstjenester: lov, reklame, rådgiving, ansettelse, trykking og sikkerhet
- sections:
- not reported by source
- title:
- block04010405
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Bedriftsrådgivning og administrativ rådgivning og beslektede tjenester
- sections:
- not reported by source
- title:
- block04010405
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Ledelsesrelaterte tjenester
- sections:
- not reported by source
- title:
- block040108
- sectionId:
- 5.1.6
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04010803
- 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:
- block04010804
- sectionId:
- not reported by source
- label:
- Anskaffelsen er omfattet av avtalen om offentlige anskaffelser (GPA)
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040111
- sectionId:
- 5.1.12
- label:
- Vilkår for anskaffelsen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block040112
- sectionId:
- 5.1.16
- label:
- Nærmere informasjon, mekling og revisjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04011202
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- Oslo Tingrett
- sections:
- not reported by source
- title:
- block04011211
- sectionId:
- not reported by source
- label:
- Virksomhet hvis budsjett brukes til å betale for kontrakten
- useLabelAsValue:
- no
- value:
- Oslo kommune v/ Bymiljøetaten
- sections:
- not reported by source
- title:
- block04011212
- sectionId:
- not reported by source
- label:
- Virksomhet som utfører betalingen
- useLabelAsValue:
- no
- value:
- Oslo kommune v/ Bymiljøetaten
- sections:
- not reported by source
- title:
- block05
- sectionId:
- 6
- label:
- Resultater
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0508
- sectionId:
- 6.1
- label:
- Identifikator for resultatparti
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
1 results
- title:
- block050802
- sectionId:
- 6.1.2
- label:
- Informasjon om vinnere
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block05080201
- sectionId:
- not reported by source
- label:
- Vinner
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
6 results
- title:
- block0508020101
- sectionId:
- not reported by source
- label:
- Tilbud
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0508020102
- sectionId:
- not reported by source
- label:
- Betalingsmiddelidentifikator
- useLabelAsValue:
- no
- value:
- 2023-101212
- sections:
- not reported by source
- title:
- block0508020103
- sectionId:
- not reported by source
- label:
- Identifikator for parti eller gruppe med partier
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
- not reported by source
- title:
- block0508020106
- sectionId:
- not reported by source
- label:
- Anbudet ble rangert
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0508020107
- sectionId:
- not reported by source
- label:
- Rangering i listen over vinnere
- useLabelAsValue:
- no
- value:
- 1
- sections:
- not reported by source
- title:
- block0508020119
- sectionId:
- not reported by source
- label:
- Informasjon om kontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block050802011901
- sectionId:
- not reported by source
- label:
- Identifikator for kontrakten
- useLabelAsValue:
- no
- value:
- 23/58528-11
- sections:
- not reported by source
- title:
- block050802011902
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- 149-BYM-2023 Prosjektleder til arbeidet med regulering og oppfølging av utleie små elektriske kjøretøy på offentlig grunn
- sections:
- not reported by source
- title:
- block06
- sectionId:
- 7
- label:
- Modifikasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block0601
- sectionId:
- not reported by source
- label:
- Seksjonsidentifikator
- useLabelAsValue:
- no
- value:
- ecc96a6f-0fcd-4b04-9885-fcba3a63d96a-01
- sections:
- not reported by source
- title:
- block0602
- sectionId:
- not reported by source
- label:
- Årsak til endring
- useLabelAsValue:
- no
- value:
- Endringer er ikke vesentlige
- sections:
- not reported by source
- title:
- block0603
- sectionId:
- not reported by source
- label:
- Beskrivelse: __________
- useLabelAsValue:
- no
- value:
- Lagt inn titte
- sections:
- not reported by source
- title:
- block0604
- sectionId:
- 7.1
- label:
- Modifikasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block060401
- sectionId:
- not reported by source
- label:
- Seksjonsidentifikator
- useLabelAsValue:
- no
- value:
- CON-0001
- sections:
- not reported by source
- title:
- block060402
- sectionId:
- not reported by source
- label:
- Beskrivelse av modifikasjoner
- useLabelAsValue:
- no
- value:
- Lagt inn tittel
- sections:
- not reported by source
- title:
- block07
- sectionId:
- 8
- label:
- Virksomheter
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block0701
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0001
- sections:
10 results
- title:
- block070101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Oslo kommune v/ Bymiljøetaten
- sections:
- not reported by source
- title:
- block070104
- sectionId:
- not reported by source
- label:
- Registreringsnummer
- useLabelAsValue:
- no
- value:
- 996 922 766
- sections:
- not reported by source
- title:
- block070106
- sectionId:
- not reported by source
- label:
- Postadresse
- useLabelAsValue:
- no
- value:
- Postboks 636 Løren
- sections:
- not reported by source
- title:
- block070107
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- Oslo
- sections:
- not reported by source
- title:
- block070108
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 0507
- sections:
- not reported by source
- title:
- block070110
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block070111
- sectionId:
- not reported by source
- label:
- Kontaktpunkt
- useLabelAsValue:
- no
- value:
- Sofia Toderascu
- sections:
- not reported by source
- title:
- block070112
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- sofia.toderascu@bym.oslo.kommune.no
- sections:
- not reported by source
- title:
- block070113
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- +47 21802180
- sections:
- not reported by source
- title:
- block070118
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
6 results
- title:
- block07011801
- sectionId:
- not reported by source
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011812
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011825
- sectionId:
- not reported by source
- label:
- Virksomhet hvis budsjett brukes til å betale for kontrakten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011826
- sectionId:
- not reported by source
- label:
- Virksomhet som utfører betalingen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011827
- sectionId:
- not reported by source
- label:
- Tilbyder
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011830
- sectionId:
- not reported by source
- label:
- Vinner av disse delkontraktene
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
- not reported by source
- title:
- block0701
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0002
- sections:
9 results
- title:
- block070101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Oslo Tingrett
- sections:
- not reported by source
- title:
- block070104
- sectionId:
- not reported by source
- label:
- Registreringsnummer
- useLabelAsValue:
- no
- value:
- 918195548
- sections:
- not reported by source
- title:
- block070106
- sectionId:
- not reported by source
- label:
- Postadresse
- useLabelAsValue:
- no
- value:
- Postboks 2106 Vika
- sections:
- not reported by source
- title:
- block070107
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- Oslo
- sections:
- not reported by source
- title:
- block070108
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 0125
- sections:
- not reported by source
- title:
- block070110
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block070112
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- oslo.tingrett@domstol.no
- sections:
- not reported by source
- title:
- block070113
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- +47 22035200
- sections:
- not reported by source
- title:
- block070118
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
6 results
- title:
- block07011801
- sectionId:
- not reported by source
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011812
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011825
- sectionId:
- not reported by source
- label:
- Virksomhet hvis budsjett brukes til å betale for kontrakten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011826
- sectionId:
- not reported by source
- label:
- Virksomhet som utfører betalingen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011827
- sectionId:
- not reported by source
- label:
- Tilbyder
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011830
- sectionId:
- not reported by source
- label:
- Vinner av disse delkontraktene
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
- not reported by source
- title:
- block0701
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0003
- sections:
7 results
- title:
- block070101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Systra Norge AS
- sections:
- not reported by source
- title:
- block070104
- sectionId:
- not reported by source
- label:
- Registreringsnummer
- useLabelAsValue:
- no
- value:
- 942064853
- sections:
- not reported by source
- title:
- block070107
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- Lysaker
- sections:
- not reported by source
- title:
- block070110
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block070112
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- hhuse@systra.com
- sections:
- not reported by source
- title:
- block070113
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- +47 67111500
- sections:
- not reported by source
- title:
- block070118
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
6 results
- title:
- block07011801
- sectionId:
- not reported by source
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011812
- sectionId:
- not reported by source
- label:
- Virksomhet som gjennomfører klagebehandling
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011825
- sectionId:
- not reported by source
- label:
- Virksomhet hvis budsjett brukes til å betale for kontrakten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011826
- sectionId:
- not reported by source
- label:
- Virksomhet som utfører betalingen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011827
- sectionId:
- not reported by source
- label:
- Tilbyder
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07011830
- sectionId:
- not reported by source
- label:
- Vinner av disse delkontraktene
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
- not reported by source
- title:
- block09
- sectionId:
- 11
- label:
- Kunngjøringsinformasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block0901
- sectionId:
- 11.1
- label:
- Kunngjøringsinformasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
5 results
- title:
- block090101
- sectionId:
- not reported by source
- label:
- Varselidentifikator/-versjon
- useLabelAsValue:
- no
- value:
- c720609f-877e-467d-b91e-16f1da8fbc20 01
- sections:
- not reported by source
- title:
- block090102
- sectionId:
- not reported by source
- label:
- Type skjema
- useLabelAsValue:
- no
- value:
- Endring i kontrakt
- sections:
- not reported by source
- title:
- block090103
- sectionId:
- not reported by source
- label:
- Type varsel
- useLabelAsValue:
- no
- value:
- Varsel om endring av kontrakt
- sections:
- not reported by source
- title:
- block090104
- sectionId:
- not reported by source
- label:
- Varsel utsendelsesdato
- useLabelAsValue:
- no
- value:
- 02.02.2024 14:43
- sections:
- not reported by source
- title:
- block090105
- 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
- title:
- block0902
- sectionId:
- 11.2
- label:
- Informasjon om publisering
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- awardedNames:
- changeNotices:
2 results
- id:
- 2024-101521
- changedNoticeId:
- ecc96a6f-0fcd-4b04-9885-fcba3a63d96a-01
- issueDate:
- 2024-02-02T13:43:57Z
- selectedNotice:
- yes
- eformId:
- c720609f-877e-467d-b91e-16f1da8fbc20
- id:
- 2024-101331
- changedNoticeId:
- not reported by source
- issueDate:
- 2024-01-30T11:03:39Z
- selectedNotice:
- no
- eformId:
- ecc96a6f-0fcd-4b04-9885-fcba3a63d96a
- limitedDataFlag:
- no
- publicationDate:
- 2024-02-02
- tedId:
- not reported by source
- procurementTimeline:
4 results
- id:
- 2023-101139
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2023-11-20
- selectedNotice:
- no
- id:
- 2023-101212
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2023-11-21
- selectedNotice:
- no
- id:
- 2024-101331
- allType:
2 results
- ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
- RESULT
- publicationDate:
- 2024-01-31
- selectedNotice:
- no
- id:
- 2024-101521
- allType:
2 results
- CHANGE_OF_CONCLUSION_OF_CONTRACT
- RESULT
- publicationDate:
- 2024-02-02
- selectedNotice:
- yes
- procurementStrategicLabels:
No results.
- lotsNumber:
- 1
- doffin_url:
- https://doffin.no/notices/2024-101521
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.