{ "info": { "name": "OpenDataSoft Get Source Datasets Dataset", "_postman_id": "b4a02085-021f-48d9-b5cd-3bfa657324c7", "description": "List of available endpoints for the specified dataset, with metadata and endpoints.\n\nWill provide links for:\n* the attachments endpoint\n* the files endpoint\n* the records endpoint\n* the catalog endpoint", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "Source", "item": [ { "id": "982cb01a-5aee-4bee-b452-c5801e0f1cb6", "name": "getDatasets", "request": { "url": { "protocol": "http", "host": "public.opendatasoft.com", "path": [ "api", "v2", ":source/datasets" ], "query": [ { "key": "No Name", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "source", "value": "source", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "List of available datasets, each with their endpoints, paginated.\n\nLinks provided:\n* previous page\n* next page\n* last page\n* first page" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "6bb92c56-2361-48e5-817b-13fdb629ab48" } ] }, { "id": "ec20a948-d35f-4f8a-84e7-bff7ab7045d9", "name": "getDataset", "request": { "url": { "protocol": "http", "host": "public.opendatasoft.com", "path": [ "api", "v2", ":source/datasets/:dataset_id" ], "query": [ { "key": "No Name", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "source", "value": "source", "type": "string" }, { "id": "dataset_id", "value": "dataset_id", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "List of available endpoints for the specified dataset, with metadata and endpoints.\n\nWill provide links for:\n* the attachments endpoint\n* the files endpoint\n* the records endpoint\n* the catalog endpoint" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "7ebd7a7b-64b8-4eea-9ce5-0970d62e1649" } ] } ] } ] }