Agile Delivery · Example Payload

Agile Delivery Sprint Example

AgileIterative DevelopmentProject ManagementSoftware DevelopmentSprintScrum

Agile Delivery Sprint Example is an example object payload from Agile Delivery, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamegoalstart_dateend_datevelocitystatus

Example Payload

agile-delivery-sprint-example.json Raw ↑
{
  "id": "sprint-42",
  "name": "Sprint 42 - Q2 Launch",
  "goal": "Deliver user authentication feature",
  "start_date": "2026-04-14",
  "end_date": "2026-04-28",
  "velocity": 34,
  "status": "active"
}