ZendeskApi_v2 icon indicating copy to clipboard operation
ZendeskApi_v2 copied to clipboard

Possible to include sideloads in IndividualArticleResponse?

Open ClaudineL opened this issue 4 years ago • 1 comments

The call GetArticle in Articles.cs supports sideload options, but sideloads like Categories and Sections are not available as properties in the IndividualArticleResponse returned. Would it be possible to add them?

ClaudineL avatar Apr 18 '20 14:04 ClaudineL

Yes, as that is what we do with tickets. https://github.com/Speedygeek/ZendeskApi_v2/blob/master/src/ZendeskApi_v2/Models/Tickets/IndividualTicketResponse.cs

mozts2005 avatar Apr 18 '20 15:04 mozts2005