I've found a few docs that show you can use AL to get things like the current Business Central version that's running, but is it possible to get that same information using OData Rest API calls? I'm struggling to find anything about this online. I want to avoid AL if possible and just stick with OData, I'm not too familiar with what AL is and it seems like it would be easier if I could continue using OAuth with OData in my current C# project.
Thanks!