Discussions
Mass upload / Import - Data Integration
Hey Devs,
I'm a Project Analyst and a newbie on Vitruvi. We work in the telecom industry, installing fiber and connecting the internet for our customers' clients.
Get Design Element through API using Vetro UUID
We are looking for information regarding retrieval of data from Vitruvi system based on the UID field. The idea behind this particular operation is to retrieve correct Design element for Work Item creation. Since Vetro system is the source of truth between the triad of Smart B/OSS, Vetro and Vitruvi, we rely on Vetro UID for the Feature, which is then transferred to the Vitruvi system to the field of UID on Design Element entity.
How to upload data into Vitruvi using APIs
Hi discussion team, we at Realworld are currently working on a project with Vitruvi for a UK Alt Net. We are currently providing data from the planning /inventory solution in a set of JSON files which are being manually uploaded into Vitruvi before your system is used to generate the work instructions. We have now been asked to upload the data using APIs. We had a discussion with somle members of your team last week, and the APIs that they recommended we used to pass the data are:
Create Design Element – we understand that this will create a new instance of one of the inventory features which we currently output in json – e.g. a pole or a duct
We were then advised that we would need to add the values for the custom fields linked to this object – not quite sure which API we should use for this.
Can you confirm if this is the best approach, or if we are able to e.g. upload an entire feature/custom element from a json file
Work Item and Work Item Quantities Audited Deletes
RE: Audited Deletes
extracting full load and the subsequent deltas
Hi, I am in the process of extracting a full load from a set of API gets. The challenge is getting the timeout and bad response errors for large volumes of data. The limit and offset approach is time consuming. What is the most efficient way to extract large volumes of data.
Power BI connection
Hi, I try to pull data for Power BI by using right API connection.
Get Feature Length by Script
Hello Vitruvi,
504 Gateway error
Good morning. I have set up a successful API call to Excel via a token to pull the timesheet_lines query from Vitruvi. I originally limited that query call to everything from date 2024-08-01. However, now I am looking for data a little further back and every time I try the same call (in the same worksheet and in a brand new one) to pull from any time before August 1st, I get a 504 Gateway timeout error. Please help.
post https://{workspace}.api.vitruvi.cc/api/v1/engineering/design_elements_work_items/batch_update/
Can someone confirm the appropriate Request format?
Using /api/v1/engineering/design_elements_query in live returns 403 error
Hi I am using https://xyz.api.vitruvi.cc/api/v1/engineering/design_elements_query/?limit=10&offset=0 on our live api, it returns a 403 error every time but works fine on out uat/test api. I can use raw ok on live but prefer to use _query - xyz is substituted for our company url.