GetUniqueAppIdsRequest¶
| 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 | 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"
}