Skip to main content
Question

Dashboard Rest API filtering by Server upload time doesn't work

  • August 16, 2024
  • 2 replies
  • 115 views

I need to filter event by Amplitude user property Server upload time, so i use such params:

params = {
  "event_type": "Page_view_PAD",
  "filters": [
    {
      "subprop_type": "user",
      "subprop_key": "Server%20upload%20time",
      "subprop_op": "greater",
      "subprop_value": [
        "2024-08-15 11:57:56"
      ]
    }
  ]
}

Response is ‘HTTP 400: Bad Request’.

When i filter by another property, it returns correct data.

I tried to use property name without URL-encoding:

"subprop_key": "Server upload time"

But it also doesn’t work.
Please, help.

Saish Redkar
Expert
Forum|alt.badge.img+10

Hi @Daniil Khomenko 

I don’t think Server upload time is available for querying as a standalone user property , both via charts and via Dashboard REST API.


Hi, @Saish Redkar 
I can use Server upload time to filter charts:
 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings