Help getting started

Hello, i am new in the Postman and RestAPI and i have a short question where you maybe have a direct answer :slight_smile:

My question:

I made a query in Postman like that:

https://api-eu.cloud.com/monitorodata/Sessions?$filter=StartDate ge 2021-11-01T11:17:24.87Z and StartDate le 2021-11-11T13:17:24.87Z&$select=Machine,User&$expand=Machine($select=Name;$expand=DesktopGroup($select=Name)),User($select=Upn,FullName)

It gives me perfectly the value for the Name of the DesktopGroup. When i export the code to powershell i only get the values without the Name!`?!?!

Details (like screenshots):

Does anybody can help me on that?!

Thanks to you all

Welcome to Postman @itservicelau :slight_smile:
I guess the issue is on the powershell end. Could you please check if this helps - The generated powershell script executed and lost content of some properties · Issue #6775 · postmanlabs/postman-app-support · GitHub. Thanks!

1 Like

Hello @anuradharaman thanks :slight_smile: It worked like in the post commented. Great Community

1 Like