We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
byApplicationId
Per the docs the URL should be formed via applications(appId='<the real application id').
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.
applications/<uuid>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: