You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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"
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.
The text was updated successfully, but these errors were encountered: