Getting All Valid Enum Values in ASP.NET Web API
One of the commenters on my blog posed an interesting question on my article about serializing enumerations in Web API [https://www.exceptionnotfound.net/serializing-enumerations-in-asp-net-web-api/] : He wanted to know how someone who is querying a Web API might know what possible values a given enumeration has. I didn't answer that