search
Search Norwegian public mail journals (postlister).
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/postlister/search/?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&offset=0
For software and dashboards:
Read the operation descriptor.
The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/postlister/search?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&offset=0.
Open this exact request as JSON.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
query | optional | string | Lucene query-string over all fields. A bare word searches everything (e.g. "Equinor", "byggesak"). Field-scoped and range queries work too, e.g. `document_title:skole`, `document_type:"Inngående brev"`, `document_from_org.orgnummer:923609016`. Default "*" matches everything (combine with filters). |
entity_id | optional | union | Restrict to one authority, e.g. "2012-alta-kommune". Read it off `entity_id` in earlier results. |
date_from | optional | union | Document-date lower bound, ISO "YYYY-MM-DD" (inclusive). |
date_to | optional | union | Document-date upper bound, ISO "YYYY-MM-DD" (inclusive). |
limit | optional | integer | Max documents to return, 1 to 100 (default 20). Unit: items. |
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/postlister/search?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&offset=0
Replace URL placeholders and remove unused optional parameters.
JavaScript in a dashboard
const url = "https://allemannsdata.com/wiki/api/v1/kilder/postlister/search?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&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/postlister/search?query=%2A&entity_id={entity_id}&date_from={date_from}&date_to={date_to}&limit=20&offset=0"
with urlopen(url) as response:
result = json.load(response)
data = result["data"]
Response structure
{
"source": "postlister",
"operation": "search",
"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
- total_hits:
- 1224
- returned:
- 25
- capped:
- yes
- documents:
25 results
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Romerike fengsel - Ullersmo - Internkontroll - Brann 2022 - 2026
- case_serial_number:
- 2022/272
- document_id:
- 2022/272-50
- document_type:
- Inngående brev
- document_title:
- Evakueringsplan - Bygg 1 A
- document_date:
- 2025-11-26
- recorded_date:
- 2025-12-19
- from:
1 results
- UnionConsult Fredriksen AS
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- UNIONCONSULT FREDRIKSEN AS
- orgnummer:
- 930463167
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2022/272
- files:
No results.
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Romerike fengsel - Ullersmo - Internkontroll - Brann 2022 - 2026
- case_serial_number:
- 2022/272
- document_id:
- 2022/272-36
- document_type:
- Inngående brev
- document_title:
- Brannkonsept - Portbygget
- document_date:
- 2025-10-20
- recorded_date:
- 2025-10-20
- from:
1 results
- Unionconsult Fredriksen As
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- UNIONCONSULT FREDRIKSEN AS
- orgnummer:
- 930463167
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2022/272
- files:
No results.
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Romerike fengsel - Ullersmo - Internkontroll - Brann 2022 - 2026
- case_serial_number:
- 2022/272
- document_id:
- 2022/272-37
- document_type:
- Inngående brev
- document_title:
- Brannkonsept - Bygg A
- document_date:
- 2025-10-20
- recorded_date:
- 2025-10-20
- from:
1 results
- Unionconsult Fredriksen AS
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- UNIONCONSULT FREDRIKSEN AS
- orgnummer:
- 930463167
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2022/272
- files:
No results.
- entity_name:
- Oslo kommune
- entity_id:
- 0301-oslo-kommune
- case_title:
- Karl Johans gate 22 - Brannsikring - Stortinget
- case_serial_number:
- 2017/19287
- document_id:
- 2017/19287-6
- document_type:
- Utgående brev
- document_title:
- Frist for å søke om ferdigattest - Karl Johans gate 22
- document_date:
- 2024-06-18
- recorded_date:
- 2024-06-18
- from:
No results.
- to:
2 results
- UNIONCONSULT AS
- STORTINGET
- from_org:
No results.
- to_org:
2 results
- navn:
- UNIONCONSULT AS
- orgnummer:
- 930463167
- navn:
- STORTINGET
- orgnummer:
- 972417947
- case_url:
- https://norske-postlister.no/sak/0301-oslo-kommune/2017/19287
- files:
1 results
- title:
- <i class="far fa-file"></i> Frist for å søke om ferdigattest - Karl Johans gate 22
- url:
- https://einnsyn.no/api/v2/fil?iri=http://data.einnsyn.no/noark4/b045f31d-3203-4aa5-9890-f8d09619f22c
- entity_name:
- Oslo kommune
- entity_id:
- 0301-oslo-kommune
- case_title:
- Fridtjof Nansens vei 14 og 16 - Sikringstiltak i gategrunn
- case_serial_number:
- 2015/14011
- document_id:
- 2015/14011-27
- document_type:
- Utgående brev
- document_title:
- Vi arkiverer saken
- document_date:
- 2024-06-17
- recorded_date:
- 2024-06-17
- from:
No results.
- to:
1 results
- UNIONCONSULT FREDERIKSEN AS
- from_org:
No results.
- to_org:
1 results
- navn:
- UNIONCONSULT FREDERIKSEN AS
- orgnummer:
- 930463167
- case_url:
- https://norske-postlister.no/sak/0301-oslo-kommune/2015/14011
- files:
1 results
- title:
- <i class="far fa-file"></i> Vi arkiverer saken
- url:
- https://einnsyn.no/api/v2/fil?iri=http://data.einnsyn.no/noark4/97dc53f0-22eb-4449-85ca-71553e9c7f8c
- entity_name:
- Forsvarsbygg
- entity_id:
- forsvarsbygg
- case_title:
- Rettstvist - Staten v/Forsvarsdepartementet - Myntgata 9 AS
- case_serial_number:
- 2024/90
- document_id:
- 2024/90-15
- document_type:
- Utgående brev
- document_title:
- Prosessvarsel – WSP Norge AS (oppkjøper av UnionConsult AS) – Krav etter brann i bygning 22 på Akershus festning – Festningen Restaurant
- document_date:
- 2024-06-10
- recorded_date:
- 2024-06-10
- from:
1 results
- Forsvarsbygg
- to:
1 results
- WSP Norge AS - Oslo
- from_org:
1 results
- navn:
- FORSVARSBYGG
- orgnummer:
- 975950697
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/forsvarsbygg/2024/90
- files:
No results.
- entity_name:
- Oslo kommune
- entity_id:
- 0301-oslo-kommune
- case_title:
- Karl Johans gate 22 - Brannsikring - Stortinget
- case_serial_number:
- 2017/19287
- document_id:
- 2017/19287-4
- document_type:
- Utgående brev
- document_title:
- Vi minner om at dere må søke om ferdigattest når tiltaket er ferdig
- document_date:
- 2024-05-29
- recorded_date:
- 2024-05-29
- from:
No results.
- to:
2 results
- UNIONCONSULT AS
- STORTINGET
- from_org:
No results.
- to_org:
2 results
- navn:
- UNIONCONSULT AS
- orgnummer:
- 930463167
- navn:
- STORTINGET
- orgnummer:
- 972417947
- case_url:
- https://norske-postlister.no/sak/0301-oslo-kommune/2017/19287
- files:
1 results
- title:
- <i class="far fa-file"></i> Vi minner om at dere må søke om ferdigattest når tiltaket er ferdig
- url:
- https://einnsyn.no/api/v2/fil?iri=http://data.einnsyn.no/noark4/43b52784-1f97-4b01-bf99-11bd773a1e67
- entity_name:
- Oslo kommune
- entity_id:
- 0301-oslo-kommune
- case_title:
- Fridtjof Nansens vei 14 og 16 - Sikringstiltak i gategrunn
- case_serial_number:
- 2015/14011
- document_id:
- 2015/14011-26
- document_type:
- Utgående brev
- document_title:
- Vi minner om at dere må søke om ferdigattest når tiltaket er ferdig
- document_date:
- 2024-05-29
- recorded_date:
- 2024-05-29
- from:
No results.
- to:
1 results
- UNIONCONSULT FREDERIKSEN AS
- from_org:
No results.
- to_org:
1 results
- navn:
- UNIONCONSULT FREDERIKSEN AS
- orgnummer:
- 930463167
- case_url:
- https://norske-postlister.no/sak/0301-oslo-kommune/2015/14011
- files:
1 results
- title:
- <i class="far fa-file"></i> Vi minner om at dere må søke om ferdigattest når tiltaket er ferdig
- url:
- https://einnsyn.no/api/v2/fil?iri=http://data.einnsyn.no/noark4/16a98003-12aa-454f-8b69-ea315d290251
- entity_name:
- Oslo kommune
- entity_id:
- 0301-oslo-kommune
- case_title:
- Måltrostveien 36 - Oppføring av støttemur
- case_serial_number:
- 2013/5125
- document_id:
- 2013/5125-7
- document_type:
- Utgående brev
- document_title:
- Vi arkiverer saken
- document_date:
- 2023-11-10
- recorded_date:
- 2023-11-10
- from:
No results.
- to:
2 results
- XXXX-NAME-XXXX
- Unionconsult Frederiksen AS
- from_org:
No results.
- to_org:
1 results
- navn:
- UNIONCONSULT FREDERIKSEN AS
- orgnummer:
- 930463167
- case_url:
- https://norske-postlister.no/sak/0301-oslo-kommune/2013/5125
- files:
1 results
- title:
- <i class="far fa-file"></i> Vi arkiverer saken
- url:
- https://einnsyn.no/api/v2/fil?iri=http://data.einnsyn.no/noark4/3bf66fab-19ad-4d3f-944e-5eb36264236a
- entity_name:
- Oslo kommune
- entity_id:
- 0301-oslo-kommune
- case_title:
- Måltrostveien 36 - Oppføring av støttemur
- case_serial_number:
- 2013/5125
- document_id:
- 2013/5125-6
- document_type:
- Utgående brev
- document_title:
- Vi minner om at dere må søke om ferdigattest når tiltaket er ferdig
- document_date:
- 2023-06-26
- recorded_date:
- 2023-06-26
- from:
No results.
- to:
2 results
- Unionconsult Frederiksen AS
- XXXX-NAME-XXXX
- from_org:
No results.
- to_org:
1 results
- navn:
- UNIONCONSULT FREDERIKSEN AS
- orgnummer:
- 930463167
- case_url:
- https://norske-postlister.no/sak/0301-oslo-kommune/2013/5125
- files:
1 results
- title:
- <i class="far fa-file"></i> Vi minner om at dere må søke om ferdigattest når tiltaket er ferdig
- url:
- https://einnsyn.no/api/v2/fil?iri=http://data.einnsyn.no/noark4/19c6703e-d1ad-4f99-a280-add3d22d6d41
- entity_name:
- Oslo kommune
- entity_id:
- 0301-oslo-kommune
- case_title:
- Tollbugata 31 - Installasjon av radiatorer - Endring av branncelle
- case_serial_number:
- 2017/12384
- document_id:
- 2017/12384-4
- document_type:
- Utgående brev
- document_title:
- Vi minner om at dere må søke om ferdigattest når tiltaket er ferdig
- document_date:
- 2023-06-06
- recorded_date:
- 2023-06-06
- from:
No results.
- to:
2 results
- UNIONCONSULT AS
- Stortingets Administrasjon
- from_org:
No results.
- to_org:
2 results
- navn:
- UNIONCONSULT AS
- orgnummer:
- 930463167
- navn:
- stortingets administrasjon
- orgnummer:
- 971524960
- case_url:
- https://norske-postlister.no/sak/0301-oslo-kommune/2017/12384
- files:
1 results
- title:
- <i class="far fa-file"></i> Vi minner om at dere må søke om ferdigattest når tiltaket er ferdig
- url:
- https://einnsyn.no/api/v2/fil?iri=http://data.einnsyn.no/noark4/c4ddc383-9d77-4273-ac90-a8e9e450150e
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Rammeavtale rådgivende ingeniørtjenester og arkitekt - XXXX-NAME-XXXX og Akershus vest - Kontrakt UnionConsult AS
- case_serial_number:
- 2017/4640
- document_id:
- 2017/4640-6
- document_type:
- Internt notat uten oppfølging
- document_title:
- Østfoldfengsel avdeling Trøgstad – Foreløpig krav om erstatning etter gjennomført prosjekteringsoppdrag
- document_date:
- 2023-05-05
- recorded_date:
- 2023-05-08
- from:
No results.
- to:
No results.
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/statsbygg/2017/4640
- files:
No results.
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Oslo Tinghus - Internkontroll - Brann 2022 - 2026
- case_serial_number:
- 2022/829
- document_id:
- 2022/829-20
- document_type:
- Inngående brev
- document_title:
- Branntegning - Ombygging av kantine - ALT.4
- document_date:
- 2022-03-15
- recorded_date:
- 2022-03-16
- from:
1 results
- UNIONCONSULT AS
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- UNIONCONSULT AS
- orgnummer:
- 930463167
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2022/829
- files:
No results.
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Høgskolen i Innlandet, Hamar - Internkontroll - Brann 2022 - 2026
- case_serial_number:
- 2022/182
- document_id:
- 2022/182-4
- document_type:
- Inngående brev
- document_title:
- Brannventilasjon - Tegninger
- document_date:
- 2022-03-01
- recorded_date:
- 2022-03-02
- from:
1 results
- UNIONCONSULT RAAD AS
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- UNIONCONSULT RAAD AS
- orgnummer:
- 983095976
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2022/182
- files:
No results.
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Rammeavtale rådgivende ingeniørtjenester og arkitekt - RI Hedmark og Oppland - Kontrakt UnionConsult AS
- case_serial_number:
- 2017/4638
- document_id:
- 2017/4638-5
- document_type:
- Inngående brev
- document_title:
- Indeksregulering
- document_date:
- 2022-02-08
- recorded_date:
- 2022-02-09
- from:
1 results
- WSP NORGE AS
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- WSP NORGE AS
- orgnummer:
- 881894742
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2017/4638
- files:
No results.
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Rammeavtale rådgivende ingeniørtjenester og arkitekt - RI Østfold og Akershus øst - Kontrakt UnionConsult AS
- case_serial_number:
- 2017/4639
- document_id:
- 2017/4639-4
- document_type:
- Inngående brev
- document_title:
- Indeksregulering
- document_date:
- 2022-02-08
- recorded_date:
- 2022-02-09
- from:
1 results
- WSP NORGE AS
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- WSP NORGE AS
- orgnummer:
- 881894742
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2017/4639
- files:
No results.
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Rammeavtale rådgivende ingeniørtjenester og arkitekt - XXXX-NAME-XXXX og Akershus vest - Kontrakt UnionConsult AS
- case_serial_number:
- 2017/4640
- document_id:
- 2017/4640-5
- document_type:
- Inngående brev
- document_title:
- Indeksregulering
- document_date:
- 2022-02-08
- recorded_date:
- 2022-02-09
- from:
1 results
- WSP NORGE AS
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- WSP NORGE AS
- orgnummer:
- 881894742
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2017/4640
- files:
No results.
- entity_name:
- Vestby kommune
- entity_id:
- 0211-vestby-kommune
- case_title:
- Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- case_serial_number:
- 2016/2345
- document_id:
- 2016/2345-143
- document_type:
- Utgående brev
- document_title:
- Innvilget innsyn i byggesak - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- document_date:
- 2021-12-06
- recorded_date:
- 2021-12-07
- from:
No results.
- to:
1 results
- SANDS ADVOKATFIRMA DA
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/0211-vestby-kommune/2016/2345
- files:
100 results
- title:
- <i class="far fa-file"></i> Journalnr 23-37
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=2&filereference=1167285_1_1.PNG
- title:
- <i class="far fa-file"></i> Journalnr 39-52
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=3&filereference=1167286_1_1.PNG
- title:
- <i class="far fa-file"></i> Journalnr 53-67
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=4&filereference=1167287_1_1.PNG
- title:
- <i class="far fa-file"></i> Journalnr 68-82
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=5&filereference=1167288_1_1.PNG
- title:
- <i class="far fa-file"></i> Journalnr 83-97
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=6&filereference=1167289_1_1.PNG
- title:
- <i class="far fa-file"></i> Journalnr 98-112
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=7&filereference=1167290_1_1.PNG
- title:
- <i class="far fa-file"></i> Journalnr 113-127
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=8&filereference=1167291_1_1.PNG
- title:
- <i class="far fa-file"></i> Journalnr 128-142
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=9&filereference=1167292_1_1.PNG
- title:
- <i class="far fa-file"></i> VS_ Ber om ytterligere opplysninger - Gnr 27 Bnr 29 - Vestbyveien 111 - Norwegian Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=13&filereference=497824_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post - Gnr 27 Bnr29 Vestbyveien 111 søknad.
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=16&filereference=519585_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post - P-hus Norwegian Outlet Gnr 27 Bnr 29
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=25&filereference=528070_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post - Brannteknisk uttalelse - Parkering i tre plan - Norwegian Outlet
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=22&filereference=564215_1_1.PDF
- title:
- <i class="far fa-file"></i> Brannteknisk uttalelse - Parkering i tre plan - Norwegian Outlet(1)
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=27&filereference=564216_1_1.PDF
- title:
- <i class="far fa-file"></i> Gnr. 27 bnr. 29 Norwegian Outlet - Overvann
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=29&filereference=573891_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post - P-hus Vestby Gnr 27 Bnr 29
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=40&filereference=583008_1_1.PDF
- title:
- <i class="far fa-file"></i> P-hus Vestby Gnr 27 Bnr 29.
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=38&filereference=594131_1_1.PDF
- title:
- <i class="far fa-file"></i> Oversender situasjonsplan, brannkonsept og uttalelse fra MiB - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=37&filereference=621558_1_1.PDF
- title:
- <i class="far fa-file"></i> Det kan søkes om endring av rammetillatelse - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet AS - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=36&filereference=633778_1_1.PDF
- title:
- <i class="far fa-file"></i> Bekreftelse på mottatt søknad - Ber om supplerende dokumentasjon - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=35&filereference=637429_1_1.PDF
- title:
- <i class="far fa-file"></i> Om overvann og nabovarsel samt ulovlig avkjørsel - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=33&filereference=641220_1_1.PDF
- title:
- <i class="far fa-file"></i> 16_02345
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=34&filereference=641928_1_1.PDF
- title:
- <i class="far fa-file"></i> Adkomst til og fra p-huset - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=32&filereference=644252_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=50&filereference=657192_1_1.PDF
- title:
- <i class="far fa-file"></i> Ber om ytterligere opplysninger om overvann - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=65&filereference=687562_1_1.PDF
- title:
- <i class="far fa-file"></i> E-postoversendelse
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=64&filereference=693458_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post - Brannteknisk uttalelse - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=74&filereference=720405_1_1.PDF
- title:
- <i class="far fa-file"></i> Brannteknisk uttalelse - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre pl
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=80&filereference=720406_1_1.PDF
- title:
- <i class="far fa-file"></i> 16_02345
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=73&filereference=734567_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=72&filereference=741451_1_1.PDF
- title:
- <i class="far fa-file"></i> Følgemail - 16_02345
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=71&filereference=742329_1_1.PDF
- title:
- <i class="far fa-file"></i> Ber om uttalelse - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=70&filereference=742813_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=105&filereference=755842_1_1.PDF
- title:
- <i class="far fa-file"></i> Vestby kommune - gbnr 27 29 - Vestbyveien 111 - Oslo Fashion Outlet - dispensasjon for utvidet parkering - Fylkesmannens uttalelse
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=115&filereference=755843_1_1.PDF
- title:
- <i class="far fa-file"></i> Vedtak PLM, 20062019, Sak 39/19, Dispensasjon til endring av antall plasser for biloppstillingsplasser og sykkelparkering - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet Vestby - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=104&filereference=756874_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=103&filereference=762174_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=102&filereference=762886_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post - Klage på vedtak - Vestby - gbnr 27_29 - Vestbyveien 111 - Oslo Fashion Outlet - dispensasjon for parkering i tre plan - Fylkesmannen påklager vedtaket
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=101&filereference=764586_1_1.PDF
- title:
- <i class="far fa-file"></i> Klage på vedtak - Vestby - gbnr 27 29 - Vestbyveien 111 - Oslo Fashion Outlet - dispensasjon for parkering i tre plan - Fylkesmannen påklager vedtaket
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=114&filereference=764587_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post - Dokument 15_235711-26 Klage på vedtak - Innvilgning av dispensasjon - Gnr 27 Bnr 29 - Vestbyveien 111 i Vestby kommune - Oslo Fashion Outlet - Parkering i tre plan sendt fra Statens vegvesen
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=100&filereference=766790_1_1.PDF
- title:
- <i class="far fa-file"></i> E-postoversendelse
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=98&filereference=776699_1_1.PDF
- title:
- <i class="far fa-file"></i> 16_02345
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=99&filereference=776702_1_1.PDF
- title:
- <i class="far fa-file"></i> 16_02345
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=97&filereference=776878_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=96&filereference=778303_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=95&filereference=778628_1_1.PDF
- title:
- <i class="far fa-file"></i> Følgebrev - 16_02345
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=94&filereference=778883_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=92&filereference=809773_1_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg 1 - Klage fra Fylkesmannen i Oslo og Viken
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=113&filereference=812589_1_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg 5 - Protokoll plan- og miljoeutvalget 20-06-2019
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=130&filereference=812593_1_1.PDF
- title:
- <i class="far fa-file"></i> Vedtak PLM, 19112019, Sak 73/19, Klage på innvilget dispensasjon om endring av antall plasser for biloppstillingsplasser og sykkelparkering - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=90&filereference=823875_1_1.PDF
- title:
- <i class="far fa-file"></i> 16_02345
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=142&filereference=828105_1_1.PDF
- title:
- <i class="far fa-file"></i> E-post - Oppnevning av settefylkesmann - klage etter plan- og bygningsloven
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=141&filereference=832399_1_1.PDF
- title:
- <i class="far fa-file"></i> Oppnevning av settefylkesmann - klage etter plan- og (1113_3_P
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=145&filereference=832400_1_1.PDF
- title:
- <i class="far fa-file"></i> Klagesak oversendes KMD fo
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=146&filereference=832401_1_1.PDF
- title:
- <i class="far fa-file"></i> 467936_1_A
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=147&filereference=832402_1_1.PDF
- title:
- <i class="far fa-file"></i> 467935_2_A
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=148&filereference=832403_1_1.PDF
- title:
- <i class="far fa-file"></i> Oslo Fashion Outlet, Vestby
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=140&filereference=913620_1_1.PDF
- title:
- <i class="far fa-file"></i> Klageavgjørelse vedr. dispensasjon for flere p-plasser på Oslo Fashion Outlet i Vestby kommune
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=1&sequence=139&filereference=929496_1_1.PDF
- title:
- <i class="far fa-file"></i> Innvilget innsyn i byggesak - Gnr 27 Bnr 29 - Vestbyveien 111 - Oslo Fashion Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=1&filereference=1167244_2_1.PDF
- title:
- <i class="far fa-file"></i> D2 - Sitplan for søknad - revidert.pdf
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=48&filereference=333711_2_1.PDF
- title:
- <i class="far fa-file"></i> Søknaden er fortsatt mangelfull - Gnr 27 Bnr 29 - Vestbyveien 111 - Norwegian Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=12&filereference=514751_2_1.PDF
- title:
- <i class="far fa-file"></i> Sjekkliste byggesak - med ansvarsrett - rev.21.06.17
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=15&filereference=514962_2_1.PDF
- title:
- <i class="far fa-file"></i> Søknad om vedlegg
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=10&filereference=519584_2_1.PDF
- title:
- <i class="far fa-file"></i> Ber om dokumentasjon - Gjennomføringsplan og endring av ansvarsrett - Gnr 27 Bnr 29 - Vestbyveien 111 - Parkeringsbygg
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=23&filereference=527589_2_1.PDF
- title:
- <i class="far fa-file"></i> Gjennomføringsplan 20-12-2018
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=26&filereference=528071_2_1.PDF
- title:
- <i class="far fa-file"></i> Vestby kommune 10-03-2018
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=47&filereference=542006_2_1.PDF
- title:
- <i class="far fa-file"></i> Norwegian Outlet, Parkeringshus Vestby, Kart
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=14&filereference=542007_2_1.PDF
- title:
- <i class="far fa-file"></i> Norwegian Outlet, Parkeringshus Vestby, Situasjonsplan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=17&filereference=542008_2_1.PDF
- title:
- <i class="far fa-file"></i> Norwegian Outlet, Parkeringshus Vestby, Plan 1. etasje
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=18&filereference=542009_2_1.PDF
- title:
- <i class="far fa-file"></i> Norwegian Outlet, Parkeringshus Vestby, Plan 2. etasje
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=19&filereference=542010_2_1.PDF
- title:
- <i class="far fa-file"></i> Norwegian Outlet, Parkeringshus Vestby, Fasader og snitt
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=20&filereference=542011_2_1.PDF
- title:
- <i class="far fa-file"></i> 3333_G0-3
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=21&filereference=542012_2_1.PDF
- title:
- <i class="far fa-file"></i> Brannteknisk uttalelse - Gnr 27 Bnr 29 - Vestbyveien 111 - Norwegian Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=30&filereference=564236_2_1.PDF
- title:
- <i class="far fa-file"></i> Følgebrev - Søknad om IG - gjennomføringsplan - Erklæring om ansvarsrett for BrannCon og UnionConsult Øst
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=45&filereference=572803_2_1.PDF
- title:
- <i class="far fa-file"></i> Overvannløsning - Gnr 27 Bnr 29 - Vestbyveien 111 - Norwegian Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=28&filereference=573816_2_1.PDF
- title:
- <i class="far fa-file"></i> image2018-05-30-110440
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=46&filereference=583009_2_1.PDF
- title:
- <i class="far fa-file"></i> Søknad mottatt - Ber om ytterligere opplysninger - Gnr 27 Bnr 29 - Vestbyveien 111 - Norwegian Outlet - Parkering i tre plan
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=39&filereference=591062_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E6
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=79&filereference=630904_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E4
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=82&filereference=630911_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E5
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=84&filereference=630912_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E3
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=87&filereference=630915_2_1.PDF
- title:
- <i class="far fa-file"></i> Sjekkliste byggesak - med ansvarsrett - rev.21.06.17
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=44&filereference=633779_2_1.PDF
- title:
- <i class="far fa-file"></i> Sjekkliste byggesak - med ansvarsrett - rev.21.06.17
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=43&filereference=637454_2_1.PDF
- title:
- <i class="far fa-file"></i> Komplettering på endringsmelding
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=31&filereference=657190_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg D3
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=41&filereference=657191_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E1
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=51&filereference=657193_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E3
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=52&filereference=657194_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E4
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=53&filereference=657195_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E5
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=54&filereference=657196_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg E6
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=56&filereference=657197_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg D1
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=57&filereference=657198_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg D2
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=55&filereference=657199_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg Q5
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=42&filereference=657200_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg Q6
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=49&filereference=657201_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg Q7
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=58&filereference=657202_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg Q8
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=59&filereference=657203_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg G1 ver 3
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=60&filereference=657204_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg Q4
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=61&filereference=657205_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg Q3
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=62&filereference=657206_2_1.PDF
- title:
- <i class="far fa-file"></i> Vedlegg G3
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=63&filereference=657207_2_1.PDF
- title:
- <i class="far fa-file"></i> Tegning
- url:
- https://vestby.pj.360online.com/Download/DownloadFile/?journalid=2016-2345-143&variant=A&version=2&sequence=66&filereference=693459_2_1.PDF
- entity_name:
- Nesodden kommune
- entity_id:
- 0216-nesodden-kommune
- case_title:
- Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- case_serial_number:
- 2017/653
- document_id:
- 2021/15873-100000002021015873
- document_type:
- Utgående brev
- document_title:
- Oversendelse for tilsyn - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D
- document_date:
- 2021-04-08
- recorded_date:
- 2021-04-08
- from:
No results.
- to:
1 results
- XXXX-NAME-XXXX Hovland
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/0216-nesodden-kommune/2021/15873
- files:
60 results
- title:
- <i class="far fa-file-pdf"></i> Oversendelse for tilsyn - Gbnr 4139 - Øvre Utsiktsvei 27-29 - Hus D
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992435&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gbnr 4/139 - Øvre Utsiktsvei 27 og 29 - Nybygg bolig - Søknad om tillatelse i ett trinn
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992447&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gjennomføringsplan
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992448&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Nuno Arkitektur AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992449&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Hersleth Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992450&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Elektroide AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992453&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Samsvarserklæring - Multiconsult ASA
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992454&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Multiconsult ASA
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992455&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Pro Landskap AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992456&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Skjerviken Rør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992457&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Unionconsult Øst+ AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992458&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Oslo Termografi og Byggteknikk AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992459&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Redegjørelse for ett-trinns søknad
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992460&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - R G Oppmåling Roar Viggo Gundrosen
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992461&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig - Søknad om dispensasjon
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992462&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig - Tillatelse til tiltak i ett trinn
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992464&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gjennomføringsplan
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992474&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Boligspesifikasjoner
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992475&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Situasjonsplan 2
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992476&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig - Søknad om endring av gitt tillatelse
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992478&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig - Komplettering tegninger
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992481&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig - Tillatelse til endring
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992482&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gjennomføringsplan
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992483&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992484&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Melding om endring av ansvarsretter - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992485&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gjennomføringsplan
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992486&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Andersen og Berg Consult
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992487&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - VVS Kontakten AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992488&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Total klima og VVS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992489&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992490&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Norsk Byggekontroll AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992491&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Oppdatert gjennomføringsplan - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992492&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Søknad om midlertidig brukstillatelse - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992493&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 3 Marksikringsplan
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992494&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 12 Gjennomføringsplan
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992495&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gjennomføringsplan og erklæring om ansvarsretter - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992496&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Skjerviken Rør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992497&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Skjerviken Rør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992498&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - VVS Kontakten AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992499&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Nuno Arkitektur AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992500&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Norsk Byggekontroll AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992501&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Total Klima og VVS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992502&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Pro Landskap AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992503&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Total Klima og VVS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992504&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Haug Entreprenørservice AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992505&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992506&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992507&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992508&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992509&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Norsk Byggekontroll AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992510&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Unionconsult Øst+ AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992511&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Andersen og Berg Consult AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992512&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Haug Entreprenørservice AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992513&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Haug Entreprenørservice AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992514&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Haug Entreprenørservice AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992515&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Midlertidig brukstillatelse - Bekreftelse sikkerhetsnivå - Øvre Utsiktsvei 27 A - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992516&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Endring av ansvarsrett - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992517&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> ØV29 R MB D Q Redegjørelse terrenginngrep Ettersendt 070121
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992518&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> SV 17653 - Gbnr 4139 - Øvre Utsiktsvei 27-29 - Hus D - Søknad om midlertidig brukstillatelse
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992519&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Midlertidig brukstillatelse - Øvre Utsiktsvei 27 A - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2021015873&dokid=992520&versjon=1&variant=A&
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Rammeavtale rådgivende ingeniørtjenester og arkitekt - XXXX-NAME-XXXX og Akershus vest - Kontrakt UnionConsult AS
- case_serial_number:
- 2017/4640
- document_id:
- 2017/4640-4
- document_type:
- Utgående brev
- document_title:
- Referat tilbakemeldinger fra Statsbygg
- document_date:
- 2021-02-15
- recorded_date:
- 2021-05-21
- from:
1 results
- Statsbygg
- to:
1 results
- WSP NORGE AS
- from_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- to_org:
1 results
- navn:
- WSP NORGE AS
- orgnummer:
- 881894742
- case_url:
- https://norske-postlister.no/sak/statsbygg/2017/4640
- files:
No results.
- entity_name:
- Statsbygg
- entity_id:
- statsbygg
- case_title:
- Rammeavtale rådgivende ingeniørtjenester og arkitekt - RI Hedmark og Oppland - Kontrakt UnionConsult AS
- case_serial_number:
- 2017/4638
- document_id:
- 2017/4638-4
- document_type:
- Inngående brev
- document_title:
- Indeksregulerte priser - WSP tidligere UnionConsult AS
- document_date:
- 2021-01-15
- recorded_date:
- 2021-01-15
- from:
1 results
- WSP NORGE AS
- to:
1 results
- Statsbygg
- from_org:
1 results
- navn:
- WSP NORGE AS
- orgnummer:
- 881894742
- to_org:
1 results
- navn:
- STATSBYGG
- orgnummer:
- 971278374
- case_url:
- https://norske-postlister.no/sak/statsbygg/2017/4638
- files:
No results.
- entity_name:
- Skien kommune
- entity_id:
- 0806-skien-kommune
- case_title:
- Rådgivertjenester brannteknikk
- case_serial_number:
- 2017/24319
- document_id:
- 2017/24319-22
- document_type:
- Utgående brev
- document_title:
- Prolongering / Forlengelse av rammeavtaler innenfor rådgivertjenester brannteknikk
- document_date:
- 2020-12-29
- recorded_date:
- 2020-12-30
- from:
No results.
- to:
1 results
- Norconsult AS, WSP Norge AS, UnionConsult AS
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/0806-skien-kommune/2017/24319
- files:
No results.
- entity_name:
- Nesodden kommune
- entity_id:
- 0216-nesodden-kommune
- case_title:
- Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- case_serial_number:
- 2017/653
- document_id:
- 2020/56107-100000002020056107
- document_type:
- Inngående brev
- document_title:
- Gjennomføringsplan og erklæring om ansvarsretter - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- document_date:
- 2020-12-14
- recorded_date:
- 2020-12-15
- from:
1 results
- Nuno Arkitektur AS
- to:
No results.
- from_org:
1 results
- navn:
- NUNO ARKITEKTUR AS
- orgnummer:
- 942826400
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/0216-nesodden-kommune/2020/56107
- files:
26 results
- title:
- <i class="far fa-file-pdf"></i> Gjennomføringsplan og erklæring om ansvarsretter - Gbnr 4/139 - Øvre Utsiktsvei 27-29 - Hus D - Nybygg bolig
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952184&versjon=1&variant=A&
- title:
- <i class="far fa-file"></i> 2___valideringsrapportFraFellestjenesterBygg.xml
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952185&versjon=1&variant=P&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Skjerviken Rør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952186&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Skjerviken Rør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952187&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - VVS Kontakten AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952188&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - RG Oppmåling
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952260&versjon=1&variant=P&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - RG Oppmåling
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952261&versjon=1&variant=P&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Nuno Arkitektur AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952191&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Norsk Byggekontroll AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952192&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Total Klima og VVS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952193&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Pro Landskap AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952194&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Total Klima og VVS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952195&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Haug Entreprenørservice AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952196&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952197&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952198&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952199&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Solid Entreprenør AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952200&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Norsk Byggekontroll AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952201&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Unionconsult Øst+ AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952202&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Multiconsult ASA
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952263&versjon=1&variant=P&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Andersen og Berg Consult AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952204&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Haug Entreprenørservice AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952205&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Haug Entreprenørservice AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952206&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Erklæring om ansvarsrett - Haug Entreprenørservice AS
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952207&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Vedleggsopplysninger
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952209&versjon=1&variant=A&
- title:
- <i class="far fa-file"></i> 27_Skjema_KAN-INNEHOLDE-PERSONOPPLYSNINGER.xml
- url:
- https://innsyn.onacos.no/nesodden/postliste/wfdocument.ashx?journalpostid=2020056107&dokid=952210&versjon=1&variant=P&
- entity_name:
- Moss kommune
- entity_id:
- 0104-moss-kommune
- case_title:
- Moss Verk 1 - 3/1224 - opparbeidelse av park - gangvei - gangbro
- case_serial_number:
- 2020/52
- document_id:
- 2020/45547-100000002020045547
- document_type:
- Inngående brev
- document_title:
- Moss verk 1 3/1224 Elvepromenaden - søknad om ferdigattest - status
- document_date:
- 2020-05-19
- recorded_date:
- 2020-05-20
- from:
1 results
- Multiconsult Norge AS
- to:
No results.
- from_org:
1 results
- navn:
- MULTICONSULT NORGE AS
- orgnummer:
- 918836519
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/0104-moss-kommune/2020/45547
- files:
8 results
- title:
- <i class="far fa-file-pdf"></i> Moss verk 1 3/1224 Elvepromenaden - søknad om ferdigattest - status
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020045547&dokid=81732&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> S¢knad om ferdigattest
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020045547&dokid=81733&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Gjennomf¢ringsplan
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020045547&dokid=81734&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Kontrollerklæring - sluttrapport - Unionconsult Geo
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020045547&dokid=81735&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Sluttrapport om forurenset grunn
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020045547&dokid=81736&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Sluttrapport - avfall
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020045547&dokid=81737&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> Overtakelsesprotokoll - VA anlegg
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020045547&dokid=81738&versjon=1&variant=A&
- title:
- <i class="far fa-file"></i> Moss kommune har mottatt deres henvendelse
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020045547&dokid=81739&versjon=1&variant=P&
- entity_name:
- Moss kommune
- entity_id:
- 0104-moss-kommune
- case_title:
- Carlsmindeveien 41 - 189/152 - boliger
- case_serial_number:
- 2020/16349
- document_id:
- 2020/44547-100000002020044547
- document_type:
- Inngående brev
- document_title:
- Carlsmindeveien 41 - 189/152 - rammesøknad - bolig - småhus
- document_date:
- 2020-05-15
- recorded_date:
- 2020-05-18
- from:
1 results
- AS Arkitektbua
- to:
No results.
- from_org:
1 results
- navn:
- AS ARKITEKTBUA
- orgnummer:
- 960990072
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/0104-moss-kommune/2020/44547
- files:
24 results
- title:
- <i class="far fa-file-pdf"></i> Carlsmindeveien 41 - 189/152 - rammesøknad - bolig - småhus
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79865&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 3_KORR_Nabovarsel_Nabovarsel - AR371505213.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79867&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 4_KORR_KvitteringNabovarsel_Kvittering av sendt nabovasel - AR371505213.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79868&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 5_KORR_Nabomerknader_Merknad - Anette Meum Simensen - AR371617350.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79869&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 6_KORR_Nabomerknader_Merknad - Øystein Bakke - AR373786960.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79870&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 7_KORR_Nabomerknader_Merknad - Tone Merete Bakke - AR373787049.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79871&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 8_KORR_KommentarNabomerknader_kommentar-til-nabovarsel.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79872&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 9_KART_Situasjonsplan_vedlegg-d-02-utomhusplan-1-200-a2-pdf.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79873&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 10_KART_Situasjonsplan_vedlegg-d-01-situasjonsplan-1-500-a4-pdf.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79874&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 11_TEGN_TegningNyFasade_vedlegg-e-05-3d-illustrasjon-1-pdf.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79875&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 12_TEGN_TegningNyFasade_vedlegg-e-06-3d-illustrasjon-2-pdf.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79876&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 13_TEGN_TegningNyFasade_vedlegg-e-01--fasader-1-200-a3-pdf.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79877&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 14_TEGN_TegningNyPlan_vedlegg-e-04-plan-2--etasje.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79878&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 15_TEGN_TegningNyPlan_vedlegg-e-03-plan-1--etasje.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79879&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 16_TEGN_TegningNyttSnitt_vedlegg-e-02--snitt-a--b--c-og-d--1-100-a1-pdf.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79880&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 17_ANKO_ErklaeringAnsvarsrett_erkl-ring-om-ansvarsrett-arkitektbua-as-14-05-2020.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79881&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 18_ANKO_ErklaeringAnsvarsrett_signert-erkl-ring-om-ansvarsrett - branndokumentasjon - UnionConsult-as.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79882&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 19_ANKO_ErklaeringAnsvarsrett_carlsmindeveien-41--5181-erklaring-om-ansvarsrett.pdf - WSP Norge AS
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79883&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 20_KORR_BoligspesifikasjonMatrikkel_5176-boligspesifikasjon-i-matrikkelen.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79884&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 21_KORR_Annet_brannkonsept---carlsmindeveien-14.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79885&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 22_KORR_Annet_branntegning - Carlbergveien-bolig---plan-1.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79886&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 27__Vedleggsopplysninger.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79890&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 26_ANKO_Gjennomføringsplan.pdf
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79891&versjon=1&variant=A&
- title:
- <i class="far fa-file-pdf"></i> 28__Erklæring om ansvarsrett.pdf - AS Arkitektbua
- url:
- https://innsyn.onacos.no/moss/postliste/wfdocument.ashx?journalpostid=2020044547&dokid=79892&versjon=1&variant=A&
- limit:
- 25
- offset:
- 0
- has_more_results:
- no
- truncated:
- no
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
- Back to Norwegian public correspondence journals
- All sources in Government, law and public records
- Search for Norwegian public correspondence journals 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 search 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
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.