kiota-java
kiota-java copied to clipboard
ApplicationsRequestBuilder.byApplicationId is confusing, it needs the object id, not the application id
This may just be a documentation issue, but the byApplicationId call appears to need the object id, not the application id to find the application.
Per the docs the URL should be formed via applications(appId='<the real application id').
It would actually be nice to have a lookup by the actual application id since many scripts key off that id versus the object id.
I checked the URL being issues and it is definitely applications/<uuid> which means it needs the object id.