Hi,
I'm currently working with an external API, and I'm encountering issues with the connection flow between Project, Model, and Pset, particularly when attempting to modify them. Unfortunately, I haven't been able to find the proper documentation on how to manage this process.
Here's what I have so far:
-
Get Project ID:
I can successfully retrieve the project ID using the following URL:
https://app21.connect.trimble.com/tc/api/2.0/projects?fullyLoaded=false&minimal=false&sort=-name
-
Get Model ID:
I can also retrieve the model ID using this URL:
https://app21.connect.trimble.com/tc/api/2.0/folders/{projectId}/items
However, the returned JSON response does not provide clear information on how to access a Pset of a model or how to modify it.
I'd appreciate any guidance or documentation that could help me understand the correct approach for accessing and updating Psets within a model.
Thank you!
------------------------------
Jeniffer Baez
------------------------------