GetUniqueAppIdsRequest¶
Source definition: src/bitdrift/public/unary/dashboards/v1/api.proto#L233-L245
| Field | Type | Description |
|---|---|---|
| start_time | google.protobuf.Timestamp | The start of the time range to inspect. Defaults to 30 days before the current time when unset. |
| end_time | google.protobuf.Timestamp | The end of the time range to inspect. Defaults to the current time when unset. |
| platform_filter | up to 10 items |
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"
}