# ArcGisEarthAutomationApi.SnapshotApi

All URIs are relative to */*

Method | HTTP request | Description
------------- | ------------- | -------------
[**arcgisearthSnapshotGet**](SnapshotApi.md#arcgisearthSnapshotGet) | **GET** /arcgisearth/Snapshot | Take a snapshot

<a name="arcgisearthSnapshotGet"></a>
# **arcgisearthSnapshotGet**
> arcgisearthSnapshotGet(opts)

Take a snapshot

### Example
```javascript
import ArcGisEarthAutomationApi from 'arc_gis_earth_automation_api';

let apiInstance = new ArcGisEarthAutomationApi.SnapshotApi();
let opts = { 
  'apiVersion': "1.12-Alpha" // String | The requested API version
};
apiInstance.arcgisearthSnapshotGet(opts, (error, data, response) => {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
});
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **apiVersion** | **String**| The requested API version | [optional] [default to 1.12-Alpha]

### Return type

null (empty response body)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: Not defined

