get_notice

Get the full detail of one Doffin notice by id (e.g. "2026-103178").

Signature: get_notice(notice_id: string, required; include_form_details: yes/no, optional, default False; limit: integer, items, optional, default 25; offset: integer, items, optional, default 0)

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

Replace {notice_id}, {include_form_details} with values. Remove unused optional parameters from the URL.

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.

ParameterRequirementJSON typeDescription
notice_idrequiredstringDoffin notice id from search_doffin results.
include_form_detailsoptionalbooleanAlso 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.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber 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.

Type: string. Doffin notice id from search_doffin results.
Type: yes/no. 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.

Result

Source: Doffin and TED. Retrieved 2026-09-23T16:14:29Z in 0.249 seconds.

id:
2026-112180
eFormId:
753f491f-4e51-4a90-b9e2-f90eb31c9d9c
procedureId:
a8f426a1-1123-428a-a83f-8da6558932fa
heading:
Rørtrasé Smååsane–Støleheia
description:
Det skal etableres vannforsyning fra Smååsane til Støleheia. Prosjektet omfatter rørtrasé, fjellboring, oppføring av høydebasseng, to trykkøkere og avløpspumpestasjon.
buyer:

2 results

  1. id:
    936846777
    name:
    OFA IKS
  2. id:
    936846777
    name:
    Vennesla kommune
location_id:

1 results

  1. NO092
placeOfPerformance:
issueDate:
2026-07-10T16:57:45Z
deadline:
2026-08-24T10:00:00Z
qualificationDeadline:
not reported by source
noticeType:
ANNOUNCEMENT_OF_COMPETITION
allTypes:

2 results

  1. ANNOUNCEMENT_OF_COMPETITION
  2. COMPETITION
allCpvCodes:
directCpvCodes:
parentCpvCodes:
noticeStatus:
EXPIRED
allReceivedTenders:
not reported by source
preferredPublicationDateTed:
2026-07-11
plannedDateTed:
not reported by source
competitionDocsUrl:
https://eu.eu-supply.com/app/rfq/rwlentrance_s.asp?PID=457815&TID=200418377&B=
sentToTed:
yes
regulationUrl:
https://lovdata.no/dokument/SF/forskrift/2016-08-12-975?q=forsyningsforskriften
core:
estimatedValue:
amount:
100000000.0
code:
NOK
fullLocalizedText:
1.0E8 NOK
mainActivity:
pub-os
eform:

