{"item":[{"name":"content-items","description":"","item":[{"name":"{uuid}","description":"","item":[{"id":"d9c12362-f873-4d93-b141-934aa91fc8a0","name":"Endpoint for retrieving a single content item.","request":{"name":"Endpoint for retrieving a single content item.","description":{"content":"Return the image, body, source, country and link of a content item.","type":"text/plain"},"url":{"path":["content-items",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<uuid>","key":"uuid","disabled":false,"description":{"content":"(Required) A UUID parameter from a sector, country, content-item etc.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"7c117711-a888-4239-b112-0e80801ba274","name":"OK","originalRequest":{"url":{"path":["content-items",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"id\": \"<uuid>\",\n  \"titel\": \"<string>\",\n  \"tekst\": \"<string>\",\n  \"link\": \"<uri>\",\n  \"afbeelding\": {\n    \"alt-text\": \"<string>\",\n    \"url\": \"<uri>\"\n  },\n  \"gepubliceerdOp\": \"<dateTime>\",\n  \"landen\": [\n    {\n      \"land\": \"<string>\",\n      \"link\": \"<uri>\",\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"land\": \"<string>\",\n      \"link\": \"<uri>\",\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"sectoren\": [\n    {\n      \"sector\": \"<string>\",\n      \"link\": \"<uri>\",\n      \"id\": \"<uuid>\"\n    },\n    {\n      \"sector\": \"<string>\",\n      \"link\": \"<uri>\",\n      \"id\": \"<uuid>\"\n    }\n  ],\n  \"_links\": {\n    \"self\": {\n      \"href\": \"<string>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3dc88fd7-cedd-4729-aa7a-8d2a06a55d70","name":"The requested resource could not be found.","originalRequest":{"url":{"path":["content-items",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"id":"5a960c7f-1c36-4936-a052-862bab1d8fb1","name":"Endpoint for retrieving all available content items.","request":{"name":"Endpoint for retrieving all available content items.","description":{"content":"Return the ID's of all content-items together with the title, body, link, image, date and related sectors or countries.","type":"text/plain"},"url":{"path":["content-items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more sector UUIDs. UUIDs should be comma-separated for multiple sectors.","type":"text/plain"},"key":"sector","value":"<uuid>"},{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"be7f66a3-67ba-4efe-8721-6538645ddca0","name":"OK","originalRequest":{"url":{"path":["content-items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more sector UUIDs. UUIDs should be comma-separated for multiple sectors.","type":"text/plain"},"key":"sector","value":"<uuid>"},{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"content-items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"link\": \"<uri>\",\n        \"afbeelding\": {\n          \"alt-text\": \"<string>\",\n          \"url\": \"<uri>\"\n        },\n        \"gepubliceerdOp\": \"<dateTime>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"sectoren\": [\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"_links\": {\n          \"self\": {\n            \"href\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"link\": \"<uri>\",\n        \"afbeelding\": {\n          \"alt-text\": \"<string>\",\n          \"url\": \"<uri>\"\n        },\n        \"gepubliceerdOp\": \"<dateTime>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"sectoren\": [\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"_links\": {\n          \"self\": {\n            \"href\": \"<string>\"\n          }\n        }\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba6a0b43-b69f-45d4-90e9-4ef7b4591d47","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["content-items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more sector UUIDs. UUIDs should be comma-separated for multiple sectors.","type":"text/plain"},"key":"sector","value":"<uuid>"},{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"landen","description":"","item":[{"id":"140d526d-189b-42c9-b748-2d1ee5c346dd","name":"Endpoint for retrieving all available countries.","request":{"name":"Endpoint for retrieving all available countries.","description":{"content":"Return the ID's of all countries together with the country name, ISO codes, capital and time difference with The Netherlands.","type":"text/plain"},"url":{"path":["landen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"A filter parameter for the country code.","type":"text/plain"},"key":"code","value":"<integer>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO Alpha-2 code.","type":"text/plain"},"key":"code_iso_alpha_2","value":"<string>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO Alpha-3 code.","type":"text/plain"},"key":"code_iso_alpha_3","value":"<string>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO 3166-2 code.","type":"text/plain"},"key":"code_iso_3166_2","value":"<string>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"},{"disabled":false,"description":{"content":"Controls the sorting order of countries based on specified fields. Use field names as keys.","type":"text/plain"},"key":"sort[name]","value":"asc"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"9bdd143d-57ab-4e01-a3be-73fa376e092e","name":"OK","originalRequest":{"url":{"path":["landen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"A filter parameter for the country code.","type":"text/plain"},"key":"code","value":"<integer>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO Alpha-2 code.","type":"text/plain"},"key":"code_iso_alpha_2","value":"<string>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO Alpha-3 code.","type":"text/plain"},"key":"code_iso_alpha_3","value":"<string>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO 3166-2 code.","type":"text/plain"},"key":"code_iso_3166_2","value":"<string>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"},{"disabled":false,"description":{"content":"Controls the sorting order of countries based on specified fields. Use field names as keys.","type":"text/plain"},"key":"sort[name]","value":"asc"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"landen\": [\n      {\n        \"id\": \"<uuid>\",\n        \"naam\": \"<string>\",\n        \"code\": \"<string>\",\n        \"code_iso_alpha_2\": \"<string>\",\n        \"code_iso_alpha_3\": \"<string>\",\n        \"code_iso_3166_2\": \"<string>\",\n        \"handelsBelemmering\": \"<string>\",\n        \"_embedded\": {\n          \"hoofdstad\": {\n            \"id\": \"<uuid>\",\n            \"tijdsverschil\": \"<float>\",\n            \"naam\": \"<string>\"\n          }\n        },\n        \"_links\": {\n          \"self\": {\n            \"href\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"naam\": \"<string>\",\n        \"code\": \"<string>\",\n        \"code_iso_alpha_2\": \"<string>\",\n        \"code_iso_alpha_3\": \"<string>\",\n        \"code_iso_3166_2\": \"<string>\",\n        \"handelsBelemmering\": \"<string>\",\n        \"_embedded\": {\n          \"hoofdstad\": {\n            \"id\": \"<uuid>\",\n            \"tijdsverschil\": \"<float>\",\n            \"naam\": \"<string>\"\n          }\n        },\n        \"_links\": {\n          \"self\": {\n            \"href\": \"<string>\"\n          }\n        }\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2e2b674f-2125-49cf-ac86-524068a8eed9","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["landen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"A filter parameter for the country code.","type":"text/plain"},"key":"code","value":"<integer>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO Alpha-2 code.","type":"text/plain"},"key":"code_iso_alpha_2","value":"<string>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO Alpha-3 code.","type":"text/plain"},"key":"code_iso_alpha_3","value":"<string>"},{"disabled":false,"description":{"content":"A filter parameter for the ISO 3166-2 code.","type":"text/plain"},"key":"code_iso_3166_2","value":"<string>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"},{"disabled":false,"description":{"content":"Controls the sorting order of countries based on specified fields. Use field names as keys.","type":"text/plain"},"key":"sort[name]","value":"asc"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{uuid}","description":"","item":[{"id":"871ac7a2-2cb5-4a4b-9e9f-e95046145f0a","name":"Endpoint for retrieving a single country.","request":{"name":"Endpoint for retrieving a single country.","description":{"content":"Return the links, observations and do's and don'ts of a country. Also including oficial languages, currency, currency code, image file of flag, country name, country code, residence name, capital, time difference with The Netherlands, form of government and business languages.","type":"text/plain"},"url":{"path":["landen",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<uuid>","key":"uuid","disabled":false,"description":{"content":"(Required) A UUID parameter from a sector, country, content-item etc.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"93ef7da3-0a12-4f4d-a783-3c5a1868944b","name":"OK","originalRequest":{"url":{"path":["landen",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"id\": \"<uuid>\",\n  \"naam\": \"<string>\",\n  \"code\": \"<string>\",\n  \"code_iso_alpha_2\": \"<string>\",\n  \"code_iso_alpha_3\": \"<string>\",\n  \"code_iso_3166_2\": \"<string>\",\n  \"handelsBelemmering\": \"<string>\",\n  \"_embedded\": {\n    \"hoofdstad\": {\n      \"id\": \"<uuid>\",\n      \"tijdsverschil\": \"<float>\",\n      \"naam\": \"<string>\"\n    }\n  },\n  \"_links\": {\n    \"self\": {\n      \"href\": \"<string>\"\n    },\n    \"dosAndDonts\": {\n      \"href\": \"<string>\"\n    },\n    \"contentItems\": {\n      \"href\": \"<string>\"\n    },\n    \"instanties\": {\n      \"href\": \"<string>\"\n    },\n    \"observaties\": {\n      \"href\": \"<string>\"\n    }\n  },\n  \"officieleTalen\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"handelsverdrag\": \"<uri>\",\n  \"valuta\": [\n    {\n      \"code\": \"<string>\",\n      \"naam\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"naam\": \"<string>\"\n    }\n  ],\n  \"vlag\": \"<uri>\",\n  \"inwonerbenaming\": \"<string>\",\n  \"staatsvorm\": \"<string>\",\n  \"sanitaireProblemen\": \"<boolean>\",\n  \"zakelijkeTalen\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"40f362b2-859a-4226-b4a5-620da83a5cc0","name":"The requested resource could not be found.","originalRequest":{"url":{"path":["landen",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"instanties","description":"","item":[{"id":"5f7e0be9-189d-4134-aef9-f067dd7ff3ec","name":"Endpoint for retrieving the contact details of organizations of a country.","request":{"name":"Endpoint for retrieving the contact details of organizations of a country.","description":{"content":"Return the contact details of organizations belonging to a country.","type":"text/plain"},"url":{"path":["landen",":uuid","instanties"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"type":"any","value":"<uuid>","key":"uuid","disabled":false,"description":{"content":"(Required) A UUID parameter from a sector, country, content-item etc.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"41345b79-e2c0-477b-94f6-ae13fd6d0999","name":"OK","originalRequest":{"url":{"path":["landen",":uuid","instanties"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"instanties\": [\n      {\n        \"contactpunten\": [\n          {\n            \"twitter\": \"<uri>\",\n            \"telefoonnummer\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"openingstijden\": \"<string>\",\n            \"faxnummer\": \"<string>\",\n            \"email\": \"<string>\"\n          },\n          {\n            \"twitter\": \"<uri>\",\n            \"telefoonnummer\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"openingstijden\": \"<string>\",\n            \"faxnummer\": \"<string>\",\n            \"email\": \"<string>\"\n          }\n        ],\n        \"geometrie\": [\n          {\n            \"type\": \"<string>\",\n            \"coordinates\": [\n              \"<float>\",\n              \"<float>\"\n            ]\n          },\n          {\n            \"type\": \"<string>\",\n            \"coordinates\": [\n              \"<float>\",\n              \"<float>\"\n            ]\n          }\n        ],\n        \"id\": \"<uuid>\",\n        \"naam\": \"<string>\",\n        \"vestiging\": {\n          \"address\": {\n            \"volledigAdres\": \"<string>\"\n          }\n        },\n        \"homepage\": \"<uri>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ]\n      },\n      {\n        \"contactpunten\": [\n          {\n            \"twitter\": \"<uri>\",\n            \"telefoonnummer\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"openingstijden\": \"<string>\",\n            \"faxnummer\": \"<string>\",\n            \"email\": \"<string>\"\n          },\n          {\n            \"twitter\": \"<uri>\",\n            \"telefoonnummer\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"openingstijden\": \"<string>\",\n            \"faxnummer\": \"<string>\",\n            \"email\": \"<string>\"\n          }\n        ],\n        \"geometrie\": [\n          {\n            \"type\": \"<string>\",\n            \"coordinates\": [\n              \"<float>\",\n              \"<float>\"\n            ]\n          },\n          {\n            \"type\": \"<string>\",\n            \"coordinates\": [\n              \"<float>\",\n              \"<float>\"\n            ]\n          }\n        ],\n        \"id\": \"<uuid>\",\n        \"naam\": \"<string>\",\n        \"vestiging\": {\n          \"address\": {\n            \"volledigAdres\": \"<string>\"\n          }\n        },\n        \"homepage\": \"<uri>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    },\n    \"land\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb77c717-dc33-4623-909e-0a1e52f47601","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["landen",":uuid","instanties"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b46d057-c047-4fda-9d97-d0b790130fdf","name":"The requested resource could not be found.","originalRequest":{"url":{"path":["landen",":uuid","instanties"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"content-items","description":"","item":[{"id":"3eec1c37-f9e5-4d19-b523-184b8da652a0","name":"Endpoint for retrieving the content item details of a country.","request":{"name":"Endpoint for retrieving the content item details of a country.","description":{"content":"Return the content items details belonging to a country.","type":"text/plain"},"url":{"path":["landen",":uuid","content-items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"type":"any","value":"<uuid>","key":"uuid","disabled":false,"description":{"content":"(Required) A UUID parameter from a sector, country, content-item etc.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"5878a7a9-247c-4e2f-94b5-aaa02d810cda","name":"OK","originalRequest":{"url":{"path":["landen",":uuid","content-items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"content-items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"link\": \"<uri>\",\n        \"afbeelding\": {\n          \"alt-text\": \"<string>\",\n          \"url\": \"<uri>\"\n        },\n        \"gepubliceerdOp\": \"<dateTime>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"sectoren\": [\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"_links\": {\n          \"self\": {\n            \"href\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"link\": \"<uri>\",\n        \"afbeelding\": {\n          \"alt-text\": \"<string>\",\n          \"url\": \"<uri>\"\n        },\n        \"gepubliceerdOp\": \"<dateTime>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"sectoren\": [\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"_links\": {\n          \"self\": {\n            \"href\": \"<string>\"\n          }\n        }\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    },\n    \"land\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dfec878a-81ed-4fb2-a42d-ea07578996d9","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["landen",":uuid","content-items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f3004bf-58f3-45a3-b2ee-fea3b680c84f","name":"The requested resource could not be found.","originalRequest":{"url":{"path":["landen",":uuid","content-items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"dos-donts","description":"","item":[{"id":"d1f31073-16fc-4e8f-b1e9-992c10d49db9","name":"Endpoint for retrieving the do's and don'ts of a country.","request":{"name":"Endpoint for retrieving the do's and don'ts of a country.","description":{"content":"Return the do's and don'ts of a country.","type":"text/plain"},"url":{"path":["landen",":uuid","dos-donts"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"type":"any","value":"<uuid>","key":"uuid","disabled":false,"description":{"content":"(Required) A UUID parameter from a sector, country, content-item etc.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"5d21ffa3-bc4b-4717-9304-e00b34e1b6bc","name":"OK","originalRequest":{"url":{"path":["landen",":uuid","dos-donts"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"dos-donts\": [\n      {\n        \"categorieen\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"titel\": \"<string>\",\n        \"isDo\": \"<boolean>\",\n        \"tekst\": \"<string>\",\n        \"id\": \"<uuid>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ]\n      },\n      {\n        \"categorieen\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"titel\": \"<string>\",\n        \"isDo\": \"<boolean>\",\n        \"tekst\": \"<string>\",\n        \"id\": \"<uuid>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    },\n    \"land\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97fd73c1-26d1-43dd-8404-342d6531a07b","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["landen",":uuid","dos-donts"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b26875d5-d624-4cfb-a2a4-512542660774","name":"The requested resource could not be found.","originalRequest":{"url":{"path":["landen",":uuid","dos-donts"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"observaties","description":"","item":[{"id":"0374335c-9730-47d4-bd74-dc548cecb6c5","name":"Endpoint for retrieving all observations of a country.","request":{"name":"Endpoint for retrieving all observations of a country.","description":{"content":"Retrieve observations for a specific country using a valid country UUID.","type":"text/plain"},"url":{"path":["landen",":uuid","observaties"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Specifies the type of observation to filter by. (This can only be one of bigMacIndex,economischeGroei,easeOfDoingBusinessIndex,uitvoerwaarde,corruptieIndex,bbp,koopkracht,globalCompetitivenessIndex,globalInnovationIndex,invoerWaarde,inflatie,logisticPerformanceIndex,inwoneraantal,oppervlakte,werkloosheid)","type":"text/plain"},"key":"type","value":"bbp"},{"disabled":false,"description":{"content":"Filter results on a specific year.","type":"text/plain"},"key":"year","value":"<integer>"},{"disabled":false,"description":{"content":"Filter results on a specific year with a dutch parameter.","type":"text/plain"},"key":"jaartal","value":"<integer>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"type":"any","value":"<uuid>","key":"uuid","disabled":false,"description":{"content":"(Required) A UUID parameter from a sector, country, content-item etc.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"e7b2de2d-18c9-43c0-94fe-143a14a94398","name":"OK","originalRequest":{"url":{"path":["landen",":uuid","observaties"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Specifies the type of observation to filter by. (This can only be one of bigMacIndex,economischeGroei,easeOfDoingBusinessIndex,uitvoerwaarde,corruptieIndex,bbp,koopkracht,globalCompetitivenessIndex,globalInnovationIndex,invoerWaarde,inflatie,logisticPerformanceIndex,inwoneraantal,oppervlakte,werkloosheid)","type":"text/plain"},"key":"type","value":"bbp"},{"disabled":false,"description":{"content":"Filter results on a specific year.","type":"text/plain"},"key":"year","value":"<integer>"},{"disabled":false,"description":{"content":"Filter results on a specific year with a dutch parameter.","type":"text/plain"},"key":"jaartal","value":"<integer>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"observaties\": [\n      {\n        \"id\": \"<uuid>\",\n        \"type\": \"globalCompetitivenessIndex\",\n        \"meeteenheid\": {\n          \"naam\": \"<string>\",\n          \"afkorting\": \"<string>\"\n        },\n        \"waarde\": \"<string>\",\n        \"jaartal\": \"<string>\",\n        \"ranking\": \"<integer>\",\n        \"schatting\": \"<boolean>\",\n        \"schaal\": \"<string>\",\n        \"herkomst\": {\n          \"bron\": {\n            \"naam\": \"<string>\"\n          },\n          \"datum\": \"<date>\"\n        },\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"type\": \"inflatie\",\n        \"meeteenheid\": {\n          \"naam\": \"<string>\",\n          \"afkorting\": \"<string>\"\n        },\n        \"waarde\": \"<string>\",\n        \"jaartal\": \"<string>\",\n        \"ranking\": \"<integer>\",\n        \"schatting\": \"<boolean>\",\n        \"schaal\": \"<string>\",\n        \"herkomst\": {\n          \"bron\": {\n            \"naam\": \"<string>\"\n          },\n          \"datum\": \"<date>\"\n        },\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    },\n    \"land\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0268e9fd-748c-4144-8087-fd74f7f4433d","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["landen",":uuid","observaties"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Specifies the type of observation to filter by. (This can only be one of bigMacIndex,economischeGroei,easeOfDoingBusinessIndex,uitvoerwaarde,corruptieIndex,bbp,koopkracht,globalCompetitivenessIndex,globalInnovationIndex,invoerWaarde,inflatie,logisticPerformanceIndex,inwoneraantal,oppervlakte,werkloosheid)","type":"text/plain"},"key":"type","value":"bbp"},{"disabled":false,"description":{"content":"Filter results on a specific year.","type":"text/plain"},"key":"year","value":"<integer>"},{"disabled":false,"description":{"content":"Filter results on a specific year with a dutch parameter.","type":"text/plain"},"key":"jaartal","value":"<integer>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"54a74cbe-26f4-410f-8011-f33899794122","name":"The requested resource could not be found.","originalRequest":{"url":{"path":["landen",":uuid","observaties"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Specifies the type of observation to filter by. (This can only be one of bigMacIndex,economischeGroei,easeOfDoingBusinessIndex,uitvoerwaarde,corruptieIndex,bbp,koopkracht,globalCompetitivenessIndex,globalInnovationIndex,invoerWaarde,inflatie,logisticPerformanceIndex,inwoneraantal,oppervlakte,werkloosheid)","type":"text/plain"},"key":"type","value":"bbp"},{"disabled":false,"description":{"content":"Filter results on a specific year.","type":"text/plain"},"key":"year","value":"<integer>"},{"disabled":false,"description":{"content":"Filter results on a specific year with a dutch parameter.","type":"text/plain"},"key":"jaartal","value":"<integer>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]},{"name":"evenementen","description":"","item":[{"id":"0693b9b8-171d-4f1e-97dc-05a32fd8ade8","name":"Endpoint for retrieving all available \"event\" content items.","request":{"name":"Endpoint for retrieving all available \"event\" content items.","description":{"content":"Return the ID's of all events together with the event title, body, link, image, dates and related sectors or countries.","type":"text/plain"},"url":{"path":["evenementen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more sector UUIDs. UUIDs should be comma-separated for multiple sectors.","type":"text/plain"},"key":"sector","value":"<uuid>"},{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"392f7dd0-1b54-472a-bee1-cd09fe67cba1","name":"OK","originalRequest":{"url":{"path":["evenementen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more sector UUIDs. UUIDs should be comma-separated for multiple sectors.","type":"text/plain"},"key":"sector","value":"<uuid>"},{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"evenementen\": [\n      {\n        \"id\": \"<uuid>\",\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"link\": \"<uri>\",\n        \"afbeelding\": {\n          \"alt-text\": \"<string>\",\n          \"url\": \"<uri>\"\n        },\n        \"startdatum\": \"<dateTime>\",\n        \"einddatum\": \"<dateTime>\",\n        \"sectoren\": [\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"link\": \"<uri>\",\n        \"afbeelding\": {\n          \"alt-text\": \"<string>\",\n          \"url\": \"<uri>\"\n        },\n        \"startdatum\": \"<dateTime>\",\n        \"einddatum\": \"<dateTime>\",\n        \"sectoren\": [\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"sector\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ]\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2babc319-047c-4d04-9956-d0ab088599be","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["evenementen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more sector UUIDs. UUIDs should be comma-separated for multiple sectors.","type":"text/plain"},"key":"sector","value":"<uuid>"},{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"financieringen","description":"","item":[{"id":"480bc9d3-3f41-4af4-8ab1-b13a1ebcd9d3","name":"Endpoint for retrieving all available finances and subsidy from the availble countries.","request":{"name":"Endpoint for retrieving all available finances and subsidy from the availble countries.","description":{"content":"Return the title, body and link of all finances and subsidies together with the related country along with associated country names, links, and IDs. Supports filtering by multiple country IDs using the 'country' query parameter.","type":"text/plain"},"url":{"path":["financieringen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"9b28b2a4-8f25-475c-a8b9-7bdcc752631e","name":"OK","originalRequest":{"url":{"path":["financieringen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"financieringen\": [\n      {\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"link\": \"<uri>\"\n      },\n      {\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"link\": \"<uri>\"\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3bb6d7e0-21c9-443e-afda-698b70e3f229","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["financieringen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"wet-en-regelgevingen","description":"","item":[{"id":"268c40a8-1108-4830-8e00-f069193889ef","name":"Endpoint for retrieving all available laws and regulations from the availble countries.","request":{"name":"Endpoint for retrieving all available laws and regulations from the availble countries.","description":{"content":"Return the title, body and link of all laws and regulations together with the related country along with associated country names, links, and IDs. Supports filtering by multiple country IDs using the 'country' query parameter.","type":"text/plain"},"url":{"path":["wet-en-regelgevingen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"546b4555-2317-46db-8fe0-cdfaa6a99a1f","name":"OK","originalRequest":{"url":{"path":["wet-en-regelgevingen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"wet-en-regelgevingen\": [\n      {\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"link\": \"<uri>\"\n      },\n      {\n        \"titel\": \"<string>\",\n        \"tekst\": \"<string>\",\n        \"landen\": [\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          },\n          {\n            \"land\": \"<string>\",\n            \"link\": \"<uri>\",\n            \"id\": \"<uuid>\"\n          }\n        ],\n        \"link\": \"<uri>\"\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ebd85e7f-a0e7-4e7c-8f85-976290a297dc","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["wet-en-regelgevingen"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Filter items by one or more country UUIDs. UUIDs should be comma-separated for multiple countries.","type":"text/plain"},"key":"country","value":"<uuid>"},{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"sectoren","description":"","item":[{"id":"e09bfd86-f9cc-442a-bebf-107f2b6e95eb","name":"Endpoint for retrieving all available sectors.","request":{"name":"Endpoint for retrieving all available sectors.","description":{"content":"Return the ID's and names of all sectors together.","type":"text/plain"},"url":{"path":["sectoren"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"d006f98a-7bf1-4dae-88a2-a6558fcef22a","name":"OK","originalRequest":{"url":{"path":["sectoren"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"_embedded\": {\n    \"sectoren\": [\n      {\n        \"id\": \"<uuid>\",\n        \"naam\": \"<string>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"naam\": \"<string>\"\n      }\n    ]\n  },\n  \"_links\": {\n    \"next\": {\n      \"href\": \"<uri>\"\n    },\n    \"prev\": {\n      \"href\": \"<uri>\"\n    },\n    \"self\": {\n      \"href\": \"<uri>\"\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a139871-b423-4cef-9f89-581cac2a698d","name":"The request contains an invalid parameter.","originalRequest":{"url":{"path":["sectoren"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Set the amount of items to retrieve per page. (This can only be one of 10,20,50)","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":false,"description":{"content":"Set the current page for the items to retrieve.","type":"text/plain"},"key":"page","value":"1"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"X-API-Key","value":"<API Key>"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"API-Version","value":""}],"body":"{\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"detail\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}],"event":[],"variable":[{"key":"baseUrl","value":"https://acc-internationaal.ondernemen.overheid.nl/api/iio/v1"}],"info":{"_postman_id":"e703e736-ab38-44c6-b1ac-52180c08cdcc","name":"IIO API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"Deze API (Application Programming Interface) van RVO biedt de mogelijkheid om data van het Informatiehuis Internationaal Ondernemen (IIO) op te vragen.\nOm ervoor te zorgen dat RVO zijn dienstverlening zo goed mogelijk aan kan bieden is de Informatie Internationaal Ondernemen (IIO) API momenteel alleen bruikbaar met behulp van een API-key. RVO gebruikt deze key om inzicht te krijgen in het gebruik van de API. Bijvoorbeeld om te meten welke endpoints en filtermogelijkheden het populairst zijn. We gebruiken de API-key ook om de gebruikers van de API in beeld te krijgen. Zo kunnen wij gebruikers tijdig informeren over incidenten (veroorzaakte piekbelasting, storingen, etc.) en backwards incompatible wijzigingen (versie updates, deprecation periods, etc.).\n\nEen IIO API-key kan verkregen worden door een e-mail te sturen naar informatiehuisIO@rvo.nl. Om onze dienstverlening in de toekomst te kunnen verbeteren en aan te laten sluiten bij onze gebruikers stellen wij het op prijs als je ook laat weten wie je bent en wat je motivatie is om deze API te gebruiken.\n\nDe loggings gegevens worden enkel gebruikt voor statische doeleinden, beheer en doorontwikkeling. Loggings gegevens worden niet gepubliceerd als dit herleidbaar kan zijn naar individuele gebruikers.\n\nEen compleet overzicht van alle technische wijzigingen is te vinden in de onderstaande changelog: [https://internationaal.ondernemen.overheid.nl/api/iio/v1/changelog.md](https://internationaal.ondernemen.overheid.nl/api/iio/v1/changelog.md)\n\n\nContact Support:\n Name: Rijksdienst voor Ondernemend Nederland\n Email: InformatiehuisIO@rvo.nl","type":"text/plain"}}}