ListServiceOrderAppointments200Response (object)
| Feld | Typ | Beschreibung | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elemente Scheduled dispatch / visit window for a service order (Gantt bar source)
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| meta* | object |
|
Beispiel (JSON)
{
"data": [
{
"id": 0,
"service_order_id": 0,
"service_order": {
"id": 0,
"formatted_number": "string",
"subject": "string",
"service_location": "string",
"contact_name": "string",
"status": "open"
},
"starts_at": "2025-01-14T09:00:00",
"ends_at": "2025-01-14T17:00:00",
"assignee_account_user_id": 0,
"status": "planned"
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 15,
"total": 1,
"items_from": 1,
"items_to": 1
}
}