Skip to content
New issue

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

QueryProject using LUID #81

Open
jyoung-slalom opened this issue Oct 17, 2023 · 2 comments
Open

QueryProject using LUID #81

jyoung-slalom opened this issue Oct 17, 2023 · 2 comments

Comments

@jyoung-slalom
Copy link

Please remove if there is already an issue, but I didn't see one on my search.

Would like to see the ability to query projects using the REST API by LUID instead of by Project Name.

@jacalata
Copy link
Contributor

If you know the project LUID, you don't need to query them all - you can get a specific project using /sites/{site-luid}/projects/{project-luid}. Does this do what you wanted?

@jyoung-slalom
Copy link
Author

This doesn't work in the REST API. You'll get a 405 error:
"error": { "summary": "Method Not Allowed", "detail": "The HTTP method 'GET' is not supported for the given resource", "code": "405000"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants