Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How does the fields parameter work? How to get result from this item?

Table of Contents

Fields

The field[s] to include in response comma separated

Input

Fields = string, field[s]

Output

Json

with root = data: [ ]

per object = field: value, …

Samples

Code Block
languagebash
# Sample: a single field
model

# Sample: two fields
model,brand

...