Skip to main content

AnalyticsByBundle

Attributes
bundle_idstringrequired

The bundle's unique identifier


bundle_namestringrequired

The bundle's name


timeseriesarray of objectrequired
  • Endpoints
  • AnalyticsByBundle
  • {
      "bundle_id": "va1BEV2VZqnzPkYxJgALg0GeQDoXlWO5",
      "bundle_name": "Latin America Forestry",
      "timeseries": [
        [
          {
            "date": "2022-06-25",
            "value": "13.20",
            "quantity": "503.342"
          },
          {
            "date": "2022-06-26",
            "value": "23.20",
            "quantity": "1503.342"
          },
          {
            "date": "2022-06-27",
            "value": "64.23",
            "quantity": "4700.451"
          }
        ]
      ]
    }