---
search:
  exclude: true
---

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

**Source definition:** [`src/bitdrift/public/unary/dashboards/v1/api.proto#L233-L245`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/dashboards/v1/api.proto#L233-L245>)

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| start_time | <span class="proto-type proto-type-well-known">[google.protobuf.Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp "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 "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">array of [<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")</span><br><em class="proto-field-annotation">up to 10 items</em> | Optional platform selection criteria used to limit which platforms and apps  are included in the response. |

</section>
#### 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"
}
```

