Aramark Marko Service Results

This API will update a Menu Item service results for a specific menu item id

Operations 2

GET /results/{service_menu_item_id} Menu item from menu item id #
PUT /results/{service_menu_item_id} Update service results for a menu id #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aramark-marko-service-results"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aramark-service-results-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"description":"\nThis API will update a Menu Item service results for a specific menu item id\n\n\nThe base endpoint URL for this API in production is: `https://marko.aramark.net/v1/service`.\n\nFor testing the API with the \"Try\" tool on this page or in your app, use either our testing server \"qa-marko\" or our development server \"dev-marko\".\n","version":"1.0.0-oas3","title":"Service Results"},"tags":[{"name":"Results"}],"security":[{"apiKey":[]}],"paths":{"/results/{service_menu_item_id}":{"get":{"summary":"Menu item from menu item id","description":"\nReturns a menu item results for a specific menu item id.\n\n![This endpoint is in production](/themes/portal/images/statuspngs/statusprod.png)\n","operationId":"getServiceResults","parameters":[{"$ref":"#/components/parameters/serviceMenuItemId"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"tags":["Results"],"responses":{"200":{"description":"Provides the service results for a specific menu item","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'"},"service_results":{"type":"array","items":{"$ref":"#/components/schemas/service_results"}}}}}}},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}}},"put":{"summary":"Update service results for a menu id","description":"\nThis method will accept a service menu id and results to update\n\n![This endpoint is in production](/themes/portal/images/statuspngs/statusprod.png)\n","operationId":"putServiceResults","parameters":[{"$ref":"#/components/parameters/serviceMenuItemId"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"tags":["Results"],"responses":{"200":{"description":"Menu item was updated with no exceptions"},"400":{"description":"The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing)."},"404":{"description":"Requested resource does not exist."},"405":{"description":"HTTP Verb / Operation not supported"}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/service_results"}}},"description":"Recipes object, MDG will generate the recipe_id so not required."}}}},"servers":[{"url":"https://qa-marko.aramark.net/v1/service","description":"Testing server"},{"url":"https://dev-marko.aramark.net/v1/service","description":"Development server"}],"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"apikey","description":"This HTTP Header variable will verify permissions."}},"parameters":{"serviceMenuItemId":{"in":"path","name":"service_menu_item_id","description":"Unique ID of Service Menu Item.","required":true,"schema":{"type":"string"}},"bypassCacheParam":{"in":"header","name":"bypass-cache","description":"This HTTP Header variable will bypass cache.","schema":{"type":"string","enum":["true","false"],"default":"false"}},"smokeParam":{"in":"header","name":"smoke","description":"When set to 'true' this HTTP header variable will route the API call to the Integration testing environment. Only applicable in QA.","schema":{"type":"string","enum":["true","false"]}}},"schemas":{"service_results":{"type":"object","properties":{"planned_count":{"type":"number","description":"Planned number of portions per service period"},"prep_count":{"type":"number","description":"Actual prepared portions"},"on_hand_count":{"type":"number","description":"Number of portions reused for service"},"leftover_count":{"type":"number","description":"Number of portions not sold"},"waste_count":{"type":"number","description":"Number of portions wasted"},"comments":{"type":"string","description":"Menu Item Comments"}}}}}}