Get one notice
get_tenderRetrieve a single public tender notice from the German federal portal. Extract decision-relevant fields like deadlines, lot values, and document links, or get the full JSON or XML data.
Instructions
Fetches a single notice. 'summary' extracts the fields a bidder decides on (deadlines, lot values, suitableFor, document links); the other formats are returned verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | summary = curated extraction; domain/ocds = full JSON; eforms = original XML. | summary |
| noticeId | Yes | Notice identifier (UUID) from a search result. | |
| noticeVersion | No | Version like '01'; defaults to the latest published one. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Verbatim response body for the non-summary formats. | |
| uri | Yes | Canonical resource URI for the same document. | |
| format | Yes | ||
| summary | No | Only for format 'summary'. | |
| noticeId | Yes |