{ "operationId": "getOrder", "summary": "Get Order", "method": "GET", "path": "/accounts/{accountID}/orders/{orderSpecifier}", "parameters": {}, "responses": { "200": { "description": "The details of the Order requested", "schema_ref": "" }, "401": { "description": "", "schema_ref": "" }, "404": { "description": "", "schema_ref": "" }, "405": { "description": "", "schema_ref": "" } } }