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:
- 2025-117111
- eFormId:
- 75c7fe60-0abd-43e2-a538-47f88a87f8f1
- procedureId:
- 6cfcaa02-be56-422d-ba0b-5dab06e4ebd1
- heading:
- VÅ-25-07 Heldøgns institusjonsplass
- description:
- Formålet med anskaffelsen er å sikre en helhetlig, stabil og faglig forsvarlig heldøgns institusjonsplass for en bruker med sammensatt psykisk og somatisk sykdomsbilde, hvor behovet for omsorg og behandling vurderes som livsvarig. Institusjonsplassen skal bidra til å ivareta brukerens helse, livskvalitet og verdighet, og samtidig sikre nødvendig oppfølging, tilsyn og tilrettelegging i tråd med gjeldende lovverk og faglige retningslinjer.
- buyer:
1 results
- id:
- 939607706
- name:
- Vågå kommune
- location_id:
1 results
- anyw
- placeOfPerformance:
- issueDate:
- 2025-11-14T09:51:33Z
- deadline:
- not reported by source
- qualificationDeadline:
- not reported by source
- noticeType:
- ANNOUNCEMENT_OF_COMPETITION
- allTypes:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- allCpvCodes:
- directCpvCodes:
- parentCpvCodes:
- noticeStatus:
- not reported by source
- allReceivedTenders:
- not reported by source
- preferredPublicationDateTed:
- not reported by source
- plannedDateTed:
- not reported by source
- competitionDocsUrl:
- https://permalink.mercell.com/270363072.aspx
- 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:
5 results
- title:
- block01
- sectionId:
- 1
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0101
- sectionId:
- 1.1
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block010101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Vågå kommune
- 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:
8 results
- title:
- block020101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- VÅ-25-07 Heldøgns institusjonsplass
- sections:
- not reported by source
- title:
- block020102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Formålet med anskaffelsen er å sikre en helhetlig, stabil og faglig forsvarlig heldøgns institusjonsplass for en bruker med sammensatt psykisk og somatisk sykdomsbilde, hvor behovet for omsorg og behandling vurderes som livsvarig. Institusjonsplassen skal bidra til å ivareta brukerens helse, livskvalitet og verdighet, og samtidig sikre nødvendig oppfølging, tilsyn og tilrettelegging i tråd med gjeldende lovverk og faglige retningslinjer.
- sections:
- not reported by source
- title:
- block020103
- sectionId:
- not reported by source
- label:
- Prosedyreidentifikator
- useLabelAsValue:
- no
- value:
- 6cfcaa02-be56-422d-ba0b-5dab06e4ebd1
- sections:
- not reported by source
- title:
- block020105
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- VÅ-25-07
- sections:
- not reported by source
- title:
- block020107
- sectionId:
- not reported by source
- label:
- Hovedtrekkene i prosedyren
- useLabelAsValue:
- no
- value:
- Anskaffelsen omfatter én institusjonsplass med heldøgns omsorg og behandling for én bruker. Tjenesten skal leveres med utgangspunkt i et livsvarig behov, og omfatte:Døgnbemannet institusjonsplass med minimum 1:1-bemanning.Individuelt tilrettelagt oppfølging av psykisk og somatisk helse, inkludert medikamenthåndtering og kostholdsveiledning.Praktisk bistand og veiledning i daglige gjøremål, personlig hygiene, økonomistyring og sosial deltakelse.Tilrettelegging for aktiviteter og sosial kontakt, samt støtte til å utvikle og opprettholde nettverk.Samhandling med relevante helse- og omsorgstjenester, samt støtte i kontakt med offentlige instanser.Avtalen inngås med utgangspunkt i et livsvarig behov for institusjonsplass. Avtalen skal likevel kunne avvikles dersom behovet for institusjonsplass ikke lenger er til stede, eller dersom bruker selv ønsker å avslutte oppholdet. Avtalen skal evalueres årlig, og justeres eller avsluttes ved endrede behov, i dialog med bruker og relevante faginstanser.
- sections:
- not reported by source
- title:
- block020108
- sectionId:
- 2.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block02010801
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Tjenester
- sections:
- not reported by source
- title:
- block02010803
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Sosialtjenester og tilhørende tjenester
- sections:
- not reported by source
- title:
- block02010805
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Helse- og sosial tjenesteyting
- sections:
- not reported by source
- title:
- block02010805
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Sosialomsorg med innkvartering
- sections:
- not reported by source
- title:
- block020109
- sectionId:
- 2.1.2
- label:
- Sted for gjennomføring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block02010905
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block02010906
- sectionId:
- not reported by source
- label:
- Hvor som helst i det gitte landet
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02010907
- sectionId:
- not reported by source
- label:
- Tilleggsinformasjon
- useLabelAsValue:
- no
- value:
- Leverandørens lokasjon skal ha en beliggenhet i forhold til kommunen slik at transportavstand ikke oppleves urimelig.
- sections:
- not reported by source
- title:
- block020111
- sectionId:
- 2.1.4
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block02011103
- sectionId:
- not reported by source
- label:
- Rettslig grunnlag
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02011104
- sectionId:
- not reported by source
- label:
- Direktiv 2014/24/EU
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block02011105
- sectionId:
- not reported by source
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- Anskaffelsesforskriften Jamfør Lov om offentlige anskaffelser
- sections:
- not reported by source
- title:
- block04
- sectionId:
- 5
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0401
- sectionId:
- 5.1
- label:
- Delkontrakt
- useLabelAsValue:
- no
- value:
- LOT-0000
- sections:
9 results
- title:
- block040101
- sectionId:
- not reported by source
- label:
- Tittel
- useLabelAsValue:
- no
- value:
- VÅ-25-07 Heldøgns institusjonsplass
- sections:
- not reported by source
- title:
- block040102
- sectionId:
- not reported by source
- label:
- Beskrivelse
- useLabelAsValue:
- no
- value:
- Formålet med anskaffelsen er å sikre en helhetlig, stabil og faglig forsvarlig heldøgns institusjonsplass for en bruker med sammensatt psykisk og somatisk sykdomsbilde, hvor behovet for omsorg og behandling vurderes som livsvarig. Institusjonsplassen skal bidra til å ivareta brukerens helse, livskvalitet og verdighet, og samtidig sikre nødvendig oppfølging, tilsyn og tilrettelegging i tråd med gjeldende lovverk og faglige retningslinjer.
- sections:
- not reported by source
- title:
- block040103
- sectionId:
- not reported by source
- label:
- Intern identifikator
- useLabelAsValue:
- no
- value:
- VÅ-25-07
- sections:
- not reported by source
- title:
- block040104
- sectionId:
- 5.1.1
- label:
- Hensikt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
4 results
- title:
- block04010401
- sectionId:
- not reported by source
- label:
- Kontraktens art
- useLabelAsValue:
- no
- value:
- Tjenester
- sections:
- not reported by source
- title:
- block04010403
- sectionId:
- not reported by source
- label:
- Hoved klassifisering
- useLabelAsValue:
- no
- value:
- Sosialtjenester og tilhørende tjenester
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Helse- og sosial tjenesteyting
- sections:
- not reported by source
- title:
- block04010404
- sectionId:
- not reported by source
- label:
- Ytterligere klassifisering
- useLabelAsValue:
- no
- value:
- Sosialomsorg med innkvartering
- sections:
- not reported by source
- title:
- block040105
- sectionId:
- 5.1.2
- label:
- Sted for gjennomføring
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04010505
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block04010506
- sectionId:
- not reported by source
- label:
- Hvor som helst i det gitte landet
- useLabelAsValue:
- yes
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block04010507
- sectionId:
- not reported by source
- label:
- Tilleggsinformasjon
- useLabelAsValue:
- no
- value:
- Leverandørens lokasjon skal ha en beliggenhet i forhold til kommunen slik at transportavstand ikke oppleves urimelig.
- sections:
- not reported by source
- title:
- block040106
- sectionId:
- 5.1.3
- label:
- Anslått varighet
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04010603
- sectionId:
- not reported by source
- label:
- Varighet, Måned
- useLabelAsValue:
- no
- value:
- 50
- sections:
- not reported by source
- title:
- block040109
- sectionId:
- 5.1.6
- label:
- Generell informasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block04010904
- sectionId:
- not reported by source
- label:
- Reservert deltakelse
- useLabelAsValue:
- no
- value:
- Ingen
- sections:
- not reported by source
- title:
- block040114
- sectionId:
- 5.1.11
- label:
- Anskaffelsesdokumenter
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
3 results
- title:
- block04011403
- sectionId:
- not reported by source
- label:
- Språk der anskaffelsesdokumentene er offisielt tilgjengelige
- useLabelAsValue:
- no
- value:
- norsk
- sections:
- not reported by source
- title:
- block04011405
- sectionId:
- not reported by source
- label:
- Frist for å be om tilleggsopplysninger
- useLabelAsValue:
- no
- value:
- 05.12.2025 12:00
- sections:
- not reported by source
- title:
- block04011407
- sectionId:
- not reported by source
- label:
- Adresse på anskaffelsesdokumentene
- useLabelAsValue:
- no
- value:
- https://permalink.mercell.com/270363072.aspx
- sections:
- not reported by source
- title:
- block040115
- sectionId:
- 5.1.12
- label:
- Vilkår for anskaffelsen
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
2 results
- title:
- block04011503
- sectionId:
- not reported by source
- label:
- Vilkår for innlevering
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
5 results
- title:
- block0401150301
- sectionId:
- not reported by source
- label:
- Elektronisk innlevering
- useLabelAsValue:
- no
- value:
- Obligatorisk
- sections:
- not reported by source
- title:
- block0401150302
- sectionId:
- not reported by source
- label:
- Adresse for innlevering
- useLabelAsValue:
- no
- value:
- https://permalink.mercell.com/270363072.aspx
- sections:
- not reported by source
- title:
- block0401150305
- sectionId:
- not reported by source
- label:
- Språk som anbud eller forespørsler om å delta kan sendes inn på
- useLabelAsValue:
- no
- value:
- norsk
- sections:
- not reported by source
- title:
- block0401150307
- sectionId:
- not reported by source
- label:
- Avansert eller kvalifisert elektronisk signatur eller segl (som definert i forordning (EU) nr. 910/2014) kreves
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block0401150308
- sectionId:
- not reported by source
- label:
- Varianter
- useLabelAsValue:
- no
- value:
- Ikke tillatt
- sections:
- not reported by source
- title:
- block04011506
- sectionId:
- not reported by source
- label:
- Vilkår for kontrakt
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0401150601
- sectionId:
- not reported by source
- label:
- Gjennomføringen av kontrakten skal skje innenfor rammen av programmer for vernet sysselsetting
- useLabelAsValue:
- no
- value:
- Nei
- sections:
- not reported by source
- title:
- block05
- sectionId:
- 8
- label:
- Virksomheter
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block0501
- sectionId:
- 8.1
- label:
- not reported by source
- useLabelAsValue:
- no
- value:
- ORG-0001
- sections:
12 results
- title:
- block050101
- sectionId:
- not reported by source
- label:
- Offisielt navn
- useLabelAsValue:
- no
- value:
- Vågå kommune
- sections:
- not reported by source
- title:
- block050102
- sectionId:
- not reported by source
- label:
- Registreringsnummer
- useLabelAsValue:
- no
- value:
- 939607706
- sections:
- not reported by source
- title:
- block050104
- sectionId:
- not reported by source
- label:
- Postadresse
- useLabelAsValue:
- no
- value:
- V/Abakus AS, Postboks 128
- sections:
- not reported by source
- title:
- block050105
- sectionId:
- not reported by source
- label:
- By
- useLabelAsValue:
- no
- value:
- ENGERDAL
- sections:
- not reported by source
- title:
- block050106
- sectionId:
- not reported by source
- label:
- Postnummer
- useLabelAsValue:
- no
- value:
- 2440
- sections:
- not reported by source
- title:
- block050107
- sectionId:
- not reported by source
- label:
- Underenhet i land
- useLabelAsValue:
- no
- value:
- Innlandet (NO020)
- sections:
- not reported by source
- title:
- block050108
- sectionId:
- not reported by source
- label:
- Land
- useLabelAsValue:
- no
- value:
- Norge
- sections:
- not reported by source
- title:
- block050110
- sectionId:
- not reported by source
- label:
- E-post
- useLabelAsValue:
- no
- value:
- post@abakus.as
- sections:
- not reported by source
- title:
- block050111
- sectionId:
- not reported by source
- label:
- Telefon
- useLabelAsValue:
- no
- value:
- +47 47476000
- sections:
- not reported by source
- title:
- block050112
- sectionId:
- not reported by source
- label:
- Telefaks
- useLabelAsValue:
- no
- value:
- +47 62458030
- sections:
- not reported by source
- title:
- block050113
- sectionId:
- not reported by source
- label:
- Internett-adresse
- useLabelAsValue:
- no
- value:
- http://www.abakus.as
- sections:
- not reported by source
- title:
- block050117
- sectionId:
- not reported by source
- label:
- Rollene til denne virksomheten
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
1 results
- title:
- block05011701
- sectionId:
- not reported by source
- label:
- Kjøper
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
- not reported by source
- title:
- block07
- sectionId:
- not reported by source
- label:
- Kunngjøringsinformasjon
- useLabelAsValue:
- no
- value:
- not reported by source
- sections:
6 results
- title:
- block0701
- sectionId:
- not reported by source
- label:
- Varselidentifikator/-versjon
- useLabelAsValue:
- no
- value:
- 75c7fe60-0abd-43e2-a538-47f88a87f8f1 01
- sections:
- not reported by source
- title:
- block0702
- sectionId:
- not reported by source
- label:
- Type skjema
- useLabelAsValue:
- no
- value:
- Konkurranse
- sections:
- not reported by source
- title:
- block0703
- sectionId:
- not reported by source
- label:
- Type varsel
- useLabelAsValue:
- no
- value:
- Kontraktsoppsigelse – enkelt regime
- sections:
- not reported by source
- title:
- block0704
- sectionId:
- not reported by source
- label:
- Varsel utsendelsesdato
- useLabelAsValue:
- no
- value:
- 14.11.2025 10:51
- sections:
- not reported by source
- title:
- block0705
- sectionId:
- not reported by source
- label:
- Varsel om utsendelsesdato (eSender)
- useLabelAsValue:
- no
- value:
- 14.11.2025 10:59
- sections:
- not reported by source
- title:
- block0706
- sectionId:
- not reported by source
- label:
- Språk der denne kunngjøringen er offisielt tilgjengelig
- useLabelAsValue:
- no
- value:
- norsk, English
- sections:
- not reported by source
- awardedNames:
No results.
- changeNotices:
- not reported by source
- limitedDataFlag:
- no
- publicationDate:
- 2025-11-17
- tedId:
- 758851-2025
- procurementTimeline:
1 results
- id:
- 2025-117111
- allType:
2 results
- ANNOUNCEMENT_OF_COMPETITION
- COMPETITION
- publicationDate:
- 2025-11-17
- selectedNotice:
- yes
- procurementStrategicLabels:
No results.
- lotsNumber:
- 1
- doffin_url:
- https://doffin.no/notices/2025-117111
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.