How do you get custom ticket statuses? #595
Unanswered
peer-jslater
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find a custom ticket status in the
src/ZendeskApi_v2/Models/Tickets/Ticket.cs
and I searched the code base and couldn't find mention of custom_status. I could not easily find documentation for this project.I know that when I query the api for custom_statues:
GET /api/v2/tickets/1234?include=custom_statuses
I get the ticket's json object with an additional "custom_statuses": field.
Is there a way to then access some of this data from the c# Ticket object? Or is this not supported?
Beta Was this translation helpful? Give feedback.
All reactions