Embedded Blocks
You can create your own variables with code blocks that can be embedded in the main body of the response. You can also generate arrays of data using loops.
Last updated
You can create your own variables with code blocks that can be embedded in the main body of the response. You can also generate arrays of data using loops.
Last updated
{
"errors": null,
"responseData": [
{
"id": "1",
"email": "[email protected]",
"createdAt": "474847105",
"content": "Architecto dolorem doloribus sunt ut itaque. Consectetur natus sit quo voluptatem maiores neque ducimus."
},
{
"id": "2",
"email": "[email protected]",
"createdAt": "671988494",
"content": "Quis eos quia rerum rerum alias molestiae laboriosam. Voluptas debitis rerum dolores asperiores. Inventore similique saepe repudiandae."
},
{
"id": "3",
"email": "[email protected]",
"createdAt": "159056457",
"content": "Velit minima dicta quidem ratione velit. Eos facere quod et eaque sit illo porro. Qui aperiam ea quas tempore suscipit."
}
...
]
}