{ "operationId": "listPositions", "summary": "List Positions", "method": "GET", "path": "/accounts/{accountID}/positions", "parameters": {}, "responses": { "200": { "description": "The Account's Positions are provided.", "schema_ref": "" }, "401": { "description": "", "schema_ref": "" }, "404": { "description": "", "schema_ref": "" }, "405": { "description": "", "schema_ref": "" } } }