前提・実現したいこと
https://yahoojp-marketing.github.io/ads-search-api-documents/
↑でyahoo 広告apiの動作を確認して、pythonコードで実装したいです。
上記のサイトには、curlがあるので動作確認を上記サイト上で実施して、
pythonコードに実装しようと考えています。
webapiについて、
知識が少なく、またサンプルコードもあまりネット上に存在していないので、
質問をさせてください。
発生している問題・エラーメッセージ
Authorize後に、/AccountService/getをtry it outしてexecuteさせても、
以下のような返答が返ってきます。
※"rid":は置き換えました。
{
"rid": "XXXXXXXXXXXX",
"errors": [
{
"code": "0001",
"message": "Invalid Request.",
"details": [
{
"requestKey": "startIndex",
"requestValue": "must be greater than or equal to 1"
},
{
"requestKey": "numberResults",
"requestValue": "must be greater than or equal to 1"
参考(?)URL
あなたの回答
tips
プレビュー