Skip to main content
In any get_all request, all available columns are returned by default. However, you can request only specific columns. To do so, simply add a columns field to the request body:
And the response would be:

Example