> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.AppointmentStatus

# <a id="SuperOffice_WebApi_Data_AppointmentStatus" /> Enum AppointmentStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Value for field 'status' in table 'appointment'.
This Enum is used by:  appointment.status

```csharp theme={null}
public enum AppointmentStatus : short
```

## Fields

`Assignment = 11`

11: You are assigned this appointment (initial status, like Booking(5) )

`AssignmentDeclined = 13`

13: You have declined the appointment assigned to you

`AssignmentSeen = 12`

12: You have seen the assignment, but not yet declined or accepted it

`Booking = 5`

5: Appointment is a booking invitation (initial status for a booking)

`BookingDeclined = 9`

9: Appointment is a booking that has been seen and declined

`BookingDeleted = 10`

10: Status of "child" appointment whose "mother" has been deleted (the meeting is cancelled)

`BookingMoved = 6`

6: Appointment is a booking that has been moved since it was seen by the invitee

`BookingMovedSeen = 8`

8: Appointment is a booking that has been moved. The movement has been seen but neither accepted nor rejected

`BookingSeen = 7`

7: Appointment is a booking and has been seen, but neither accepted nor rejected

`Completed = 3`

3: Appointment is completed

`Hidden = 4`

4: Appointment is hidden

`NotStarted = 1`

1: Appointment has not been started

`Started = 2`

2: Appointment has been started, but not completed

`UnknownOrPostIt = 0`

0: Appointment is not initialized or it is a Post-IT for users diary, used together with ApointmentType.Note only


## Related topics

- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [SuperOffice.WebApi.Data.Appointment UpdateAppointmentWithModeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_UpdateAppointmentWithModeRequest.md)
- [SuperOffice.WebApi.Data.Appointment UpdateAppointmentWithModeAndEmailRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_UpdateAppointmentWithModeAndEmailRequest.md)
- [SuperOffice.WebApi.Data.ParticipantSyncData](/en/api/reference/webapi/SuperOffice.WebApi.Data.ParticipantSyncData.md)
- [SuperOffice.WebApi.Data.Appointment ToggleAppointmentStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_ToggleAppointmentStatusRequest.md)
