How do I return a specific nested field (subfield) in a response from an interactive API docs call?

Knowledge Drop

Last tested: Oct 22, 2018

Write the name of the outer block followed by the nested fields desired in parentheses, like this: field(subfield)

Example:

What about from an Sdk?

Example for Ruby scripts:

space(447, :fields => 'id, name, looks(id, title), dashboards(id, title)')

Note that all of the field names are contained in a comma-separated list in a string.