Skip to content

購入数をエクスポート

get

/purchases/quantity_series

このエンドポイントを使用して、アプリ内の購入総数を期間内に返します。

前提条件

このエンドポイントを使用するには、API キーpurchases.quantity_seriesの権限が必要です。

レート制限

リクエストパラメーター

例のリクエスト

1
2
curl --location --request GET 'https://rest.iad-01.braze.com/purchases/quantity_series?length=100' \
--header 'Authorization: Bearer YOUR-REST-API-KEY'

応答

1
2
3
4
5
6
7
8
9
10
11
12
Content-Type: application/json
Authorization: Bearer YOUR-REST-API-KEY
{
  "message": (required, string) the status of the export, returns 'success' when completed without errors,
  "data" : [
    {
      "time" : (string) the date as ISO 8601 date,
      "purchase_quantity" : (int) the number of items purchased in the time period
      },
    ...
  ]
}
「このページはどの程度役に立ちましたか?」
New Stuff!