# \TelemetryApi All URIs are relative to *http://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- [**octoprint_events_create**](TelemetryApi.md#octoprint_events_create) | **POST** /api/octoprint-events/ | [**octoprint_events_list**](TelemetryApi.md#octoprint_events_list) | **GET** /api/octoprint-events/ | [**octoprint_events_retrieve**](TelemetryApi.md#octoprint_events_retrieve) | **GET** /api/octoprint-events/{id}/ | [**print_job_events_list**](TelemetryApi.md#print_job_events_list) | **GET** /api/print-job-events/ | [**print_job_events_retrieve**](TelemetryApi.md#print_job_events_retrieve) | **GET** /api/print-job-events/{id}/ | [**print_nanny_plugin_events_list**](TelemetryApi.md#print_nanny_plugin_events_list) | **GET** /api/print-nanny-plugin-events/ | [**print_nanny_plugin_events_retrieve**](TelemetryApi.md#print_nanny_plugin_events_retrieve) | **GET** /api/print-nanny-plugin-events/{id}/ | [**remote_command_events_list**](TelemetryApi.md#remote_command_events_list) | **GET** /api/remote-command-events/ | [**remote_command_events_retrieve**](TelemetryApi.md#remote_command_events_retrieve) | **GET** /api/remote-command-events/{id}/ | [**telemetry_events_create**](TelemetryApi.md#telemetry_events_create) | **POST** /api/telemetry-events/ | [**telemetry_events_list**](TelemetryApi.md#telemetry_events_list) | **GET** /api/telemetry-events/ | [**telemetry_events_retrieve**](TelemetryApi.md#telemetry_events_retrieve) | **GET** /api/telemetry-events/{id}/ | ## octoprint_events_create > crate::models::OctoPrintEvent octoprint_events_create(octo_print_event_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **octo_print_event_request** | [**OctoPrintEventRequest**](OctoPrintEventRequest.md) | | [required] | ### Return type [**crate::models::OctoPrintEvent**](OctoPrintEvent.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## octoprint_events_list > crate::models::PaginatedOctoPrintEventList octoprint_events_list(page) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **page** | Option<**i32**> | A page number within the paginated result set. | | ### Return type [**crate::models::PaginatedOctoPrintEventList**](PaginatedOctoPrintEventList.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## octoprint_events_retrieve > crate::models::OctoPrintEvent octoprint_events_retrieve(id) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | A unique integer value identifying this octo print event. | [required] | ### Return type [**crate::models::OctoPrintEvent**](OctoPrintEvent.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## print_job_events_list > crate::models::PaginatedPrintJobEventList print_job_events_list(page) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **page** | Option<**i32**> | A page number within the paginated result set. | | ### Return type [**crate::models::PaginatedPrintJobEventList**](PaginatedPrintJobEventList.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## print_job_events_retrieve > crate::models::PrintJobEvent print_job_events_retrieve(id) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | A unique integer value identifying this print job event. | [required] | ### Return type [**crate::models::PrintJobEvent**](PrintJobEvent.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## print_nanny_plugin_events_list > crate::models::PaginatedPrintNannyPluginEventList print_nanny_plugin_events_list(page) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **page** | Option<**i32**> | A page number within the paginated result set. | | ### Return type [**crate::models::PaginatedPrintNannyPluginEventList**](PaginatedPrintNannyPluginEventList.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## print_nanny_plugin_events_retrieve > crate::models::PrintNannyPluginEvent print_nanny_plugin_events_retrieve(id) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | A unique integer value identifying this print nanny plugin event. | [required] | ### Return type [**crate::models::PrintNannyPluginEvent**](PrintNannyPluginEvent.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## remote_command_events_list > crate::models::PaginatedRemoteCommandEventList remote_command_events_list(page) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **page** | Option<**i32**> | A page number within the paginated result set. | | ### Return type [**crate::models::PaginatedRemoteCommandEventList**](PaginatedRemoteCommandEventList.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## remote_command_events_retrieve > crate::models::RemoteCommandEvent remote_command_events_retrieve(id) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | A unique integer value identifying this remote command event. | [required] | ### Return type [**crate::models::RemoteCommandEvent**](RemoteCommandEvent.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## telemetry_events_create > crate::models::TelemetryEventPolymorphic telemetry_events_create(telemetry_event_polymorphic_request) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **telemetry_event_polymorphic_request** | Option<[**TelemetryEventPolymorphicRequest**](TelemetryEventPolymorphicRequest.md)> | | | ### Return type [**crate::models::TelemetryEventPolymorphic**](TelemetryEventPolymorphic.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## telemetry_events_list > crate::models::PaginatedTelemetryEventPolymorphicList telemetry_events_list(page) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **page** | Option<**i32**> | A page number within the paginated result set. | | ### Return type [**crate::models::PaginatedTelemetryEventPolymorphicList**](PaginatedTelemetryEventPolymorphicList.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## telemetry_events_retrieve > crate::models::TelemetryEventPolymorphic telemetry_events_retrieve(id) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | A unique integer value identifying this telemetry event. | [required] | ### Return type [**crate::models::TelemetryEventPolymorphic**](TelemetryEventPolymorphic.md) ### Authorization [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)