---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.dashboards.v1.GetUniqueAppIdsRequest"></a>GetUniqueAppIdsRequest

| Field | Type | Description |
|---|---|---|
| start_time | <span class="proto-type proto-type-well-known">[google.protobuf.Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp){ title="google.protobuf.Timestamp"}</span> | The start of the time range to inspect. Defaults to 30 days before the  current time when unset. |
| end_time | <span class="proto-type proto-type-well-known">[google.protobuf.Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp){ title="google.protobuf.Timestamp"}</span> | The end of the time range to inspect. Defaults to the current time when  unset. |
| platform_filter | <span class="proto-type proto-type-message">repeated [<i class="proto-type-part">bitdrift</i><i class="proto-type-dot">.</i><i class="proto-type-part">public</i><i class="proto-type-dot">.</i><i class="proto-type-part">shared</i><i class="proto-type-dot">.</i><i class="proto-type-part">platform</i><i class="proto-type-dot">.</i><i class="proto-type-part">v1</i><i class="proto-type-dot">.</i><i class="proto-type-part">Platform</i>](bitdrift_public_shared_platform_v1_Platform.md#bitdrift.public.shared.platform.v1.Platform){ title="bitdrift.public.shared.platform.v1.Platform"}</span> | Optional platform selection criteria used to limit which platforms and apps  are included in the response. |

#### Example
```json
{
  "end_time": "2024-01-31T23:59:59Z",
  "platform_filter": [
    {
      "apple": {
        "apps": [
          {
            "app_id": "com.example.app"
          }
        ]
      }
    }
  ],
  "start_time": "2024-01-01T00:00:00Z"
}
```

