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 | ||
---|---|---|
| ||
# Sample: a single field model # Sample: two fields model,brand |
...