Get all fields that available

Hi
How can I retrieve issues with all fields in postman without type all of them?

Here is the example:
https://example.youtrack.cloud/api/issues?query=for:%20me%20%23Unresolved%20&fields=id,summary,description,reporter(login)

Here is the document:

Any idea?
Thanks

@indeed_1 Welcome to the Community :partying_face:

Did you tried with our any params like below:

@bpricilla Thanks for answer, sure i try it at first but return only issue number an it’s type! While there are couple fields that exist for this issue like project name, author,…

Here is the result

https://youtrack.jetbrains.com/api/issues

[{β€œid”:β€œ25-3661524”,"$type":β€œIssue”},{β€œid”:β€œ25-3659157”,"$type":β€œIssue”}