6 results

  1. title:
    block01
    sectionId:
    1
    label:
    Kjøper
    useLabelAsValue:
    no
    value:
    not reported by source
    sections:

    2 results

    1. title:
      block0101
      sectionId:
      1.1
      label:
      Kjøper
      useLabelAsValue:
      no
      value:
      not reported by source
      sections:

      4 results

      1. title:
        block010101
        sectionId:
        not reported by source
        label:
        Offisielt navn
        useLabelAsValue:
        no
        value:
        OFA IKS
        sections:
        not reported by source
      2. title:
        block010102
        sectionId:
        not reported by source
        label:
        Juridisk type kjøper
        useLabelAsValue:
        no
        value:
        Kommunale myndigheter
        sections:
        not reported by source
      3. title:
        block010103
        sectionId:
        not reported by source
        label:
        Oppdragsgivers virksomhet
        useLabelAsValue:
        no
        value:
        Offentlig orden og trygghet
        sections:
        not reported by source
      4. title:
        block010104
        sectionId:
        not reported by source
        label:
        Oppdragsgivers virksomhet
        useLabelAsValue:
        no
        value:
        Vannrelaterte aktiviteter
        sections:
        not reported by source
    2. title:
      block0101
      sectionId:
      1.1
      label:
      Kjøper
      useLabelAsValue:
      no
      value:
      not reported by source
      sections:

      4 results

      1. title:
        block010101
        sectionId:
        not reported by source
        label:
        Offisielt navn
        useLabelAsValue:
        no
        value:
        Vennesla kommune
        sections:
        not reported by source
      2. title:
        block010102
        sectionId:
        not reported by source
        label:
        Juridisk type kjøper
        useLabelAsValue:
        no
        value:
        Fylkeskommunal myndighet
        sections:
        not reported by source
      3. title:
        block010103
        sectionId:
        not reported by source
        label:
        Oppdragsgivers virksomhet
        useLabelAsValue:
        no
        value:
        Alminnelig offentlig tjenesteyting
        sections:
        not reported by source
      4. title:
        block010104
        sectionId:
        not reported by source
        label:
        Oppdragsgivers virksomhet
        useLabelAsValue:
        no
        value:
        Vannrelaterte aktiviteter
        sections:
        not reported by source
  2. title:
    block02
    sectionId:
    2
    label:
    Prosedyre
    useLabelAsValue:
    no
    value:
    not reported by source
    sections:

    1 results

    1. title:
      block0201
      sectionId:
      2.1
      label:
      Prosedyre
      useLabelAsValue:
      no
      value:
      not reported by source
      sections:

      13 results

      1. title:
        block020101
        sectionId:
        not reported by source
        label:
        Tittel
        useLabelAsValue:
        no
        value:
        Rørtrasé Smååsane–Støleheia
        sections:
        not reported by source
      2. title:
        block020102
        sectionId:
        not reported by source
        label:
        Beskrivelse
        useLabelAsValue:
        no
        value:
        Det skal etableres vannforsyning fra Smååsane til Støleheia. Prosjektet omfatter rørtrasé, fjellboring, oppføring av høydebasseng, to trykkøkere og avløpspumpestasjon.
        sections:
        not reported by source
      3. title:
        block020103
        sectionId:
        not reported by source
        label:
        Prosedyreidentifikator
        useLabelAsValue:
        no
        value:
        a8f426a1-1123-428a-a83f-8da6558932fa
        sections:
        not reported by source
      4. title:
        block020105
        sectionId:
        not reported by source
        label:
        Intern identifikator
        useLabelAsValue:
        no
        value:
        26/00446
        sections:
        not reported by source
      5. title:
        block020106
        sectionId:
        not reported by source
        label:
        Type prosedyre
        useLabelAsValue:
        no
        value:
        Åpen
        sections:
        not reported by source
      6. 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
      7. 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
      8. title:
        block020109
        sectionId:
        not reported by source
        label:
        Hovedtrekkene i prosedyren
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:
        not reported by source
      9. title:
        block020110
        sectionId:
        2.1.1
        label:
        Hensikt
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        8 results

        1. title:
          block02011001
          sectionId:
          not reported by source
          label:
          Kontraktens art
          useLabelAsValue:
          no
          value:
          Bygge- og anleggsarbeid
          sections:
          not reported by source
        2. title:
          block02011003
          sectionId:
          not reported by source
          label:
          Hoved klassifisering
          useLabelAsValue:
          no
          value:
          Bygge- og anleggsarbeid i forbindelse med vann- og avløpsrørledninger
          sections:
          not reported by source
        3. title:
          block02011005
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Grøftegraving
          sections:
          not reported by source
        4. title:
          block02011005
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Utgraving
          sections:
          not reported by source
        5. title:
          block02011005
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Flytting av jord
          sections:
          not reported by source
        6. title:
          block02011005
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Arbeid i forbindelse med landskapsarkitektur
          sections:
          not reported by source
        7. title:
          block02011005
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Kulverter
          sections:
          not reported by source
        8. title:
          block02011005
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Anlegg av vei
          sections:
          not reported by source
      10. title:
        block020111
        sectionId:
        2.1.2
        label:
        Sted for gjennomføring
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        5 results

        1. title:
          block02011101
          sectionId:
          not reported by source
          label:
          Postadresse
          useLabelAsValue:
          no
          value:
          Støleheia
          sections:
          not reported by source
        2. title:
          block02011102
          sectionId:
          not reported by source
          label:
          By
          useLabelAsValue:
          no
          value:
          Vennesla
          sections:
          not reported by source
        3. title:
          block02011103
          sectionId:
          not reported by source
          label:
          Postnummer
          useLabelAsValue:
          no
          value:
          4701
          sections:
          not reported by source
        4. title:
          block02011104
          sectionId:
          not reported by source
          label:
          Underenhet i land
          useLabelAsValue:
          no
          value:
          Agder (NO092)
          sections:
          not reported by source
        5. title:
          block02011105
          sectionId:
          not reported by source
          label:
          Land
          useLabelAsValue:
          no
          value:
          Norge
          sections:
          not reported by source
      11. title:
        block020112
        sectionId:
        2.1.3
        label:
        Verdi
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        1 results

        1. title:
          block02011201
          sectionId:
          not reported by source
          label:
          Anslått verdi eksklusiv merverdiavgift, Norwegian krone
          useLabelAsValue:
          no
          value:
          100,000,000
          sections:
          not reported by source
      12. title:
        block020113
        sectionId:
        2.1.4
        label:
        Generell informasjon
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        2 results

        1. title:
          block02011303
          sectionId:
          not reported by source
          label:
          Rettslig grunnlag
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
        2. title:
          block02011304
          sectionId:
          not reported by source
          label:
          Direktiv 2014/25/EU
          useLabelAsValue:
          yes
          value:
          not reported by source
          sections:
          not reported by source
      13. title:
        block020115
        sectionId:
        2.1.6
        label:
        Grunnlag for avvisning
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        1 results

        1. title:
          block02011501
          sectionId:
          not reported by source
          label:
          Sources of grounds for exclusion
          useLabelAsValue:
          no
          value:
          European Single Procurement Document (ESPD), Procurement Document
          sections:
          not reported by source
  3. title:
    block04
    sectionId:
    5
    label:
    Delkontrakt
    useLabelAsValue:
    no
    value:
    not reported by source
    sections:

    1 results

    1. title:
      block0401
      sectionId:
      5.1
      label:
      Delkontrakt
      useLabelAsValue:
      no
      value:
      LOT-0000
      sections:

      15 results

      1. title:
        block040101
        sectionId:
        not reported by source
        label:
        Tittel
        useLabelAsValue:
        no
        value:
        Rørtrasé Smååsane–Støleheia
        sections:
        not reported by source
      2. title:
        block040102
        sectionId:
        not reported by source
        label:
        Beskrivelse
        useLabelAsValue:
        no
        value:
        Det skal etableres vannforsyning fra Smååsane til Støleheia. Prosjektet omfatter rørtrasé, fjellboring, oppføring av høydebasseng, to trykkøkere og avløpspumpestasjon.
        sections:
        not reported by source
      3. title:
        block040103
        sectionId:
        not reported by source
        label:
        Intern identifikator
        useLabelAsValue:
        no
        value:
        26/00446
        sections:
        not reported by source
      4. title:
        block040104
        sectionId:
        5.1.1
        label:
        Hensikt
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        9 results

        1. title:
          block04010401
          sectionId:
          not reported by source
          label:
          Kontraktens art
          useLabelAsValue:
          no
          value:
          Bygge- og anleggsarbeid
          sections:
          not reported by source
        2. title:
          block04010403
          sectionId:
          not reported by source
          label:
          Hoved klassifisering
          useLabelAsValue:
          no
          value:
          Bygge- og anleggsarbeid i forbindelse med vann- og avløpsrørledninger
          sections:
          not reported by source
        3. title:
          block04010404
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Grøftegraving
          sections:
          not reported by source
        4. title:
          block04010404
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Utgraving
          sections:
          not reported by source
        5. title:
          block04010404
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Flytting av jord
          sections:
          not reported by source
        6. title:
          block04010404
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Arbeid i forbindelse med landskapsarkitektur
          sections:
          not reported by source
        7. title:
          block04010404
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Kulverter
          sections:
          not reported by source
        8. title:
          block04010404
          sectionId:
          not reported by source
          label:
          Ytterligere klassifisering
          useLabelAsValue:
          no
          value:
          Anlegg av vei
          sections:
          not reported by source
        9. title:
          block04010406
          sectionId:
          not reported by source
          label:
          Alternativer
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          1 results

          1. 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:
            Opsjon 1 – Deponi på Drivenes Vennesla kommune har søkt Statsforvalteren om etablering av deponi på Drivenes. Dersom tillatelse foreligger før oppstart av entreprisen, kan oppdragsgiver etter eget skjønn stille deponiet til disposisjon som mottakssted for overskuddsmasser. Bruk av deponiet skal prises som opsjon og vil bli nærmere avklart dersom det blir aktuelt. Det presiseres at det anses som lite sannsynlig at oppdragsgiver vil gjøre bruk av opsjonen. Opsjon 2 – OPI-kanaler til BULK Det skal prises opsjon på etablering av OPI-kanaler til BULK i veg 60020, se grøftesnitt GS07, tegning RIE-E-40-01. Opsjon 3 – Revegetering på eiendom 24/36 Det skal prises opsjon for revegetering på eiendom 24/36, fra profil 1425 til 1850, veg 60010. Oppdragsgiver gjør oppmerksom på at det på nåværende tidspunkt er høy sannsynlighet for at opsjonen vil bli gjort gjeldende. Opsjon 4 – Utvidelse av grøftetverrsnitt Det skal prises opsjon på utvidelse av grøftetverrsnitt for eventuell fjernvarme langs veg 60010 og 60011. Det er på nåværende tidspunkt lite sannsynlig at oppdragsgiver vil gjøre bruk av opsjonen
            sections:
            not reported by source
      5. title:
        block040105
        sectionId:
        5.1.2
        label:
        Sted for gjennomføring
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        6 results

        1. title:
          block04010501
          sectionId:
          not reported by source
          label:
          Postadresse
          useLabelAsValue:
          no
          value:
          Støleheia
          sections:
          not reported by source
        2. title:
          block04010502
          sectionId:
          not reported by source
          label:
          By
          useLabelAsValue:
          no
          value:
          Vennesla
          sections:
          not reported by source
        3. title:
          block04010503
          sectionId:
          not reported by source
          label:
          Postnummer
          useLabelAsValue:
          no
          value:
          4701
          sections:
          not reported by source
        4. title:
          block04010504
          sectionId:
          not reported by source
          label:
          Underenhet i land
          useLabelAsValue:
          no
          value:
          Agder (NO092)
          sections:
          not reported by source
        5. title:
          block04010505
          sectionId:
          not reported by source
          label:
          Land
          useLabelAsValue:
          no
          value:
          Norge
          sections:
          not reported by source
        6. title:
          block04010507
          sectionId:
          not reported by source
          label:
          Tilleggsinformasjon
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
      6. title:
        block040106
        sectionId:
        5.1.3
        label:
        Anslått varighet
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        2 results

        1. title:
          block04010601
          sectionId:
          not reported by source
          label:
          Startdato
          useLabelAsValue:
          no
          value:
          01.10.2026
          sections:
          not reported by source
        2. title:
          block04010602
          sectionId:
          not reported by source
          label:
          Sluttdato
          useLabelAsValue:
          no
          value:
          23.12.2027
          sections:
          not reported by source
      7. title:
        block040107
        sectionId:
        5.1.4
        label:
        Fornyelse
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        1 results

        1. title:
          block04010701
          sectionId:
          not reported by source
          label:
          Maksimal fornyelse
          useLabelAsValue:
          no
          value:
          0
          sections:
          not reported by source
      8. title:
        block040108
        sectionId:
        5.1.5
        label:
        Verdi
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        1 results

        1. title:
          block04010801
          sectionId:
          not reported by source
          label:
          Anslått verdi eksklusiv merverdiavgift, Norwegian krone
          useLabelAsValue:
          no
          value:
          100,000,000
          sections:
          not reported by source
      9. title:
        block040109
        sectionId:
        5.1.6
        label:
        Generell informasjon
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        5 results

        1. title:
          block04010904
          sectionId:
          not reported by source
          label:
          Reservert deltakelse
          useLabelAsValue:
          no
          value:
          Ingen
          sections:
          not reported by source
        2. 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
        3. 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
        4. title:
          block04010909
          sectionId:
          not reported by source
          label:
          Denne anskaffelsen passer også for små og mellomstore bedrifter (SMB), Usann
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
        5. title:
          block04010910
          sectionId:
          not reported by source
          label:
          Informasjon om tidligere kunngjøring
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          1 results

          1. title:
            block0401091001
            sectionId:
            not reported by source
            label:
            Identifikator for forrige melding
            useLabelAsValue:
            no
            value:
            325564-2026
            sections:
            not reported by source
      10. title:
        block040112
        sectionId:
        5.1.9
        label:
        Utvelgelseskriterier
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        7 results

        1. title:
          block04011201
          sectionId:
          not reported by source
          label:
          Sources of selection criteria
          useLabelAsValue:
          no
          value:
          Procurement Document, Notice
          sections:
          not reported by source
        2. title:
          block04011202
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          Other economic or financial requirements
          sections:

          1 results

          1. title:
            block0401120201
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Tilbyderen skal ha tilstrekkelig økonomisk og finansiell kapasitet til å gjennomføre kontrakten. Det kreves at selskapets gjennomsnittlige årlige omsetning siste 3 år er lik eller overstiger kr 100 millioner. Oppdragsgiver vil ved vurderingen legge vekt på om dokumentasjonen samlet sett viser at leverandøren har økonomisk bæreevne og finansiell soliditet til å gjennomføre kontrakten.
            sections:
            not reported by source
        3. title:
          block04011202
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          Enrolment in a trade register
          sections:

          1 results

          1. title:
            block0401120201
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Leverandøren skal være lovlig etablert og registrert i foretaksregister, faglig register eller handelsregister i det landet leverandøren er etablert.
            sections:
            not reported by source
        4. title:
          block04011202
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          Relevant educational and professional qualifications
          sections:

          1 results

          1. title:
            block0401120201
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Sentral godkjenning, eller dokumentert kompetanse som angitt i SAK kapittel 11, eller tilsvarende tiltaksklasse 3. Nødvendige sertifikater som ADK-1, sertifikater for PE-rørsveising og sertifisert for sveising av røropplegg i VA-stasjoner.
            sections:
            not reported by source
        5. title:
          block04011202
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          References on specified works
          sections:

          1 results

          1. title:
            block0401120201
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Relevant erfaring fra liknende prosjekt med sammenlignbar art og kompleksitet.
            sections:
            not reported by source
        6. title:
          block04011202
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          Measures for ensuring quality
          sections:

          1 results

          1. title:
            block0401120201
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Et kvalitetssikrings-/styringssystem som er tilstrekkelig til å gjennomføre kontrakten.
            sections:
            not reported by source
        7. title:
          block04011202
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          Environmental management measures
          sections:

          1 results

          1. title:
            block0401120201
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Miljøstyringssystem Et miljøstyringssystem som er tilstrekkelig for å gjennomføre kontrakten.
            sections:
            not reported by source
      11. title:
        block040113
        sectionId:
        5.1.10
        label:
        Tildelingskriterier
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        5 results

        1. title:
          block04011301
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          4 results

          1. title:
            block0401130101
            sectionId:
            not reported by source
            label:
            Type
            useLabelAsValue:
            no
            value:
            Pris
            sections:
            not reported by source
          2. title:
            block0401130102
            sectionId:
            not reported by source
            label:
            Navn
            useLabelAsValue:
            no
            value:
            Pris
            sections:
            not reported by source
          3. title:
            block0401130103
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Dokumentasjon: Utfylt mengdebeskrivelse med enhetspriser. Vedlagte prisskjema (vedlegg 05) skal leveres komplett utfylt. Prisskjema, korrigert for evt. regnefeil, evalueres på grunnlag av oppgitt timepris multiplisert med estimerte antall timer pr. fagkategori iht. prisskjema (vedlegg 05). Påslagsprosent evalueres på grunnlag av oppgitt påslagsprosent multiplisert med estimerte kostnader iht. prisskjema (vedlegg 05). Oppdragsgivers vurdering av prisvirkningen av eventuelle forbehold og avvik som ikke medfører avvisning, vil bli basert på det alternativet som gir størst økonomisk konsekvens for oppdragsgiver. Det understrekes at estimerte antall timer og kostnader kun er å forstå som evalueringsmengder for å kunne sammenlikne de ulike tilbudene. I evalueringen av pris vil laveste tilbudspris få 10 poeng og to ganger laveste tilbudspris få null poeng. Øvrige tilbudspriser vil bli skalert lineært.
            sections:
            not reported by source
          4. title:
            block0401130104
            sectionId:
            not reported by source
            label:
            Category of award threshold criterion
            useLabelAsValue:
            no
            value:
            Vekt (prosent, presis)
            sections:

            1 results

            1. title:
              block040113010401
              sectionId:
              not reported by source
              label:
              Tildelingskriterium - tallverdi
              useLabelAsValue:
              no
              value:
              30
              sections:
              not reported by source
        2. title:
          block04011301
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          4 results

          1. title:
            block0401130101
            sectionId:
            not reported by source
            label:
            Type
            useLabelAsValue:
            no
            value:
            Kvalitet
            sections:
            not reported by source
          2. title:
            block0401130102
            sectionId:
            not reported by source
            label:
            Navn
            useLabelAsValue:
            no
            value:
            Kvalitet/gjennomføringsevne
            sections:
            not reported by source
          3. title:
            block0401130103
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Tilbyder skal beskrive sin forståelse av oppgaven og redegjøre for hvordan entreprisen planlegges gjennomført. Beskrivelsen skal være konkret, prosjektspesifikk og vise en helhetlig tilnærming til planlegging, koordinering og gjennomføring. I evalueringen vil hvert underkriterium bli gitt en score mellom 0 og 10, og deretter legges sammen og bli gitt en samlet score. Hvert underkriterium vil vektes likt. Besvarelsen skal være på maksimalt 6 sider, med skriftstørrelse 11 og normale marger. Fremdriftsplan kan komme i tillegg. Følgende underpunkter, B.1 – B.7, skal beskrives, se konkurransegrunnlag for beskrivelse.
            sections:
            not reported by source
          4. title:
            block0401130104
            sectionId:
            not reported by source
            label:
            Category of award threshold criterion
            useLabelAsValue:
            no
            value:
            Vekt (prosent, presis)
            sections:

            1 results

            1. title:
              block040113010401
              sectionId:
              not reported by source
              label:
              Tildelingskriterium - tallverdi
              useLabelAsValue:
              no
              value:
              50
              sections:
              not reported by source
        3. title:
          block04011301
          sectionId:
          not reported by source
          label:
          Kriterium
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          4 results

          1. title:
            block0401130101
            sectionId:
            not reported by source
            label:
            Type
            useLabelAsValue:
            no
            value:
            Kvalitet
            sections:
            not reported by source
          2. title:
            block0401130102
            sectionId:
            not reported by source
            label:
            Navn
            useLabelAsValue:
            no
            value:
            Tilbudt bemanning
            sections:
            not reported by source
          3. title:
            block0401130103
            sectionId:
            not reported by source
            label:
            Beskrivelse
            useLabelAsValue:
            no
            value:
            Kompetanse hos nøkkelpersonell Tilbyder skal legge ved organisasjonskart for prosjektet med navngitte nøkkelpersoner ned til og med anleggsledernivå. Organisasjonskartet skal som minimum omfatte prosjektleder og anleggsleder, samt sentrale underentreprenører og deres roller. Organisasjonskartet skal vise forbindelse mellom hovedentreprenørens prosjektorganisasjon og de øvrige ledd i dennes virksomhet, samt hvordan organisering mot sideentreprenører er tenkt. Se konkurransegrunnlag for beskrivelse av hva som skal dokumenteres.
            sections:
            not reported by source
          4. title:
            block0401130104
            sectionId:
            not reported by source
            label:
            Category of award threshold criterion
            useLabelAsValue:
            no
            value:
            Vekt (prosent, presis)
            sections:

            1 results

            1. title:
              block040113010401
              sectionId:
              not reported by source
              label:
              Tildelingskriterium - tallverdi
              useLabelAsValue:
              no
              value:
              20
              sections:
              not reported by source
        4. title:
          block04011302
          sectionId:
          not reported by source
          label:
          Beskrivelse av metoden som skal benyttes dersom vektingen ikke kan uttrykkes ved kriterier
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
        5. title:
          block04011303
          sectionId:
          not reported by source
          label:
          Begrunnelse for ikke å angi vektingen av tildelingskriteriene
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
      12. title:
        block040114
        sectionId:
        5.1.11
        label:
        Anskaffelsesdokumenter
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        2 results

        1. title:
          block04011405
          sectionId:
          not reported by source
          label:
          Frist for å be om tilleggsopplysninger
          useLabelAsValue:
          no
          value:
          17.08.2026 12:00
          sections:
          not reported by source
        2. title:
          block04011407
          sectionId:
          not reported by source
          label:
          Adresse på anskaffelsesdokumentene
          useLabelAsValue:
          no
          value:
          https://eu.eu-supply.com/app/rfq/rwlentrance_s.asp?PID=457815&TID=200418377&B=
          sections:
          not reported by source
      13. title:
        block040115
        sectionId:
        5.1.12
        label:
        Vilkår for anskaffelsen
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        2 results

        1. title:
          block04011503
          sectionId:
          not reported by source
          label:
          Vilkår for innlevering
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          7 results

          1. title:
            block0401150301
            sectionId:
            not reported by source
            label:
            Elektronisk innlevering
            useLabelAsValue:
            no
            value:
            Obligatorisk
            sections:
            not reported by source
          2. title:
            block0401150302
            sectionId:
            not reported by source
            label:
            Adresse for innlevering
            useLabelAsValue:
            no
            value:
            https://eu.eu-supply.com/app/rfq/rwlentrance_s.asp?PID=457815&TID=200418377&B=
            sections:
            not reported by source
          3. 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
          4. title:
            block0401150306
            sectionId:
            not reported by source
            label:
            Elektronisk katalog
            useLabelAsValue:
            no
            value:
            Tillatt
            sections:
            not reported by source
          5. title:
            block0401150310
            sectionId:
            not reported by source
            label:
            Beskrivelse av den økonomiske garantien
            useLabelAsValue:
            no
            value:
            Entreprenør stiller garanti.
            sections:
            not reported by source
          6. title:
            block0401150312
            sectionId:
            not reported by source
            label:
            Frist for mottak av tilbud
            useLabelAsValue:
            no
            value:
            24.08.2026 12:00
            sections:
            not reported by source
          7. title:
            block0401150313
            sectionId:
            not reported by source
            label:
            Frist til anbudet må være gyldig, Måned
            useLabelAsValue:
            no
            value:
            4
            sections:
            not reported by source
        2. title:
          block04011506
          sectionId:
          not reported by source
          label:
          Vilkår for kontrakt
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          4 results

          1. 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
          2. title:
            block0401150602
            sectionId:
            not reported by source
            label:
            Betingelser knyttet til utførelsen av kontrakten
            useLabelAsValue:
            no
            value:
            The contract shall be performed in accordance with NS 8406:2009
            sections:
            not reported by source
          3. 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
          4. title:
            block0401150608
            sectionId:
            not reported by source
            label:
            Finansiell ordning
            useLabelAsValue:
            no
            value:
            Payment and invoicing shall be carried out in accordance with NS 8406:2009.
            sections:
            not reported by source
      14. title:
        block040116
        sectionId:
        5.1.15
        label:
        Teknikker
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        2 results

        1. title:
          block04011601
          sectionId:
          not reported by source
          label:
          Rammeavtale
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          1 results

          1. title:
            block0401160101
            sectionId:
            not reported by source
            label:
            Ingen/nei
            useLabelAsValue:
            yes
            value:
            not reported by source
            sections:
            not reported by source
        2. title:
          block04011602
          sectionId:
          not reported by source
          label:
          Informasjon om den dynamiske innkjøpsordningen
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          1 results

          1. title:
            block0401160201
            sectionId:
            not reported by source
            label:
            Ingen
            useLabelAsValue:
            yes
            value:
            not reported by source
            sections:
            not reported by source
      15. title:
        block040117
        sectionId:
        5.1.16
        label:
        Nærmere informasjon, mekling og revisjon
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        7 results

        1. title:
          block04011702
          sectionId:
          not reported by source
          label:
          Virksomhet som gjennomfører klagebehandling
          useLabelAsValue:
          no
          value:
          Agder Tingrett -
          sections:
          not reported by source
        2. title:
          block04011703
          sectionId:
          not reported by source
          label:
          Informasjon om tidsfrister for gjennomgang
          useLabelAsValue:
          no
          value:
          Klage over tildelingsbeslutningen må fremsettes innen utløpet av karensperioden. Karensperioden er 10 dager regnet fra dagen etter at meddelelse om valg av leverandør er sendt elektronisk. Begjæring om midlertidig forføyning må fremsettes for tingretten før kontrakt er inngått. Etter at kontrakt er inngått kan det ikke besluttes midlertidig forføyning.
          sections:
          not reported by source
        3. title:
          block04011704
          sectionId:
          not reported by source
          label:
          Virksomhet som gir informasjon om det generelle regelverket for skatter som gjelder på stedet der kontrakten skal utføres
          useLabelAsValue:
          no
          value:
          Agder Tingrett -
          sections:
          not reported by source
        4. title:
          block04011707
          sectionId:
          not reported by source
          label:
          Virksomhet som gir tilleggsinformasjon om anskaffelsesprosedyren
          useLabelAsValue:
          no
          value:
          Vennesla kommune -
          sections:
          not reported by source
        5. title:
          block04011709
          sectionId:
          not reported by source
          label:
          Virksomhet som gir mer informasjon om klagebehandling
          useLabelAsValue:
          no
          value:
          Vennesla kommune -
          sections:
          not reported by source
        6. title:
          block04011710
          sectionId:
          not reported by source
          label:
          Virksomhet som mottar forespørsler om å delta
          useLabelAsValue:
          no
          value:
          Vennesla kommune -
          sections:
          not reported by source
        7. title:
          block04011711
          sectionId:
          not reported by source
          label:
          Virksomhet som behandler tilbudene
          useLabelAsValue:
          no
          value:
          Vennesla kommune -
          sections:
          not reported by source
  4. title:
    block05
    sectionId:
    8
    label:
    Virksomheter
    useLabelAsValue:
    no
    value:
    not reported by source
    sections:

    3 results

    1. title:
      block0501
      sectionId:
      8.1
      label:
      not reported by source
      useLabelAsValue:
      no
      value:
      ORG-0001
      sections:

      12 results

      1. title:
        block050101
        sectionId:
        not reported by source
        label:
        Offisielt navn
        useLabelAsValue:
        no
        value:
        OFA IKS
        sections:
        not reported by source
      2. title:
        block050102
        sectionId:
        not reported by source
        label:
        Organisasjonsnummer
        useLabelAsValue:
        no
        value:
        936846777
        sections:
        not reported by source
      3. title:
        block050104
        sectionId:
        not reported by source
        label:
        Postadresse
        useLabelAsValue:
        no
        value:
        Postboks 25
        sections:
        not reported by source
      4. title:
        block050105
        sectionId:
        not reported by source
        label:
        By
        useLabelAsValue:
        no
        value:
        Vennesla
        sections:
        not reported by source
      5. title:
        block050106
        sectionId:
        not reported by source
        label:
        Postnummer
        useLabelAsValue:
        no
        value:
        4701
        sections:
        not reported by source
      6. title:
        block050107
        sectionId:
        not reported by source
        label:
        Underenhet i land
        useLabelAsValue:
        no
        value:
        Agder (NO092)
        sections:
        not reported by source
      7. title:
        block050108
        sectionId:
        not reported by source
        label:
        Land
        useLabelAsValue:
        no
        value:
        Norge
        sections:
        not reported by source
      8. title:
        block050109
        sectionId:
        not reported by source
        label:
        Kontaktpunkt
        useLabelAsValue:
        no
        value:
        Jon Fredrik Skjerve
        sections:
        not reported by source
      9. title:
        block050110
        sectionId:
        not reported by source
        label:
        E-post
        useLabelAsValue:
        no
        value:
        jonfredrik@odinprosjekt.no
        sections:
        not reported by source
      10. title:
        block050111
        sectionId:
        not reported by source
        label:
        Telefon
        useLabelAsValue:
        no
        value:
        +47 40234145
        sections:
        not reported by source
      11. title:
        block050115
        sectionId:
        not reported by source
        label:
        Kjøper profil
        useLabelAsValue:
        no
        value:
        https://eu.eu-supply.com/ctm/company/companyinformation/index/311790
        sections:
        not reported by source
      12. title:
        block050117
        sectionId:
        not reported by source
        label:
        Rollene til denne virksomheten
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        1 results

        1. title:
          block05011701
          sectionId:
          not reported by source
          label:
          Kjøper
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
    2. title:
      block0501
      sectionId:
      8.1
      label:
      not reported by source
      useLabelAsValue:
      no
      value:
      ORG-0002
      sections:

      10 results

      1. title:
        block050101
        sectionId:
        not reported by source
        label:
        Offisielt navn
        useLabelAsValue:
        no
        value:
        Vennesla kommune
        sections:
        not reported by source
      2. title:
        block050102
        sectionId:
        not reported by source
        label:
        Organisasjonsnummer
        useLabelAsValue:
        no
        value:
        936846777
        sections:
        not reported by source
      3. title:
        block050105
        sectionId:
        not reported by source
        label:
        By
        useLabelAsValue:
        no
        value:
        Vennesla
        sections:
        not reported by source
      4. title:
        block050106
        sectionId:
        not reported by source
        label:
        Postnummer
        useLabelAsValue:
        no
        value:
        4701
        sections:
        not reported by source
      5. title:
        block050107
        sectionId:
        not reported by source
        label:
        Underenhet i land
        useLabelAsValue:
        no
        value:
        Agder (NO092)
        sections:
        not reported by source
      6. title:
        block050108
        sectionId:
        not reported by source
        label:
        Land
        useLabelAsValue:
        no
        value:
        Norge
        sections:
        not reported by source
      7. title:
        block050110
        sectionId:
        not reported by source
        label:
        E-post
        useLabelAsValue:
        no
        value:
        post@vennesla.kommune.no
        sections:
        not reported by source
      8. title:
        block050111
        sectionId:
        not reported by source
        label:
        Telefon
        useLabelAsValue:
        no
        value:
        38137200
        sections:
        not reported by source
      9. title:
        block050113
        sectionId:
        not reported by source
        label:
        Internett-adresse
        useLabelAsValue:
        no
        value:
        https://www.vennesla.kommune.no/
        sections:
        not reported by source
      10. title:
        block050117
        sectionId:
        not reported by source
        label:
        Rollene til denne virksomheten
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        5 results

        1. title:
          block05011701
          sectionId:
          not reported by source
          label:
          Kjøper
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:

          1 results

          1. title:
            block0501170101
            sectionId:
            not reported by source
            label:
            Gruppeleder
            useLabelAsValue:
            no
            value:
            not reported by source
            sections:
            not reported by source
        2. title:
          block05011704
          sectionId:
          not reported by source
          label:
          Virksomhet som gir tilleggsinformasjon om anskaffelsesprosedyren
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
        3. title:
          block05011706
          sectionId:
          not reported by source
          label:
          Virksomhet som mottar forespørsler om å delta
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
        4. title:
          block05011707
          sectionId:
          not reported by source
          label:
          Virksomhet som behandler tilbudene
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
        5. title:
          block05011709
          sectionId:
          not reported by source
          label:
          Virksomhet som gir mer informasjon om klagebehandling
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
    3. title:
      block0501
      sectionId:
      8.1
      label:
      not reported by source
      useLabelAsValue:
      no
      value:
      ORG-0003
      sections:

      7 results

      1. title:
        block050101
        sectionId:
        not reported by source
        label:
        Offisielt navn
        useLabelAsValue:
        no
        value:
        Agder Tingrett
        sections:
        not reported by source
      2. title:
        block050102
        sectionId:
        not reported by source
        label:
        Organisasjonsnummer
        useLabelAsValue:
        no
        value:
        926723480
        sections:
        not reported by source
      3. title:
        block050105
        sectionId:
        not reported by source
        label:
        By
        useLabelAsValue:
        no
        value:
        Kristiansand
        sections:
        not reported by source
      4. title:
        block050106
        sectionId:
        not reported by source
        label:
        Postnummer
        useLabelAsValue:
        no
        value:
        4624
        sections:
        not reported by source
      5. title:
        block050107
        sectionId:
        not reported by source
        label:
        Underenhet i land
        useLabelAsValue:
        no
        value:
        Agder (NO092)
        sections:
        not reported by source
      6. title:
        block050108
        sectionId:
        not reported by source
        label:
        Land
        useLabelAsValue:
        no
        value:
        Norge
        sections:
        not reported by source
      7. title:
        block050117
        sectionId:
        not reported by source
        label:
        Rollene til denne virksomheten
        useLabelAsValue:
        no
        value:
        not reported by source
        sections:

        2 results

        1. 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
        2. title:
          block05011711
          sectionId:
          not reported by source
          label:
          Virksomhet som gir informasjon om det generelle regelverket for skatter som gjelder på stedet der kontrakten skal utføres
          useLabelAsValue:
          no
          value:
          not reported by source
          sections:
          not reported by source
  5. title:
    block06
    sectionId:
    10
    label:
    Endring
    useLabelAsValue:
    no
    value:
    not reported by source
    sections:

    5 results

    1. title:
      block0601
      sectionId:
      not reported by source
      label:
      Versjon av forrige varsel endres
      useLabelAsValue:
      no
      value:
      f27a182a-8482-4fca-9d96-35d2f5756f10-01
      sections:
      not reported by source
    2. title:
      block0602
      sectionId:
      not reported by source
      label:
      Hovedårsak til endring
      useLabelAsValue:
      no
      value:
      Informasjon oppdatert
      sections:
      not reported by source
    3. title:
      block0603
      sectionId:
      not reported by source
      label:
      Beskrivelse
      useLabelAsValue:
      no
      value:
      Ny innleveringsfrist er satt til 24.07.2026 kl. 12:00.
      sections:
      not reported by source
    4. title:
      block0604
      sectionId:
      10.1
      label:
      Endring
      useLabelAsValue:
      no
      value:
      not reported by source
      sections:

      1 results

      1. title:
        block060401
        sectionId:
        not reported by source
        label:
        Seksjonsidentifikator
        useLabelAsValue:
        no
        value:
        PROCEDURE
        sections:
        not reported by source
    5. title:
      block0604
      sectionId:
      10.1
      label:
      Endring
      useLabelAsValue:
      no
      value:
      not reported by source
      sections:

      1 results

      1. title:
        block060401
        sectionId:
        not reported by source
        label:
        Seksjonsidentifikator
        useLabelAsValue:
        no
        value:
        LOT-0000
        sections:
        not reported by source
  6. title:
    block07
    sectionId:
    not reported by source
    label:
    Kunngjøringsinformasjon
    useLabelAsValue:
    no
    value:
    not reported by source
    sections:

    6 results

    1. title:
      block0701
      sectionId:
      not reported by source
      label:
      Varselidentifikator/-versjon
      useLabelAsValue:
      no
      value:
      753f491f-4e51-4a90-b9e2-f90eb31c9d9c 01
      sections:
      not reported by source
    2. title:
      block0702
      sectionId:
      not reported by source
      label:
      Type skjema
      useLabelAsValue:
      no
      value:
      Konkurranse
      sections:
      not reported by source
    3. title:
      block0703
      sectionId:
      not reported by source
      label:
      Type varsel
      useLabelAsValue:
      no
      value:
      Melding om kontrakt eller konsesjon – standardregime
      sections:
      not reported by source
    4. title:
      block0704
      sectionId:
      not reported by source
      label:
      Varsel utsendelsesdato
      useLabelAsValue:
      no
      value:
      10.07.2026 18:57
      sections:
      not reported by source
    5. title:
      block0705
      sectionId:
      not reported by source
      label:
      Varsel om utsendelsesdato (eSender)
      useLabelAsValue:
      no
      value:
      10.07.2026 19:11
      sections:
      not reported by source
    6. 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:

2 results

  1. id:
    2026-112180
    changedNoticeId:
    f27a182a-8482-4fca-9d96-35d2f5756f10-01
    issueDate:
    2026-07-10T16:57:45Z
    selectedNotice:
    yes
    eformId:
    753f491f-4e51-4a90-b9e2-f90eb31c9d9c
  2. id:
    2026-111215
    changedNoticeId:
    not reported by source
    issueDate:
    2026-06-24T13:08:46Z
    selectedNotice:
    no
    eformId:
    f27a182a-8482-4fca-9d96-35d2f5756f10
limitedDataFlag:
no
publicationDate:
2026-07-10
tedId:
484416-2026
procurementTimeline:

2 results

  1. id:
    2026-111215
    allType:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    publicationDate:
    2026-06-25
    selectedNotice:
    no
  2. id:
    2026-112180
    allType:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    publicationDate:
    2026-07-10
    selectedNotice:
    yes
procurementStrategicLabels:

No results.

lotsNumber:
1
doffin_url:
https://doffin.no/notices/2026-112180
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

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

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. 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

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.