Discussions
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.
That being said, according to the APIs for Vitruvi (Swagger) we can only search by Design Element ID, which is an immutable field, while we need a Vetro UID value to be exposed for the search. Otherwise we don't get any result.
From what we can understand the search for the Design Element UID field in our sandbox Vitruvi (link to instance - Login) can be performed via the following API call : GET/api/v2/engineering/list_design_elements. The question is how the query parameters are properly set for that API call and what permissions actually allow to perform an API call, since currently we receive: "detail": "You do not have permission to perform this action."