{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"e1420482-8d26-4942-a404-f707f3c68319","name":"Auftrag-Select API","description":"## 1\\. Prerequisites\n\n- Account at **app.auftrag-select.com** with an **Administrator** role or higher.\n    \n- Stable internet connection.\n    \n\n---\n\n## 2\\. Create an API Key\n\n1. **Sign in** to your account at [https://app.auftrag-select.com](https://app.auftrag-select.com/).\n    \n2. Go to **Developer Settings**: [https://app.auftrag-select.com/settings/developer](https://app.auftrag-select.com/settings/developer).\n    \n3. Click **Create API Key** and give it a descriptive label (e.g. **\"Backend‑Service\"**).\n    \n4. Copy the key immediately.\n    \n\n<img src=\"https://content.pstmn.io/1d936ea8-aafd-467b-aff7-8d3ca87c054b/U2NyZWVuc2hvdCAyMDI0LTAyLTE5IGF0IDEzLjAwLjIwLnBuZw==\" alt=\"Screenshot%20/settings/developer\" width=\"495\" height=\"171\">\n\n---\n\n## 3\\. Base URL\n\n| Environment | Current Base URL | **New Base URL** (effective **Jan 1 2026**) |\n| --- | --- | --- |\n| Production | `https://api.auftrag-select.com` | `https://api.auftrag-select.com/v1` |\n\n_The legacy root path will remain operational until_ _**Dec 31 2028**______, giving you ample time to migrate._\n\n---\n\n## 4\\. Authentication\n\nInclude your API key in an `Authorization` header using the **Bearer** scheme:\n\n``` http\nAuthorization: Bearer YOUR_API_KEY\n\n ```\n\n---\n\n## 5\\. Example Request: List Notices\n\n``` bash\ncurl -H \"Authorization: Bearer $API_KEY\" \\\n     -H \"Accept: application/json\" \\\n     https://api.auftrag-select.com/v1/notices\n\n ```\n\n### Sample Response\n\n``` jsonc\n[\n  {\n    \"id\": \"e4c9b8e1-52fd-4d0a-81c5-30b9b0e89e8c\",\n    \"legacyId\": 12543,           // ✅ NEW FIELD\n    \"title\": \"Plumbing maintenance\",\n    \"status\": \"open\",\n    \"createdAt\": \"2025-07-15T10:26:43Z\",\n    \"updatedAt\": \"2025-07-20T08:01:02Z\"\n  }\n]\n\n ```\n\n---\n\n## 6\\. Changelog\n\n| Date (UTC) | Change |\n| --- | --- |\n| **2025‑07‑31** | Added numeric `legacyId` to `Notice` objects. |\n| **2025‑07‑31** | Announced upcoming base path change to `/v1`; legacy path supported until 2028. |\n\n---\n\n## 7\\. Next Steps\n\n- Review the full OpenAPI specification (coming soon) for detailed endpoint documentation.\n    \n- Begin migrating your client integrations to the `/v1` base path.\n    \n- Join our developer community forum for support and updates.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"11293086","team":3089088,"collectionId":"e1420482-8d26-4942-a404-f707f3c68319","publishedId":"2sA2r7ziSb","public":true,"publicUrl":"https://api.docs.auftrag-select.com","privateUrl":"https://go.postman.co/documentation/11293086-e1420482-8d26-4942-a404-f707f3c68319","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"Dokumentation für app.auftrag-select.com"},{"name":"title","value":"Auftrag Select | APIs"}],"appearance":{"default":"light","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.10.0","publishDate":"2025-02-11T10:20:09.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"Auftrag Select | APIs","description":"Dokumentation für app.auftrag-select.com"},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[{"name":"env: live","id":"d4b5d9de-e20d-44f1-855e-13bc1743a42f","owner":"11293086","values":[{"key":"bearer","value":"jwt","enabled":false,"type":"default"},{"key":"host","value":"https://api.auftrag-select.com","enabled":true,"type":"default"},{"key":"port","value":"","enabled":true,"type":"default"},{"key":"topicPort","value":"","enabled":true,"type":"default"},{"key":"authPort","value":"","enabled":true,"type":"default"},{"key":":9900","value":"","enabled":true,"type":"default"},{"key":"api-key","value":"as_923fsdf3...","enabled":true,"type":"default"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/7867db70ba252b58c1bdeaedee36d32a9f2d1a92e83a671f39716d44bd793b72","favicon":"https://auftrag-select.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"env: live","value":"11293086-d4b5d9de-e20d-44f1-855e-13bc1743a42f"}],"canonicalUrl":"https://api.docs.auftrag-select.com/view/metadata/2sA2r7ziSb"}