{"item":[{"name":"v1","description":"","item":[{"name":"datasets","description":"","item":[{"name":"{datasetName}","description":"","item":[{"name":"versions","description":"","item":[{"name":"{versionId}","description":"","item":[{"name":"files","description":"","item":[{"id":"aace3f12-2127-49b8-9285-6d9af3b3a223","name":"Get paginated list of files for dataset","request":{"name":"Get paginated list of files for dataset","description":{"content":"Get paginated list of files for dataset","type":"text/plain"},"url":{"path":["v1","datasets",":datasetName","versions",":versionId","files"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Maximum number of files to return","type":"text/plain"},"key":"maxKeys","value":"10"},{"disabled":false,"description":{"content":"Sort the files in ascending or descending order (This can only be one of asc,desc)","type":"text/plain"},"key":"sorting","value":"asc"},{"disabled":false,"description":{"content":"Order the files by filename, timestamp of creation or timestamp of last modification (This can only be one of filename,lastModified,created)","type":"text/plain"},"key":"orderBy","value":"filename"},{"disabled":false,"description":{"content":"This parameter controls filtering (together with end). It defines the lower limit of the requested data. If ordering by filename, provide a string. If ordering by lastModified or created, provide a timestamp in ISO8601 format with a timezone (e.g. 2022-01-01T00:00:00Z).","type":"text/plain"},"key":"begin","value":"<string>"},{"disabled":false,"description":{"content":"This parameter controls filtering (together with begin). It defines the upper limit of the requested data. If ordering by filename, provide a string. If ordering by lastModified or created, provide a timestamp in ISO8601 format with a timezone (e.g. 2022-01-01T00:00:00Z).","type":"text/plain"},"key":"end","value":"<string>"},{"disabled":false,"description":{"content":"Token to retrieve the next page of results. This token is returned by the API if the result set is larger than the maximum number of files to return.","type":"text/plain"},"key":"nextPageToken","value":"<string>"},{"disabled":false,"description":{"content":"Provide a filename to start listing after. Note: This deprecated parameter cannot be combined with orderBy, begin, end or sorting. Instead, use `nextPageToken`.","type":"text/plain"},"key":"startAfterFilename","value":"<string>"}],"variable":[{"type":"any","value":"<string>","key":"datasetName","disabled":false,"description":{"content":"(Required) Name of the dataset","type":"text/plain"}},{"type":"any","value":"<string>","key":"versionId","disabled":false,"description":{"content":"(Required) Version of the dataset","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"89fcf92d-e5bf-4bc1-9e06-9c5be9b363d5","name":"OK","originalRequest":{"url":{"path":["v1","datasets",":datasetName","versions",":versionId","files"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"description":{"content":"Maximum number of files to return","type":"text/plain"},"key":"maxKeys","value":"10"},{"disabled":false,"description":{"content":"Sort the files in ascending or descending order (This can only be one of asc,desc)","type":"text/plain"},"key":"sorting","value":"asc"},{"disabled":false,"description":{"content":"Order the files by filename, timestamp of creation or timestamp of last modification (This can only be one of filename,lastModified,created)","type":"text/plain"},"key":"orderBy","value":"filename"},{"disabled":false,"description":{"content":"This parameter controls filtering (together with end). It defines the lower limit of the requested data. If ordering by filename, provide a string. If ordering by lastModified or created, provide a timestamp in ISO8601 format with a timezone (e.g. 2022-01-01T00:00:00Z).","type":"text/plain"},"key":"begin","value":"<string>"},{"disabled":false,"description":{"content":"This parameter controls filtering (together with begin). It defines the upper limit of the requested data. If ordering by filename, provide a string. If ordering by lastModified or created, provide a timestamp in ISO8601 format with a timezone (e.g. 2022-01-01T00:00:00Z).","type":"text/plain"},"key":"end","value":"<string>"},{"disabled":false,"description":{"content":"Token to retrieve the next page of results. This token is returned by the API if the result set is larger than the maximum number of files to return.","type":"text/plain"},"key":"nextPageToken","value":"<string>"},{"disabled":false,"description":{"content":"Provide a filename to start listing after. Note: This deprecated parameter cannot be combined with orderBy, begin, end or sorting. Instead, use `nextPageToken`.","type":"text/plain"},"key":"startAfterFilename","value":"<string>"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin.","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"},{"disabled":false,"description":{"content":"Specifies if the dataset is deprecated.","type":"text/plain"},"key":"X-KNMI-Deprecation","value":"<string>"}],"body":"{\n  \"isTruncated\": \"<boolean>\",\n  \"files\": [\n    {\n      \"filename\": \"<string>\",\n      \"lastModified\": \"<string>\",\n      \"size\": \"<integer>\",\n      \"created\": \"<string>\"\n    },\n    {\n      \"filename\": \"<string>\",\n      \"lastModified\": \"<string>\",\n      \"size\": \"<integer>\",\n      \"created\": \"<string>\"\n    }\n  ],\n  \"resultCount\": \"<integer>\",\n  \"maxResults\": \"<integer>\",\n  \"startAfterFilename\": \"<string>\",\n  \"nextPageToken\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"name":"{filename}","description":"","item":[{"name":"url","description":"","item":[{"id":"64a4da21-aca9-4386-a49d-aaad9dd94252","name":"Get a temporary download URL for a dataset file","request":{"name":"Get a temporary download URL for a dataset file","description":{"content":"Get a temporary download URL for a dataset file","type":"text/plain"},"url":{"path":["v1","datasets",":datasetName","versions",":versionId","files",":filename","url"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"datasetName","disabled":false,"description":{"content":"(Required) Name of the dataset","type":"text/plain"}},{"type":"any","value":"<string>","key":"versionId","disabled":false,"description":{"content":"(Required) Version of the dataset","type":"text/plain"}},{"type":"any","value":"<string>","key":"filename","disabled":false,"description":{"content":"(Required) Name of the file","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":{"type":"apikey","apikey":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"},{"key":"in","value":"header"}]}},"response":[{"id":"d2f80784-9865-45d2-99f3-339d5d27ad7a","name":"OK","originalRequest":{"url":{"path":["v1","datasets",":datasetName","versions",":versionId","files",":filename","url"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"},{"description":{"content":"Added as a part of security scheme: apikey","type":"text/plain"},"key":"Authorization","value":"<API Key>"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin.","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"<string>"},{"disabled":false,"description":{"content":"Specifies if the dataset is deprecated.","type":"text/plain"},"key":"X-KNMI-Deprecation","value":"<string>"}],"body":"{\n  \"contentType\": \"<string>\",\n  \"size\": \"<string>\",\n  \"lastModified\": \"<string>\",\n  \"temporaryDownloadUrl\": \"<string>\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}]}]}]}]}]}]}]}],"event":[],"variable":[{"key":"baseUrl","value":"https://api.dataplatform.knmi.nl/open-data"}],"info":{"_postman_id":"19f19682-4475-4388-9c40-ddf2e9d471be","name":"KNMI Data Platform - Open Data API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"For more information on the Open Data API and how to use it, visit the [Open Data API Documentation Page](https://developer.dataplatform.knmi.nl/open-data-api).","type":"text/plain"}}}