# ChangesGet200Response
## Properties
**changes** | Option<[**Vec<serde_json::Value>**](serde_json::Value.md)> | The individual changes | [optional]
**done** | Option<**bool**> | Whether the last reported change is the last of the full history. | [optional]
**first** | Option<**f64**> | The index of the first reported change, its value-1 can be used for the `to` argument in subsequent calls to this route when browsing the changes in reverse order | [optional]
**last** | Option<**f64**> | The index of the last reported change, can be used for the `since` argument in subsequent calls to this route | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)