queryParameters:
embed:
description: |
Comma-separated list of columns to embed. Each embedded column will be returned instead of the corresponding field_id
or field_ids
column. For instance, ?embed=user
would remove the user_id
integer field from a response and replace it with a user
object field.
Possible embeddable fields are:
<< embedFields >>required: false type: string