Good evening i have issues when trying to fetch my datas from graph. more specifically, i don't know the syntax to set properly a request for
apiInstance.series_v2_batch_query_raw function
i wrote this line by looking through series_v2_api module :
aRequest = BatchQueryRequestMediaV1(var_from ="2025-01-17 05:04:48.000", q = "property.2a99729d-2556-4220-a139-023348a1e6b5", to = "2025-01-18 04:43:12.000" );
but i don't think it is correct since there is no exemple in documentation
and i get this mistake when trying to run apiInstance.series_v2_batch_query_raw function
Input should be a valid dictionary or instance of BatchQueryRawRequestsMediaV1 [type=model_type, input_value=BatchQueryRequestMediaV1(...2025, 1, 18, 4, 43, 12)), input_type=BatchQueryRequestMediaV1]
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.