{ "operationId": "listOrders", "summary": "List Orders", "method": "GET", "path": "/accounts/{accountID}/orders", "parameters": {}, "responses": { "200": { "description": "The list of Orders requested", "schema_ref": "" }, "400": { "description": "", "schema_ref": "" }, "404": { "description": "", "schema_ref": "" }, "405": { "description": "", "schema_ref": "" } } }