I've just had to decompile #SDWorx's shit C# app to find out the value of one of the enums you have to pass to their REST API.
Apparently they think that specifying “Enum.RequestType” as a type and listing the names leaves me with a fun game to guess the corresponding integer value I have to pass.
Someone really should invent something to properly describe REST APIs.
Also: thanks @JetBrains for your dotPeek utility.