drchrono · Example Payload

Task Example

Example Task resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

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

Top-level fields

titledescriptionresourcepathexample

Example Payload

Raw ↑
{
  "title": "Task Example",
  "description": "Example Task resource for drchrono REST API",
  "resource": "Task",
  "path": "/api/tasks/{id}",
  "example": {
    "category": 1,
    "due_date": {},
    "archived": false,
    "associated_items": [],
    "assigned_by": "example-assigned_by",
    "assignee_user": "example-assignee_user",
    "created_at": "example-created_at",
    "assignee_group": 1
  }
}