You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r = requests.get(BASE_URL + uri, params={'reportJobId':job_id}, #jobid는 POST로 발급받은 ID 입니다.
headers=get_header(method, uri, API_KEY, SECRET_KEY, CUSTOMER_ID))
안녕하세요, 담당자님.
stat-reports에서 위와 같이 params를 입력했음에도 불구하고 reportJobId에 대한 리스트가 나오는 것이 아니라 전체 리스트가 출력됩니다.
(stat-reports의 list와 같은 형식)
혹시 위와 같은 오류가 접수된 적이 있을까요? 아니면 params 부분에 문제가 있을까요? 답변 부탁드리겠습니다.
The text was updated successfully, but these errors were encountered:
uri = '/stat-reports/'
method = 'GET'
r = requests.get(BASE_URL + uri, params={'reportJobId':job_id}, #jobid는 POST로 발급받은 ID 입니다.
headers=get_header(method, uri, API_KEY, SECRET_KEY, CUSTOMER_ID))
안녕하세요, 담당자님.
stat-reports에서 위와 같이 params를 입력했음에도 불구하고 reportJobId에 대한 리스트가 나오는 것이 아니라 전체 리스트가 출력됩니다.
(stat-reports의 list와 같은 형식)
혹시 위와 같은 오류가 접수된 적이 있을까요? 아니면 params 부분에 문제가 있을까요? 답변 부탁드리겠습니다.
The text was updated successfully, but these errors were encountered: