search_doffin

Search Norwegian public procurement notices on Doffin.

Signature: search_doffin(query: string, optional, default ''; types: list of string (comma-separated), optional, default None; statuses: list of string (comma-separated), optional, default None; contract_nature: list of string (comma-separated), optional, default None; cpv_codes: list of string (comma-separated), optional, default None; locations: list of string (comma-separated), optional, default None; buyer: list of string (comma-separated), optional, default None; winner: list of string (comma-separated), optional, default None; date_from: string, optional, default None; date_to: string, optional, default None; sort_by: string, optional, default 'RELEVANCE'; page: integer, optional, default 1; hits_per_page: integer, optional, default 10; include_placeholders: 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/search_doffin/?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0

Replace {query}, {types}, {statuses}, {contract_nature}, {cpv_codes}, {locations}, {buyer}, {winner}, {date_from}, {date_to}, {sort_by}, {page}, {hits_per_page}, {include_placeholders} 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/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
queryoptionalstringFree-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
typesoptionalunionFilter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders.
statusesoptionalunionACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
contract_natureoptionalunionWORKS, SERVICES and/or SUPPLIES.
cpv_codesoptionalunion8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query.
locationsoptionalunionNUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
buyeroptionalunionBuyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup.
winneroptionalunionDoffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
date_fromoptionalunionPublication date lower bound, "YYYY-MM-DD".
date_tooptionalunionPublication date upper bound, "YYYY-MM-DD".
sort_byoptionalstringRELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
pageoptionalinteger1-based page number.
hits_per_pageoptionalinteger1-50 (default 10).
include_placeholdersoptionalbooleanBy default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true.
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/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=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/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=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/search_doffin?query=&types={types}&statuses={statuses}&contract_nature={contract_nature}&cpv_codes={cpv_codes}&locations={locations}&buyer={buyer}&winner={winner}&date_from={date_from}&date_to={date_to}&sort_by=RELEVANCE&page=1&hits_per_page=10&include_placeholders=false&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "doffin",
  "operation": "search_doffin",
  "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. Free-text search (Norwegian or English), e.g. "IT-drift", "snørydding", "rammeavtale konsulent". Start here.
Type: list of string (comma-separated). Filter by notice type. Parent types: PLANNING, COMPETITION, RESULT. Specific types: ANNOUNCEMENT_OF_COMPETITION, DYNAMIC_PURCHASING_SCHEME, QUALIFICATION_SCHEME, ANNOUNCEMENT_OF_INTENT, PRE_ANNOUNCEMENT, ADVISORY_NOTICE, NOTICE_ON_BUYER_PROFILE, ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT, CHANGE_OF_CONCLUSION_OF_CONTRACT, CANCELLED_OR_MISSING_CONCLUSION_OF_CONTRACT. Use ["COMPETITION"] + statuses=["ACTIVE"] for open tenders.
Type: list of string (comma-separated). ACTIVE (open for bids), EXPIRED, AWARDED, CANCELLED.
Type: list of string (comma-separated). WORKS, SERVICES and/or SUPPLIES.
Type: list of string (comma-separated). 8-digit CPV codes, e.g. ["45000000"]. Matches the code and its children. Find codes with search_cpv_codes(). Best combined with a free-text query.
Type: list of string (comma-separated). NUTS-style location ids, e.g. ["NO060"] (Trøndelag), or "anyw" for non-location-bound. See list_location_codes().
Type: list of string (comma-separated). Buyer organization full name(s) exactly as written on notices, e.g. ["Trondheim kommune"]. Resolved to Doffin's internal buyer id via a free-text lookup; names that match no buyer are reported in "note" and, if none match, no results are returned (rather than an unfiltered search). Pass the 32-hex buyer id from a result's buyer field directly to skip the lookup.
Type: list of string (comma-separated). Doffin's internal supplier id (32-hex). Winner names cannot be used - they are not present in search results to resolve against.
Type: string. Publication date lower bound, "YYYY-MM-DD".
Type: string. Publication date upper bound, "YYYY-MM-DD".
Type: string. RELEVANCE (default), PUBLICATION_DATE_DESC, PUBLICATION_DATE_ASC, DEADLINE, ESTIMATED_VALUE_ASC, ESTIMATED_VALUE_DESC.
Type: integer. 1-based page number.
Type: integer. 1-50 (default 10).
Type: yes/no. By default, hits whose buyer fields look like unfilled eForm template values (org id 123456789, placeholder buyer names) are dropped from the results as junk. Set True to keep them, each flagged with "possible_placeholder": true.

Result

Source: Doffin and TED. Retrieved 2026-09-11T23:46:31Z in 0.185 seconds.

total_count:
9
hits:

9 results

  1. id:
    2021-354575
    buyer:

    1 results

    1. id:
      e65311027f04744b5d2330351412f04e
      organization_id:
      872 418 032
      name:
      Rana kommune
    heading:
    Oppgradering Elements on premise til Elements Cloud
    description:
    Rana kommune har til intensjon å signere kontrakt med Sikri AS for oppgradering av Elements on Prem til Elements Cloud. Dette er en oppgradering av nåværende Sak og Arkivsystem for Rana kommune levert i en ny leveransemodell.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_INTENT
    status:
    not reported by source
    issueDate:
    2021-09-30T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-09-30
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2024-109980
    buyer:

    1 results

    1. id:
      8f865aba0514ade18234995abcbb6788
      organization_id:
      839893132
      name:
      Nord-Fron kommune
    heading:
    Intensjonskunngjøring - Overgang til skybasert pasientjournalsystem
    description:
    Kommunen har intensjon om å signere kontrakt med Visma Enterprise AS for endring/overgang fra Visma Profil "on-prem" til Visma Flyt Helse (Sky løsning). Dette er en revisjon og videreføring av løsningen, tilpasset ny leveranse modell.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1927500.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-06-28T10:07:23Z
    deadline:
    2027-09-01T00:00:00Z
    sentToTed:
    no
    publicationDate:
    2024-06-29
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2021-385785
    buyer:

    1 results

    1. id:
      0c60ad45e9abbb7fe401294288f0b0bb
      organization_id:
      834 210 622
      name:
      Bømlo kommune
    heading:
    INTENSJONSKUNNGJØRING - OVERGANG FRA ELEMENTS ONPREM TIL ELEMENTS CLOUD
    description:
    Kommunene Bømlo, Stord, Fitjar og Kvinnherad har til intensjon å inngå kontrakt med Sikri AS for overgang fra Elements OnPrem til Elements Cloud. Dette er en revisjon og videreføring av nåværende sak og arkivsystem til sky for omtalte kommuner, levert i en ny leveransemodell. Kommunene Bømlo, Stord, Fitjar og Kvinnherad har i dag en eksisterende avtale med Sikri AS for bruk av Elements on Prem. For å kunne utnytte de mulighetene som ligger i alltid å kjøre på siste versjon må kommunen bytte leveransemodell. Det betyr å flytte løsningen ut i leverandørens sky-tjeneste.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_INTENT
    status:
    not reported by source
    issueDate:
    2021-10-27T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-10-27
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  4. id:
    2026-113255
    buyer:

    1 results

    1. id:
      49c99e0774abe91759efcadbe4e7b3e6
      organization_id:
      935478715
      name:
      Bærum kommune
    heading:
    Oppgradering av Bærum kommunes sak- og arkivsystem
    description:
    Kontrakt om Arkiv og saksbehandlingsløsning_WebSak i SKY er i henhold til tidligere publisert intensjonskunngjøring på Doffin og TED inngått med Acos AS i samsvar med opplysningene i kunngjøringsskjemaet. Det ble ikke mottatt noen innsigelser innen utløpet av fristen, og vilkårene for direkte anskaffelse ble opprettholdt.Avtalen innebærer en oppgradering av nåværende WebSak versjon 8.14 til WebSak versjon 9, i påvente av ny konkurranse og kontrakt. Oppgraderingen vil blant annet innebære at all drift og alle funksjoner, inkludert tilhørende moduler, vil foregå i en skybasert plattform driftet av Acos AS, til forskjell fra dagens situasjon hvor systemet er lagret lokalt (on-prem).Avtalen har en varighet på 2,5 år, med mulighet for 1+1 års forlengelse.
    location_id:

    1 results

    1. NO084
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2026-08-20T07:17:52Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-08-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2024-115241
    buyer:

    1 results

    1. id:
      b31edd15b34adf60e1dcaed70e028667
      organization_id:
      920717152
      name:
      INNLANDET FYLKESKOMMUNE
    heading:
    RFI - Anskaffelse av Backup datasenter
    description:
    Dette er en forespørsel om informasjon på fremtidig anskaffelse på Backup av datasenter.Frist: 13.11.2024Innlandet fylkeskommune skal anskaffe løsning for Backup av datasenter.Historikk: Nåværende system (IBM Storage Protect) ble implementert i 2007. Vedlikeholdsavtaler har vært med ulike leverandører, sist Embriq AS fra 2024.Behov: Erstatning av gamle SAN-hyller, økt lagringskapasitet, minst to geografiske lokasjoner.O365: Håndteres med Veritas Alta SaaS Protection, avtale med Atea AS. Visjon Funksjonalitet: Backup/recovery med sikkerhet ved bruk av KI, utbyggbar hardware, og software som støtter VMware.Opsjoner: Backup av O365, Azure, AWS, og nye funksjoner som backup av private Teams-kanaler og selfservice for M365.Lokasjoner: On-prem på Lillehammer og Hamar, med opsjon på en tredje lokasjon i skyen.Integrasjon: Med varslingssystemer som PRTG/Elastic. Planlagt Anskaffelse Hardware og Software: Til minst to lokasjoner.Software-funksjoner: Automatisk oppdatering, låste kopier, sikkerhetsskanning, og testing av backupdata.Replikering: Til flere lokasjoner.Fremtidig sikkerhetskopiering: O365, Azure, AWS.Anbefaling: For å ivareta dagens backupdata.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    currencyCode:
    NOK
    amount:
    10000000.0
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2024-10-23T14:16:36Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-10-25
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-107761
    buyer:

    1 results

    1. id:
      e4165db9788246be58adfdc634df52bb
      organization_id:
      988964573
      name:
      Trondheim Renholdsverk AS
    heading:
    Fagsystem Renovasjon
    description:
    Trondheim Renholdsverk AS skal anskaffe fagsystem for renovasjon.Det ønskes levert et komplett system for å ivareta renovasjontjenesten for Trondheim kommune som innbefatter, dog ikke begrenset til: abonnementadministrasjon, fakturagrunnlag, tømmeruter, kart, lagerfunksjon for artikler, rapporteringsystem, avvik, og serviceoppdrag etc. Det skal leveres som en skyløsning - SaaS, men On-Prem løsning kan aksepteres i en kortere midlertidig overgangsfase. Leverandør kan levere en komplett løsning i et og samme program, eller en løsning der man integrerer flere programmer fra forskjellige produsenter som til sammen utgjørt en komplett løsning. Leverandør er ansvarlig for hele løsningen, og kunde vil kun forholde seg til hovedleverandør som kontraktspart. Avtalen inneholder også opsjon på løsning for ruteoptimalisering.For mer utdypende spesifikasjoner, se Bilag 1 kravspesifikasjon.Avtaleforholdet reguleres av SSA-L. Varighet på denne avtalen er 3 år, med årlige forlengelser til Oppdragsgiver velger å si opp avtalen.
    location_id:

    1 results

    1. NO060
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-05-15T19:01:23Z
    deadline:
    2025-06-19T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-05-19
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2021-303295
    buyer:

    1 results

    1. id:
      7fcceaaff6948f767e629e00b5fcc8d1
      organization_id:
      916879067
      name:
      SYKEHUSINNKJØP HF
    heading:
    DIPS Interactor - Sky
    description:
    Helse Vest IKT har intensjon om å inngå avtale med Dips AS om leveranse av systemløsning DIPS Interactor - Sky. Avtalen vil tidligst bli inngått den 12. august 2021.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_INTENT
    status:
    not reported by source
    issueDate:
    2021-07-20T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-07-20
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2022-338264
    buyer:

    1 results

    1. id:
      c0f1cb8c3c78f13ca6fd0e7255407309
      organization_id:
      939864970
      name:
      Ringebu Kommune
    heading:
    Oppgradering av Acos Websak 7.0
    description:
    Ringebu kommune har til intensjon å signere kontrakt med Acos AS for oppgradering fra Acos Websak 7.0 til Acos Websak + og dermed få en oppdatert versjon, driftet av leverandøren. Dette er en revisjon og oppgradering av nåværende sak og arkivsystem for Ringebu kommune, levert i en ny leveransemodell.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2022-05-12T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2022-05-12
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2022-666261
    buyer:

    1 results

    1. id:
      3e6cca67e0586c20567c6349931f6b2e
      organization_id:
      984 661 177
      name:
      Vygruppen AS
    heading:
    Lisenser til Qlik Cloud
    description:
    Vygruppen AS (Vy) har besluttet å inngå lisensavtale med Twoday AS for levering av lisenser til Qlik Cloud. Avtalen innebærer løpende lisenser for Qlik Cloud. Intensjonskunngjøringen er forankret i forsyningsforskriften §9-3 bokstav b (2).
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_INTENT
    status:
    not reported by source
    issueDate:
    2022-12-23T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-12-23
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
9
has_more_results:
no
truncated:
no
Show all fields in HTML
total_count:
9
hits:

9 results

  1. id:
    2021-354575
    buyer:

    1 results

    1. id:
      e65311027f04744b5d2330351412f04e
      organization_id:
      872 418 032
      name:
      Rana kommune
    heading:
    Oppgradering Elements on premise til Elements Cloud
    description:
    Rana kommune har til intensjon å signere kontrakt med Sikri AS for oppgradering av Elements on Prem til Elements Cloud. Dette er en oppgradering av nåværende Sak og Arkivsystem for Rana kommune levert i en ny leveransemodell.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_INTENT
    status:
    not reported by source
    issueDate:
    2021-09-30T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-09-30
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  2. id:
    2024-109980
    buyer:

    1 results

    1. id:
      8f865aba0514ade18234995abcbb6788
      organization_id:
      839893132
      name:
      Nord-Fron kommune
    heading:
    Intensjonskunngjøring - Overgang til skybasert pasientjournalsystem
    description:
    Kommunen har intensjon om å signere kontrakt med Visma Enterprise AS for endring/overgang fra Visma Profil "on-prem" til Visma Flyt Helse (Sky løsning). Dette er en revisjon og videreføring av løsningen, tilpasset ny leveranse modell.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    currencyCode:
    NOK
    amount:
    1927500.0
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2024-06-28T10:07:23Z
    deadline:
    2027-09-01T00:00:00Z
    sentToTed:
    no
    publicationDate:
    2024-06-29
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  3. id:
    2021-385785
    buyer:

    1 results

    1. id:
      0c60ad45e9abbb7fe401294288f0b0bb
      organization_id:
      834 210 622
      name:
      Bømlo kommune
    heading:
    INTENSJONSKUNNGJØRING - OVERGANG FRA ELEMENTS ONPREM TIL ELEMENTS CLOUD
    description:
    Kommunene Bømlo, Stord, Fitjar og Kvinnherad har til intensjon å inngå kontrakt med Sikri AS for overgang fra Elements OnPrem til Elements Cloud. Dette er en revisjon og videreføring av nåværende sak og arkivsystem til sky for omtalte kommuner, levert i en ny leveransemodell. Kommunene Bømlo, Stord, Fitjar og Kvinnherad har i dag en eksisterende avtale med Sikri AS for bruk av Elements on Prem. For å kunne utnytte de mulighetene som ligger i alltid å kjøre på siste versjon må kommunen bytte leveransemodell. Det betyr å flytte løsningen ut i leverandørens sky-tjeneste.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_INTENT
    status:
    not reported by source
    issueDate:
    2021-10-27T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-10-27
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  4. id:
    2026-113255
    buyer:

    1 results

    1. id:
      49c99e0774abe91759efcadbe4e7b3e6
      organization_id:
      935478715
      name:
      Bærum kommune
    heading:
    Oppgradering av Bærum kommunes sak- og arkivsystem
    description:
    Kontrakt om Arkiv og saksbehandlingsløsning_WebSak i SKY er i henhold til tidligere publisert intensjonskunngjøring på Doffin og TED inngått med Acos AS i samsvar med opplysningene i kunngjøringsskjemaet. Det ble ikke mottatt noen innsigelser innen utløpet av fristen, og vilkårene for direkte anskaffelse ble opprettholdt.Avtalen innebærer en oppgradering av nåværende WebSak versjon 8.14 til WebSak versjon 9, i påvente av ny konkurranse og kontrakt. Oppgraderingen vil blant annet innebære at all drift og alle funksjoner, inkludert tilhørende moduler, vil foregå i en skybasert plattform driftet av Acos AS, til forskjell fra dagens situasjon hvor systemet er lagret lokalt (on-prem).Avtalen har en varighet på 2,5 år, med mulighet for 1+1 års forlengelse.
    location_id:

    1 results

    1. NO084
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_CONCLUSION_OF_CONTRACT
    status:
    not reported by source
    issueDate:
    2026-08-20T07:17:52Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2026-08-21
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  5. id:
    2024-115241
    buyer:

    1 results

    1. id:
      b31edd15b34adf60e1dcaed70e028667
      organization_id:
      920717152
      name:
      INNLANDET FYLKESKOMMUNE
    heading:
    RFI - Anskaffelse av Backup datasenter
    description:
    Dette er en forespørsel om informasjon på fremtidig anskaffelse på Backup av datasenter.Frist: 13.11.2024Innlandet fylkeskommune skal anskaffe løsning for Backup av datasenter.Historikk: Nåværende system (IBM Storage Protect) ble implementert i 2007. Vedlikeholdsavtaler har vært med ulike leverandører, sist Embriq AS fra 2024.Behov: Erstatning av gamle SAN-hyller, økt lagringskapasitet, minst to geografiske lokasjoner.O365: Håndteres med Veritas Alta SaaS Protection, avtale med Atea AS. Visjon Funksjonalitet: Backup/recovery med sikkerhet ved bruk av KI, utbyggbar hardware, og software som støtter VMware.Opsjoner: Backup av O365, Azure, AWS, og nye funksjoner som backup av private Teams-kanaler og selfservice for M365.Lokasjoner: On-prem på Lillehammer og Hamar, med opsjon på en tredje lokasjon i skyen.Integrasjon: Med varslingssystemer som PRTG/Elastic. Planlagt Anskaffelse Hardware og Software: Til minst to lokasjoner.Software-funksjoner: Automatisk oppdatering, låste kopier, sikkerhetsskanning, og testing av backupdata.Replikering: Til flere lokasjoner.Fremtidig sikkerhetskopiering: O365, Azure, AWS.Anbefaling: For å ivareta dagens backupdata.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    currencyCode:
    NOK
    amount:
    10000000.0
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2024-10-23T14:16:36Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2024-10-25
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  6. id:
    2025-107761
    buyer:

    1 results

    1. id:
      e4165db9788246be58adfdc634df52bb
      organization_id:
      988964573
      name:
      Trondheim Renholdsverk AS
    heading:
    Fagsystem Renovasjon
    description:
    Trondheim Renholdsverk AS skal anskaffe fagsystem for renovasjon.Det ønskes levert et komplett system for å ivareta renovasjontjenesten for Trondheim kommune som innbefatter, dog ikke begrenset til: abonnementadministrasjon, fakturagrunnlag, tømmeruter, kart, lagerfunksjon for artikler, rapporteringsystem, avvik, og serviceoppdrag etc. Det skal leveres som en skyløsning - SaaS, men On-Prem løsning kan aksepteres i en kortere midlertidig overgangsfase. Leverandør kan levere en komplett løsning i et og samme program, eller en løsning der man integrerer flere programmer fra forskjellige produsenter som til sammen utgjørt en komplett løsning. Leverandør er ansvarlig for hele løsningen, og kunde vil kun forholde seg til hovedleverandør som kontraktspart. Avtalen inneholder også opsjon på løsning for ruteoptimalisering.For mer utdypende spesifikasjoner, se Bilag 1 kravspesifikasjon.Avtaleforholdet reguleres av SSA-L. Varighet på denne avtalen er 3 år, med årlige forlengelser til Oppdragsgiver velger å si opp avtalen.
    location_id:

    1 results

    1. NO060
    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_COMPETITION
    allTypes:

    2 results

    1. ANNOUNCEMENT_OF_COMPETITION
    2. COMPETITION
    status:
    EXPIRED
    issueDate:
    2025-05-15T19:01:23Z
    deadline:
    2025-06-19T10:00:00Z
    sentToTed:
    yes
    publicationDate:
    2025-05-19
    placeOfPerformance:
    procurementStrategicLabels:

    No results.

  7. id:
    2021-303295
    buyer:

    1 results

    1. id:
      7fcceaaff6948f767e629e00b5fcc8d1
      organization_id:
      916879067
      name:
      SYKEHUSINNKJØP HF
    heading:
    DIPS Interactor - Sky
    description:
    Helse Vest IKT har intensjon om å inngå avtale med Dips AS om leveranse av systemløsning DIPS Interactor - Sky. Avtalen vil tidligst bli inngått den 12. august 2021.
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_INTENT
    status:
    not reported by source
    issueDate:
    2021-07-20T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2021-07-20
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  8. id:
    2022-338264
    buyer:

    1 results

    1. id:
      c0f1cb8c3c78f13ca6fd0e7255407309
      organization_id:
      939864970
      name:
      Ringebu Kommune
    heading:
    Oppgradering av Acos Websak 7.0
    description:
    Ringebu kommune har til intensjon å signere kontrakt med Acos AS for oppgradering fra Acos Websak 7.0 til Acos Websak + og dermed få en oppdatert versjon, driftet av leverandøren. Dette er en revisjon og oppgradering av nåværende sak og arkivsystem for Ringebu kommune, levert i en ny leveransemodell.
    location_id:

    1 results

    1. NO020
    estimatedValue:
    not reported by source
    type:
    ADVISORY_NOTICE
    allTypes:

    2 results

    1. ADVISORY_NOTICE
    2. PLANNING
    status:
    not reported by source
    issueDate:
    2022-05-12T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    no
    publicationDate:
    2022-05-12
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

  9. id:
    2022-666261
    buyer:

    1 results

    1. id:
      3e6cca67e0586c20567c6349931f6b2e
      organization_id:
      984 661 177
      name:
      Vygruppen AS
    heading:
    Lisenser til Qlik Cloud
    description:
    Vygruppen AS (Vy) har besluttet å inngå lisensavtale med Twoday AS for levering av lisenser til Qlik Cloud. Avtalen innebærer løpende lisenser for Qlik Cloud. Intensjonskunngjøringen er forankret i forsyningsforskriften §9-3 bokstav b (2).
    location_id:

    No results.

    estimatedValue:
    not reported by source
    type:
    ANNOUNCEMENT_OF_INTENT
    allTypes:

    2 results

    1. RESULT
    2. ANNOUNCEMENT_OF_INTENT
    status:
    not reported by source
    issueDate:
    2022-12-23T10:00:00Z
    deadline:
    not reported by source
    sentToTed:
    yes
    publicationDate:
    2022-12-23
    placeOfPerformance:

    No results.

    procurementStrategicLabels:

    No results.

limit:
25
offset:
0
returned:
9
has_more_results:
no
truncated:
no
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 search_doffin 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.