RescheduleEvent
This is an object representing when an appointment was rescheduled.
Possible values: [user, client]
new_end_at objectrequired
An object describing a date/time in local time (naive) and in UTC.
The local date/time in ISO-8601 format (without time zone information).
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$
2025-03-01T10:00:00String representing the object's type.
Possible values: [zoned_date_time]
The time zone of the local time (IANA format).
America/New_YorkThe UTC date/time in Unix timestamp format (seconds).
1736461200The UTC date/time in ISO-8601 format (with time zone information).
2025-03-01T03:00:00Znew_start_at objectrequired
An object describing a date/time in local time (naive) and in UTC.
The local date/time in ISO-8601 format (without time zone information).
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$
2025-03-01T10:00:00String representing the object's type.
Possible values: [zoned_date_time]
The time zone of the local time (IANA format).
America/New_YorkThe UTC date/time in Unix timestamp format (seconds).
1736461200The UTC date/time in ISO-8601 format (with time zone information).
2025-03-01T03:00:00ZPossible values: [reschedule_event]
The time at which the reschedule occurred (ISO-8601 format).
previous_end_at objectrequired
An object describing a date/time in local time (naive) and in UTC.
The local date/time in ISO-8601 format (without time zone information).
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$
2025-03-01T10:00:00String representing the object's type.
Possible values: [zoned_date_time]
The time zone of the local time (IANA format).
America/New_YorkThe UTC date/time in Unix timestamp format (seconds).
1736461200The UTC date/time in ISO-8601 format (with time zone information).
2025-03-01T03:00:00Zprevious_start_at objectrequired
An object describing a date/time in local time (naive) and in UTC.
The local date/time in ISO-8601 format (without time zone information).
Possible values: Value must match regular expression ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}$
2025-03-01T10:00:00String representing the object's type.
Possible values: [zoned_date_time]
The time zone of the local time (IANA format).
America/New_YorkThe UTC date/time in Unix timestamp format (seconds).
1736461200The UTC date/time in ISO-8601 format (with time zone information).
2025-03-01T03:00:00ZPossible values: [client_ui, dashboard, api]
{
"actor": null,
"initiated_by": "client",
"new_end_at": {
"local": "2023-01-01T01:00:00",
"object": "zoned_date_time",
"time_zone": "America/New_York",
"unix_ts": 1736464800,
"utc": "2023-01-01T04:00:00Z"
},
"new_start_at": {
"local": "2023-01-01T00:00:00",
"object": "zoned_date_time",
"time_zone": "America/New_York",
"unix_ts": 1736461200,
"utc": "2023-01-01T03:00:00Z"
},
"object": "reschedule_event",
"occurred_at": "2023-01-01T03:00:00Z",
"previous_end_at": {
"local": "2023-01-01T01:00:00",
"object": "zoned_date_time",
"time_zone": "America/New_York",
"unix_ts": 1736464800,
"utc": "2023-01-01T04:00:00Z"
},
"previous_start_at": {
"local": "2023-01-01T00:00:00",
"object": "zoned_date_time",
"time_zone": "America/New_York",
"unix_ts": 1736461200,
"utc": "2023-01-01T03:00:00Z"
},
"source": "client_ui"
}