> ## 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.AssignmentStatus

# <a id="SuperOffice_WebApi_Data_AssignmentStatus" /> Enum AssignmentStatus

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

Status if this appointment is in the process of being assigned to someone else

```csharp theme={null}
public enum AssignmentStatus
```

## Fields

`Assigning = 11`

11: 11: Appointment in the process of being assigned to someone else

`Declined = 13`

13: 13: Appointment where the person requested to take ownership has declined.

`None = 1`

1: 1: All appointments not in the process of being assigned to someone else

`Seen = 12`

12: 12: Appointment where the party requested to take ownership of the appointment or task has observed the request, but not yet accepted or declined the request.

`Unknown = 0`

0: Unknown - used when initializing


## Related topics

- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.AlarmData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AlarmData.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.AppointmentStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentStatus.md)
- [SuperOffice.WebApi.Data.UserPresenceStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPresenceStatus.md)
- [SuperOffice.WebApi.Data.TargetAssignment](/en/api/reference/webapi/SuperOffice.WebApi.Data.TargetAssignment.md)
