---
title: "DrillDownRequestModel"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/2a41f542-555e-4a18-85b4-5e343d4f6c49/schemas/DrillDownRequestModel"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/2a41f542-555e-4a18-85b4-5e343d4f6c49.md

# DrillDownRequestModel

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.8.0.0
components:
  schemas:
    DrillDownRequestModel:
      properties:
        objectId:
          type:
            - "null"
            - string
        primaryKey:
          type:
            - "null"
            - object
      required:
        - objectId
        - primaryKey
      type: object
```
