Smokeball · Example Payload

Smokeball Task Example

Prepare draft settlement agreement for client review

LegalLaw FirmPractice ManagementMattersContactsDocumentsBillingTrust AccountingTime Tracking

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

Top-level fields

idmatterIdsubjectdescriptiondueDateprioritystatusassignedTocompletedDatesubTasks

Example Payload

Raw ↑
{
  "id": "e5f6a7b8-c9d0-1234-ef01-345678901234",
  "matterId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "subject": "Draft settlement agreement",
  "description": "Prepare draft settlement agreement for client review",
  "dueDate": "2024-02-28T17:00:00Z",
  "priority": "High",
  "status": "InProgress",
  "assignedTo": "c3d4e5f6-a7b8-9012-cdef-123456789012",
  "completedDate": null,
  "subTasks": [
    {
      "id": "f6a7b8c9-d0e1-2345-f012-456789012345",
      "subject": "Review original contract",
      "completed": true
    },
    {
      "id": "a7b8c9d0-e1f2-3456-0123-567890123456",
      "subject": "Consult with partner",
      "completed": false
    }
  ]
}