31
Views
1
Comments
Solved
Which entity is the Team (created in Lifetime) stored in?
Application Type
Reactive

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!

2024-12-02 13-16-47
Vipin Yadav
Solution

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 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.