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:
- 52275
- returned:
- 25
- capped:
- yes
- documents:
25 results
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- case_serial_number:
- 2026/1748
- document_id:
- 2026/1748-1
- document_type:
- Inngående brev
- document_title:
- Søknad om vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- BRAVIDA NORGE AS
- to:
No results.
- from_org:
1 results
- navn:
- BRAVIDA NORGE AS
- orgnummer:
- 987582561
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1748
- files:
1 results
- title:
- <i class="far fa-file"></i> Søknad om vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1748-1&variant=A&version=2&sequence=1&filereference=896317_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- case_serial_number:
- 2026/1748
- document_id:
- 2026/1748-2
- document_type:
- Utgående brev
- document_title:
- Godkjenning av søknad om vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
No results.
- to:
1 results
- BRAVIDA NORGE AS
- from_org:
No results.
- to_org:
1 results
- navn:
- BRAVIDA NORGE AS
- orgnummer:
- 987582561
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1748
- files:
1 results
- title:
- <i class="far fa-file"></i> Godkjenning av søknad om vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1748-2&variant=A&version=2&sequence=1&filereference=896318_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- case_serial_number:
- 2026/1748
- document_id:
- 2026/1748-3
- document_type:
- Inngående brev
- document_title:
- Ferdigmelding for vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- BRAVIDA NORGE AS
- to:
No results.
- from_org:
1 results
- navn:
- BRAVIDA NORGE AS
- orgnummer:
- 987582561
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1748
- files:
3 results
- title:
- <i class="far fa-file"></i> IMG_2463
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1748-3&variant=A&version=1&sequence=2&filereference=896333_1_1.jpg
- title:
- <i class="far fa-file"></i> IMG_2464
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1748-3&variant=A&version=1&sequence=3&filereference=896334_1_1.jpg
- title:
- <i class="far fa-file"></i> Ferdigmelding for vannmåler på gnr. 6, bnr. 663 - Industriveien 7
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1748-3&variant=A&version=2&sequence=1&filereference=896332_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 60
- case_serial_number:
- 2026/1758
- document_id:
- 2026/1758-1
- document_type:
- Inngående brev
- document_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 60
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- P S HÅLAND RØR AS
- to:
No results.
- from_org:
1 results
- navn:
- P S HÅLAND RØR AS
- orgnummer:
- not reported by source
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1758
- files:
4 results
- title:
- <i class="far fa-file"></i> Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 60
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1758-1&variant=A&version=2&sequence=1&filereference=896534_2_1.pdf
- title:
- <i class="far fa-file"></i> Ansvarsrett
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1758-1&variant=A&version=2&sequence=2&filereference=896535_2_1.pdf
- title:
- <i class="far fa-file"></i> Bunnledningsplan
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1758-1&variant=A&version=2&sequence=3&filereference=896536_2_1.pdf
- title:
- <i class="far fa-file"></i> Samsvarserklæring
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1758-1&variant=A&version=2&sequence=4&filereference=896537_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 62
- case_serial_number:
- 2026/1759
- document_id:
- 2026/1759-1
- document_type:
- Inngående brev
- document_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 62
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- P S HÅLAND RØR AS
- to:
No results.
- from_org:
1 results
- navn:
- P S HÅLAND RØR AS
- orgnummer:
- not reported by source
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1759
- files:
4 results
- title:
- <i class="far fa-file"></i> Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 62
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1759-1&variant=A&version=2&sequence=1&filereference=896538_2_1.pdf
- title:
- <i class="far fa-file"></i> Ansvarsrett
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1759-1&variant=A&version=2&sequence=2&filereference=896539_2_1.pdf
- title:
- <i class="far fa-file"></i> Bunnledningsplan
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1759-1&variant=A&version=2&sequence=3&filereference=896540_2_1.pdf
- title:
- <i class="far fa-file"></i> Samsvarserklæring
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1759-1&variant=A&version=2&sequence=4&filereference=896541_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 64
- case_serial_number:
- 2026/1760
- document_id:
- 2026/1760-1
- document_type:
- Inngående brev
- document_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 64
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- P S HÅLAND RØR AS
- to:
No results.
- from_org:
1 results
- navn:
- P S HÅLAND RØR AS
- orgnummer:
- not reported by source
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1760
- files:
4 results
- title:
- <i class="far fa-file"></i> Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 64
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1760-1&variant=A&version=2&sequence=1&filereference=896542_2_1.pdf
- title:
- <i class="far fa-file"></i> Ansvarsrett
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1760-1&variant=A&version=2&sequence=2&filereference=896543_2_1.pdf
- title:
- <i class="far fa-file"></i> Bunnledningsplan
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1760-1&variant=A&version=2&sequence=3&filereference=896544_2_1.pdf
- title:
- <i class="far fa-file"></i> Samsvarserklæring
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1760-1&variant=A&version=2&sequence=4&filereference=896545_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 66
- case_serial_number:
- 2026/1761
- document_id:
- 2026/1761-1
- document_type:
- Inngående brev
- document_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 66
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- P S HÅLAND RØR AS
- to:
No results.
- from_org:
1 results
- navn:
- P S HÅLAND RØR AS
- orgnummer:
- not reported by source
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1761
- files:
4 results
- title:
- <i class="far fa-file"></i> Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 66
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1761-1&variant=A&version=2&sequence=1&filereference=896550_2_1.pdf
- title:
- <i class="far fa-file"></i> Ansvarsrett
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1761-1&variant=A&version=2&sequence=2&filereference=896551_2_1.pdf
- title:
- <i class="far fa-file"></i> Bunnledningsplan
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1761-1&variant=A&version=2&sequence=3&filereference=896552_2_1.pdf
- title:
- <i class="far fa-file"></i> Samsvarserklæring
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1761-1&variant=A&version=2&sequence=4&filereference=896553_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 68
- case_serial_number:
- 2026/1762
- document_id:
- 2026/1762-1
- document_type:
- Inngående brev
- document_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 68
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- P S HÅLAND RØR AS
- to:
No results.
- from_org:
1 results
- navn:
- P S HÅLAND RØR AS
- orgnummer:
- not reported by source
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1762
- files:
4 results
- title:
- <i class="far fa-file"></i> Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 68
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1762-1&variant=A&version=2&sequence=1&filereference=896554_2_1.pdf
- title:
- <i class="far fa-file"></i> Ansvarsrett
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1762-1&variant=A&version=2&sequence=2&filereference=896555_2_1.pdf
- title:
- <i class="far fa-file"></i> Bunnledningsplan
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1762-1&variant=A&version=2&sequence=3&filereference=896556_2_1.pdf
- title:
- <i class="far fa-file"></i> Samsvarserklæring
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1762-1&variant=A&version=2&sequence=4&filereference=896557_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 70
- case_serial_number:
- 2026/1763
- document_id:
- 2026/1763-1
- document_type:
- Inngående brev
- document_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 70
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- P S HÅLAND RØR AS
- to:
No results.
- from_org:
1 results
- navn:
- P S HÅLAND RØR AS
- orgnummer:
- not reported by source
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1763
- files:
4 results
- title:
- <i class="far fa-file"></i> Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 70
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1763-1&variant=A&version=2&sequence=1&filereference=896558_2_1.pdf
- title:
- <i class="far fa-file"></i> Ansvarsrett
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1763-1&variant=A&version=2&sequence=2&filereference=896559_2_1.pdf
- title:
- <i class="far fa-file"></i> Bunnledningsplan
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1763-1&variant=A&version=2&sequence=3&filereference=896560_2_1.pdf
- title:
- <i class="far fa-file"></i> Samsvarserklæring
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1763-1&variant=A&version=2&sequence=4&filereference=896561_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 72
- case_serial_number:
- 2026/1764
- document_id:
- 2026/1764-1
- document_type:
- Inngående brev
- document_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 72
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- P S HÅLAND RØR AS
- to:
No results.
- from_org:
1 results
- navn:
- P S HÅLAND RØR AS
- orgnummer:
- not reported by source
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1764
- files:
4 results
- title:
- <i class="far fa-file"></i> Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 72
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1764-1&variant=A&version=2&sequence=1&filereference=896570_2_1.pdf
- title:
- <i class="far fa-file"></i> Ansvarsrett
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1764-1&variant=A&version=2&sequence=2&filereference=896571_2_1.pdf
- title:
- <i class="far fa-file"></i> Bunnledningsplan
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1764-1&variant=A&version=2&sequence=3&filereference=896572_2_1.pdf
- title:
- <i class="far fa-file"></i> Samsvarserklæring
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1764-1&variant=A&version=2&sequence=4&filereference=896573_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 74
- case_serial_number:
- 2026/1765
- document_id:
- 2026/1765-1
- document_type:
- Inngående brev
- document_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 74
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- P S HÅLAND RØR AS
- to:
No results.
- from_org:
1 results
- navn:
- P S HÅLAND RØR AS
- orgnummer:
- not reported by source
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1765
- files:
4 results
- title:
- <i class="far fa-file"></i> Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 7, bnr. 1162 - Fuglaberget 74
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1765-1&variant=A&version=2&sequence=1&filereference=896574_2_1.pdf
- title:
- <i class="far fa-file"></i> Ansvarsrett
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1765-1&variant=A&version=2&sequence=2&filereference=896575_2_1.pdf
- title:
- <i class="far fa-file"></i> Bunnledningsplan
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1765-1&variant=A&version=2&sequence=3&filereference=896576_2_1.pdf
- title:
- <i class="far fa-file"></i> Samsvarserklæring
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1765-1&variant=A&version=2&sequence=4&filereference=896577_2_1.pdf
- entity_name:
- Rennebu kommune
- entity_id:
- 5022-rennebu-kommune
- case_title:
- Berkåksmoen renseanlegg - Rapporter og tilsyn 2026
- case_serial_number:
- 2026/136
- document_id:
- 2026/136-12
- document_type:
- Inngående brev
- document_title:
- Analyseresultater 07.09.2026 - Innløp og utløp
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- SGS ANALYTICS NORWAY AS
- to:
1 results
- Rennebu kommune
- from_org:
No results.
- to_org:
1 results
- navn:
- RENNEBU KOMMUNE
- orgnummer:
- 940083672
- case_url:
- https://norske-postlister.no/sak/5022-rennebu-kommune/2026/136
- files:
No results.
- entity_name:
- Rennebu kommune
- entity_id:
- 5022-rennebu-kommune
- case_title:
- Gravemelding - Søåsen
- case_serial_number:
- 2026/2672
- document_id:
- 2026/2672-2
- document_type:
- Utgående brev
- document_title:
- Svar på søknad om gravetillatelse Søåsen
- document_date:
- 2026-09-22
- recorded_date:
- 2026-09-22
- from:
1 results
- Rennebu kommune
- to:
1 results
- Oppdal Maskinkompani As
- from_org:
1 results
- navn:
- RENNEBU KOMMUNE
- orgnummer:
- 940083672
- to_org:
2 results
- navn:
- OPPDAL MASKINKOMPANI AS
- orgnummer:
- not reported by source
- navn:
- NEAS AS
- orgnummer:
- 960684737
- case_url:
- https://norske-postlister.no/sak/5022-rennebu-kommune/2026/2672
- files:
No results.
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 361 - Ringtrostveien 1b
- case_serial_number:
- 2026/1728
- document_id:
- 2026/1728-2
- document_type:
- Utgående brev
- document_title:
- Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 361 - Ringtrostveien 1b
- document_date:
- 2026-09-21
- recorded_date:
- 2026-09-21
- from:
No results.
- to:
1 results
- B.S. GRAVESERVICE AS
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1728
- files:
1 results
- title:
- <i class="far fa-file"></i> Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 361 - Ringtrostveien 1b
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1728-2&variant=A&version=2&sequence=1&filereference=896176_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 360 - Ringtrostveien 3b
- case_serial_number:
- 2026/1730
- document_id:
- 2026/1730-2
- document_type:
- Utgående brev
- document_title:
- Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 360 - Ringtrostveien 3b
- document_date:
- 2026-09-21
- recorded_date:
- 2026-09-21
- from:
No results.
- to:
1 results
- B.S. GRAVESERVICE AS
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1730
- files:
1 results
- title:
- <i class="far fa-file"></i> Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 360 - Ringtrostveien 3b
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1730-2&variant=A&version=2&sequence=1&filereference=896180_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 359 - Ringtrostveien 5b
- case_serial_number:
- 2026/1732
- document_id:
- 2026/1732-2
- document_type:
- Utgående brev
- document_title:
- Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 359 - Ringtrostveien 5b
- document_date:
- 2026-09-21
- recorded_date:
- 2026-09-21
- from:
No results.
- to:
1 results
- B.S. GRAVESERVICE AS
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1732
- files:
1 results
- title:
- <i class="far fa-file"></i> Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 359 - Ringtrostveien 5b
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1732-2&variant=A&version=2&sequence=1&filereference=896182_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 358 - Ringtrostveien 7b
- case_serial_number:
- 2026/1733
- document_id:
- 2026/1733-2
- document_type:
- Utgående brev
- document_title:
- Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 358 - Ringtrostveien 7b
- document_date:
- 2026-09-21
- recorded_date:
- 2026-09-21
- from:
No results.
- to:
1 results
- B.S. GRAVESERVICE AS
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1733
- files:
1 results
- title:
- <i class="far fa-file"></i> Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 358 - Ringtrostveien 7b
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1733-2&variant=A&version=2&sequence=1&filereference=896183_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 357 - Ringtrostveien 9b
- case_serial_number:
- 2026/1735
- document_id:
- 2026/1735-2
- document_type:
- Utgående brev
- document_title:
- Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 357 - Ringtrostveien 9b
- document_date:
- 2026-09-21
- recorded_date:
- 2026-09-21
- from:
No results.
- to:
1 results
- B.S. GRAVESERVICE AS
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1735
- files:
1 results
- title:
- <i class="far fa-file"></i> Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 357 - Ringtrostveien 9b
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1735-2&variant=A&version=2&sequence=1&filereference=896186_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 356 - Ringtrostveien 11b
- case_serial_number:
- 2026/1737
- document_id:
- 2026/1737-2
- document_type:
- Utgående brev
- document_title:
- Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 356 - Ringtrostveien 11b
- document_date:
- 2026-09-21
- recorded_date:
- 2026-09-21
- from:
No results.
- to:
1 results
- B.S. GRAVESERVICE AS
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1737
- files:
1 results
- title:
- <i class="far fa-file"></i> Godkjenning av søknad om ny tilknytning til offentlig vann- /avløpsanlegg på gnr. 9, bnr. 356 - Ringtrostveien 11b
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1737-2&variant=A&version=2&sequence=1&filereference=896178_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vann- og avløpsarbeid på gnr. 27, bnr. 4 - Gjesdal 43
- case_serial_number:
- 2026/1743
- document_id:
- 2026/1743-1
- document_type:
- Inngående brev
- document_title:
- Søknad om vann- og avløpsarbeid på gnr. 27, bnr. 4 - Gjesdal 43
- document_date:
- 2026-09-21
- recorded_date:
- 2026-09-21
- from:
1 results
- THINGBØ RØRSERVICE AS
- to:
No results.
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1743
- files:
3 results
- title:
- <i class="far fa-file"></i> Søknad om vann- og avløpsarbeid på gnr. 27, bnr. 4 - Gjesdal 43
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1743-1&variant=A&version=2&sequence=1&filereference=896190_2_1.pdf
- title:
- <i class="far fa-file"></i> Tømmeavtale_Arnstein Frafjord
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1743-1&variant=A&version=2&sequence=2&filereference=896191_2_1.pdf
- title:
- <i class="far fa-file"></i> Sit plan 10.08.26 VA - A. Frafjord
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1743-1&variant=A&version=2&sequence=3&filereference=896192_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vann- og avløpsarbeid på gnr. 27, bnr. 4 - Gjesdal 47
- case_serial_number:
- 2026/1744
- document_id:
- 2026/1744-1
- document_type:
- Inngående brev
- document_title:
- Søknad om vann- og avløpsarbeid på gnr. 27, bnr. 4 - Gjesdal 47
- document_date:
- 2026-09-21
- recorded_date:
- 2026-09-21
- from:
1 results
- THINGBØ RØRSERVICE AS
- to:
No results.
- from_org:
No results.
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1744
- files:
1 results
- title:
- <i class="far fa-file"></i> Søknad om vann- og avløpsarbeid på gnr. 27, bnr. 4 - Gjesdal 47
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1744-1&variant=A&version=2&sequence=1&filereference=896199_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vannmåler på gnr. 13, bnr. 21 - Bygdaveien 28
- case_serial_number:
- 2026/1714
- document_id:
- 2026/1714-1
- document_type:
- Inngående brev
- document_title:
- Søknad om vannmåler på gnr. 13, bnr. 21 - Bygdaveien 28
- document_date:
- 2026-09-18
- recorded_date:
- 2026-09-21
- from:
1 results
- BRAVIDA NORGE AS
- to:
No results.
- from_org:
1 results
- navn:
- BRAVIDA NORGE AS
- orgnummer:
- 987582561
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1714
- files:
2 results
- title:
- <i class="far fa-file"></i> IMG_5252
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1714-1&variant=A&version=1&sequence=2&filereference=895452_1_1.jpeg
- title:
- <i class="far fa-file"></i> Søknad om vannmåler på gnr. 13, bnr. 21 - Bygdaveien 28
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1714-1&variant=A&version=2&sequence=1&filereference=895451_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vannmåler på gnr. 14, bnr. 31 - Bygdaveien 116c
- case_serial_number:
- 2026/1715
- document_id:
- 2026/1715-1
- document_type:
- Inngående brev
- document_title:
- Søknad om vannmåler på gnr. 14, bnr. 31 - Bygdaveien 116c
- document_date:
- 2026-09-18
- recorded_date:
- 2026-09-21
- from:
1 results
- BRAVIDA NORGE AS
- to:
No results.
- from_org:
1 results
- navn:
- BRAVIDA NORGE AS
- orgnummer:
- 987582561
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1715
- files:
2 results
- title:
- <i class="far fa-file"></i> IMG_5251
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1715-1&variant=A&version=1&sequence=2&filereference=895454_1_1.jpeg
- title:
- <i class="far fa-file"></i> Søknad om vannmåler på gnr. 14, bnr. 31 - Bygdaveien 116c
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1715-1&variant=A&version=2&sequence=1&filereference=895453_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vannmåler på gnr. 14, bnr. 12 - Kvernamoveien 6
- case_serial_number:
- 2026/1716
- document_id:
- 2026/1716-1
- document_type:
- Inngående brev
- document_title:
- Søknad om vannmåler på gnr. 14, bnr. 12 - Kvernamoveien 6
- document_date:
- 2026-09-18
- recorded_date:
- 2026-09-21
- from:
1 results
- BRAVIDA NORGE AS
- to:
No results.
- from_org:
1 results
- navn:
- BRAVIDA NORGE AS
- orgnummer:
- 987582561
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1716
- files:
2 results
- title:
- <i class="far fa-file"></i> IMG_5250
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1716-1&variant=A&version=1&sequence=2&filereference=895456_1_1.jpeg
- title:
- <i class="far fa-file"></i> Søknad om vannmåler på gnr. 14, bnr. 12 - Kvernamoveien 6
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1716-1&variant=A&version=2&sequence=1&filereference=895455_2_1.pdf
- entity_name:
- Gjesdal kommune
- entity_id:
- 1122-gjesdal-kommune
- case_title:
- Søknad om vannmåler på gnr. 14, bnr. 188 - Moen 14
- case_serial_number:
- 2026/1717
- document_id:
- 2026/1717-1
- document_type:
- Inngående brev
- document_title:
- Søknad om vannmåler på gnr. 14, bnr. 188 - Moen 14
- document_date:
- 2026-09-18
- recorded_date:
- 2026-09-21
- from:
1 results
- BRAVIDA NORGE AS
- to:
No results.
- from_org:
1 results
- navn:
- BRAVIDA NORGE AS
- orgnummer:
- 987582561
- to_org:
No results.
- case_url:
- https://norske-postlister.no/sak/1122-gjesdal-kommune/2026/1717
- files:
2 results
- title:
- <i class="far fa-file"></i> IMG_5249
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1717-1&variant=A&version=1&sequence=2&filereference=895458_1_1.jpeg
- title:
- <i class="far fa-file"></i> Søknad om vannmåler på gnr. 14, bnr. 188 - Moen 14
- url:
- https://gjesdal.pj.360online.com/Download/DownloadFile/?journalid=2026-1717-1&variant=A&version=2&sequence=1&filereference=895457_2_1.pdf
- 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.