Exclude field in REST API

I send request to YouTrack like this: "[host]/rest/issue?filter=[conditions]". And I want to exclude some fields that are superfluous for me(for instance "comment" and "description"). Can I do this?

0
3 comments
Official comment

Hello,

Unfortunately, that's not possible to exclude fields, but you can send needed fields with "with" parameter.

Avatar
Permanently deleted user

put the results into an array and only echo what you need to look at

0
Avatar
Permanently deleted user

Douglaswolfanger

The point is to download fewer data. Performance.

0

Please sign in to leave a comment.