kiota-java icon indicating copy to clipboard operation
kiota-java copied to clipboard

ApplicationsRequestBuilder.byApplicationId is confusing, it needs the object id, not the application id

Open aappddeevv opened this issue 11 months ago • 0 comments

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.

aappddeevv avatar Jan 27 '25 20:01 aappddeevv