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

# <a id="SuperOffice_WebApi_Data_NewsFeedItemStatus" /> Enum NewsFeedItemStatus

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

News feed item status - indicates if the item is being handled by a CTA
This Enum is used by:  NewsFeedItem.Status

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

## Fields

`Handled = 2`

2: Handled - the item has been processed by a CTA

`Handling = 1`

1: Processing has started - the item is being handled by a CTA

`Normal = 0`

0: Normal - nothing special has happened yet.


## Related topics

- [SuperOffice.WebApi.Data.NewsFeedItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItem.md)
- [SuperOffice.WebApi.Data.NewsFeed PostNewsFeedItemRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeed_PostNewsFeedItemRequest.md)
- [SuperOffice.WebApi.Data.NewsFeed GetNewsFeedItemsByIdRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeed_GetNewsFeedItemsByIdRequest.md)
- [SuperOffice.WebApi.Data.NewsFeed GetNewsItemsForUserRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeed_GetNewsItemsForUserRequest.md)
- [SuperOffice.WebApi.Agents.NewsFeedAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.NewsFeedAgent.md)
- [SuperOffice.WebApi.Agents.INewsFeedAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.INewsFeedAgent.md)
