Skip to main content

Hi

I am Andreas “SabotageAndi” Willich and the Developer Relationship Manager of Tricentis. So you will see me a lot in this forum.

Also I am a maintainer of SpecFlow (https://www.specflow.org), the Behavior Driven Development (BDD) Framework for .NET (.NET, .NET Core, .NET Framework) since 2015.

Be the first to reply!

Reply


fetch('https://api2-eu-west-1.almostinsided.com/user/username/w.mkayes', { headers: { 'Authorization': 'c6003b2d-b29a-4c67-970b-c64ab87ff99e' } }).then(response => response.json()) .then(data => { const profileFields = data.result.profileFields; const progressField = profileFields.find(field => field.name === 'progress'); const progress = progressField ? progressField.NormalizedValue : null; console.log('Progress:', progress); }) .catch(err => console.error('Failed to fetch user:', err));