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
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.
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".