External API Requests Data Models
Click to copy
Blocks for working with External API Requests data models.
Read more about External API Requests here.
Use these blocks to build up the various inputs to the External API Requests block, and to expand its outputs. Additionally, there are blocks for working with the virtual models defined in the External API Requests. All the data models have their respective "make" and "expand" blocks. Below you will find the most commonly used blocks and their respective data models.
Tip: External API Requests data model blocks follow this naming convention: "Make/Expand APIRequestName DataModel In/Out(_VirtualModel)", for example, "Expand AlphaVantage Body Model Out_Realtime Currency Exchange Rate".
Data Model | API Block | |
URL Params | Input | Make APIRequestName URL Params Model In |
Body | Input | Make APIRequestName Body Model In |
Headers | Input | Make APIRequestName Headers Model In |
Query | Input | Make APIRequestName Query Model In |
Headers | Output | Expand APIRequestName Headers Model Out |
Response Status | Output | Expand APIRequestName Response Status Model Out |
Body | Output | Expand APIRequestName Body Model Out |
Virtual Model | Either | Make Virtual Data Model Expand Virtual Data Model |