Hi , Thank you for great videos , it is very helpful for me to understand how this extensions work , could Trimble workspace API deal with Property Set Libraries for example using organizer to group some property set lib. and color them , I search on Trimble workspace API , but i not found any thing
As you already know, Workspace API will not help in manipulating over Property Sets and Organizer. For that purpose you need to look into: 1) Organizer API: app.swaggerhub.com/apis/Trimble-Connect/org-prod/v1 2) PSet service: app.swaggerhub.com/apis/Trimble-Connect/pset-prod/v1 Both are nicely wrapped in www.npmjs.com/package/trimble-connect-sdk But to use them, you have to register your application as a Trimble Connect Developer. This way, you will get API credentials needed to move further.
Hi , Thank you for great videos , it is very helpful for me to understand how this extensions work , could Trimble workspace API deal with Property Set Libraries for example using organizer to group some property set lib. and color them , I search on Trimble workspace API , but i not found any thing
As you already know, Workspace API will not help in manipulating over Property Sets and Organizer. For that purpose you need to look into:
1) Organizer API: app.swaggerhub.com/apis/Trimble-Connect/org-prod/v1
2) PSet service: app.swaggerhub.com/apis/Trimble-Connect/pset-prod/v1
Both are nicely wrapped in www.npmjs.com/package/trimble-connect-sdk
But to use them, you have to register your application as a Trimble Connect Developer. This way, you will get API credentials needed to move further.