Assembled · Example Payload

Assembled Forecasted Vs Actuals Example

Customer SupportWorkforce ManagementWFMAI AgentsAI CopilotContact CenterCustomer ExperienceSupport OperationsSchedulingForecastingQuality AssuranceVendor ManagementBPO

Assembled Forecasted Vs Actuals Example is an example object payload from Assembled, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

intervals

Example Payload

Raw ↑
{
  "intervals": [
    {
      "start_time": "2026-05-24T00:00:00Z",
      "forecasted": 1820.5,
      "actual": 1788.0,
      "delta": -32.5
    },
    {
      "start_time": "2026-05-24T00:30:00Z",
      "forecasted": 1742.0,
      "actual": 1801.0,
      "delta": 59.0
    }
  ]
}