{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts MenuSectionItems API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "MenuSectionItems", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Menu Items", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Menu Items via the Flipdish Open API v1.0 (GET /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems)." }, { "info": { "name": "Flipdish Create Menu Section Item", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Menu Section Item via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems)." }, { "info": { "name": "Flipdish Get Menu Item by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/:menuSectionItemId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" }, { "name": "menuSectionItemId", "value": "500123", "type": "path", "description": "Menu item identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Menu Item by Id via the Flipdish Open API v1.0 (GET /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId})." }, { "info": { "name": "Flipdish Update Menu Section Item", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/:menuSectionItemId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" }, { "name": "menuSectionItemId", "value": "500123", "type": "path", "description": "Menu section item identifier" }, { "name": "undoAfter", "value": "1", "type": "query", "description": "An optional time period, in hours, after which the hide-section operation will be undone" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Menu Section Item via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId})." }, { "info": { "name": "Flipdish Delete Menu Section Item", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/:menuSectionItemId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" }, { "name": "menuSectionItemId", "value": "500123", "type": "path", "description": "Menu section item identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Menu Section Item via the Flipdish Open API v1.0 (DELETE /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId})." }, { "info": { "name": "Flipdish Create Menu Section Item from Catalog Items", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/add-catalogitems", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Menu Section Item from Catalog Items via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/add-catalogitems)." }, { "info": { "name": "Flipdish Clone Menu Section Item", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/:menuSectionItemId/clone", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" }, { "name": "menuSectionItemId", "value": "500123", "type": "path", "description": "Menu section item identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Clone Menu Section Item via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}/clone)." }, { "info": { "name": "Flipdish Upload Menu Section Item Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/:menuSectionItemId/image", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" }, { "name": "menuSectionItemId", "value": "500123", "type": "path", "description": "Menu section item identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Upload Menu Section Item Image via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}/image)." }, { "info": { "name": "Flipdish Delete Menu Section Item Image", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/:menuSectionItemId/image", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" }, { "name": "menuSectionItemId", "value": "500123", "type": "path", "description": "Menu section item identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Menu Section Item Image via the Flipdish Open API v1.0 (DELETE /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}/image)." }, { "info": { "name": "Flipdish Set Section Item Tax", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/:menuSectionItemId/taxrate/:taxRateId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Section to put item in (will usually be original section)" }, { "name": "menuSectionItemId", "value": "500123", "type": "path", "description": "ID of Item to be moved" }, { "name": "taxRateId", "value": "500123", "type": "path", "description": "tax rate to be set against item" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Section Item Tax via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}/taxrate/{taxRateId})." }, { "info": { "name": "Flipdish Move Menu Item", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitems/:menuSectionItemId/setorder/:destinationDisplayOrder", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Section to put item in (will usually be original section)" }, { "name": "menuSectionItemId", "value": "500123", "type": "path", "description": "ID of Item to be moved" }, { "name": "destinationDisplayOrder", "value": "1", "type": "path", "description": "New Display Order of item" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Move Menu Item via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}/setorder/{destinationDisplayOrder})." } ] } ], "bundled": true }