Hi Community,
A quick question about Teams created in lifetime, and thereafter adding applications to it.
Is lifetime API v2 the only way to retrieve the 'Teams' value? When creating new applications in lifetime, at least the data can still be retrieve from the Application entity. But if I want to further filter via Teams, I am not able to do it.
Since API does have this value, so am thinking this value should be store in some system entity, which i couldn't find.
Below is screenshot of the API response
Thank you!
Hi @Jun Mun Chan ,
Teams data is available via the Lifetime API, OutSystems does not expose this data in Service Studio through a system entity. Instead, Lifetime uses its internal database to manage and store this information, which isn't accessible for direct querying in Service Studio.
For Filter Via Team-
You can get data from api by team and Store this data temporarily in a custom entity in your application if you need to work with it extensively.
Thanks,
Vipin Yadav