25
Views
2
Comments
Get User that Tagged a Version from Lifetime API
Question

Howdy,

Does anyone know if it is possible to retrieve the user that tagged an application version from the Lifetime API (or perhaps some other way)?

 (https://success.outsystems.com/documentation/11/reference/outsystems_apis/lifetime_api_v2/#get-applications-applicationkey-versions-versionkey)

I can see who tagged it in the Lifetime UI but I can't find that value in the response of any of the endpoints. It does have WHEN but not who.

thanks!

Brian

2019-01-07 16-04-16
Siya
 
MVP

There is no 'CreatedBy' field in the API's provided.  I did a test using the LifeTime SDK (https://success.outsystems.com/documentation/11/reference/outsystems_apis/lifetime_sdk/#Structure_ApplicationVersionInfo)  there also CreatedBy is coming empty. Both my development environment and LifeTime are on the same server. Could this be by design? Perhaps someone from OutSystems can clarify.

UserImage.jpg
Brian Francis

I wonder if it is anonymized via the SDK in non-production since that relies on sample data.  They mention that "private data will not be exported".

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