# Retrieve MVT Stylesheet

| **Description** | Retrieves the style sheet for the Ellipsis Drive implementation of the Mapbox Vector Tile protocol. |
| --------------- | --------------------------------------------------------------------------------------------------- |
| **Endpoint**    | `/ogc/mvt/{pathId}/styleSheet?token={token}&zoom={zoom}&timestampId={timestampId}`                  |
| **Method**      | GET                                                                                                 |

## Access Level Rules

| **Minimum Access Level** | view |
| ------------------------ | ---- |

## Processing Units

| **Minimum processing units** | None |
| ---------------------------- | ---- |

## Parameters

| Name          | Type         | Description                                                  | Required | Default       |
| ------------- | ------------ | ------------------------------------------------------------ | -------- | ------------- |
| `pathId`      | uuid         | The id of the vector layer.                                  | true     |               |
| `timestampId` | uuid         | The id of the timestamp.                                     | true     |               |
| `style`       | uuid or JSON | The id of a style or a JSON fully describing a vector style. | false    | Default null. |
| `zoom`        | int          | Max zoomlevel of the layer.                                  | false    | Default null. |
