{ "operationId": "getAccountChanges", "summary": "Poll Account Updates", "method": "GET", "path": "/accounts/{accountID}/changes", "parameters": {}, "responses": { "200": { "description": "The Account state and changes are provided.", "schema_ref": "" }, "401": { "description": "", "schema_ref": "" }, "404": { "description": "", "schema_ref": "" }, "405": { "description": "", "schema_ref": "" }, "416": { "description": "", "schema_ref": "" } } }