Zammad.Client icon indicating copy to clipboard operation
Zammad.Client copied to clipboard

Zammad Client Library for .NET

Results 13 Zammad.Client issues
Sort by recently updated
recently updated
newest added

Implement the undocumented /api/v1/ticket_overviews?view={link} Example: /api/v1/ticket_overviews?view=all_unassigned Link to Zammad Community: [[API: how to list tickets in a certain overview?](https://community.zammad.org/t/api-how-to-list-tickets-in-a-certain-overview/3004)](https://community.zammad.org/t/api-how-to-list-tickets-in-a-certain-overview/3004)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

You are not able to create a ticket without setting OwnerId. OwnerId is not nullable, if OwnerId is 0 you will get an 422. ``` public class Ticket { [JsonProperty("id")]...