{ "info": { "name": "Azure Data Lake Analytics API Catalog List Table Valued Functions", "_postman_id": "b48e57ee-d2ca-4fa0-9d06-f5a3b1af3908", "description": "Retrieves the list of table valued functions from the Data Lake Analytics catalog.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "catalog table valued functions", "item": [ { "id": "ded32111-2f24-447b-bd67-0d18d5eddf26", "name": "Catalog_ListTableValuedFunctions", "request": { "url": { "protocol": "http", "host": "example.com", "path": [ "catalog/usql/databases/:databaseName/schemas/:schemaName/tablevaluedfunctions" ], "query": [ { "key": "$count", "value": "%7B%7D", "disabled": false }, { "key": "$filter", "value": "%7B%7D", "disabled": false }, { "key": "$orderby", "value": "%7B%7D", "disabled": false }, { "key": "$select", "value": "%7B%7D", "disabled": false }, { "key": "$skip", "value": "%7B%7D", "disabled": false }, { "key": "$top", "value": "%7B%7D", "disabled": false }, { "key": "No Name", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "databaseName", "value": "{}", "type": "string" }, { "id": "schemaName", "value": "{}", "type": "string" } ] }, "method": "GET", "body": { "mode": "raw" }, "description": "Retrieves the list of table valued functions from the Data Lake Analytics catalog" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "78f741ea-f06d-4654-9dad-7fc2488b2f13" } ] } ] } ] }