> For the complete documentation index, see [llms.txt](https://appmaster.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appmaster.gitbook.io/docs/business-logic/block/model-functions/api-requests/expand-apirequestname-body-model-out.md).

# Expand APIRequestName Body Model Out

Returns all the fields of a given output Body model object for a specific API request.

### Flow Connections <a href="#flow-connections" id="flow-connections"></a>

* \[Input] In - starts the block's execution.
* \[Output] Out - activates when the block has finished its execution.

### Data Connections <a href="#data-connections" id="data-connections"></a>

* \[Input] Model (model) - output Body model object to be expanded.
* \[Output] Fields (multiple, any) - all the fields of the model (defined in its respective section in [External API Requests](/docs/business-logic/external-api-requests.md)).
