Column Selection

The attributes that are retrieved from the resource information can be restricted.

This option can only be used for the List and Show APIs.

Execution example:

  • List only the id attribute of networks

    GET /v2.0/networks?fields=id

  • To retrieve multiple attributes (id and name)

    GET /v2.0/networks?fields=id&fields=name