Icon

2. GET Request

<p><strong>GET Request</strong></p><p>This workflow connects to the <em>JSONPlaceholder API</em> via <em>GET Request</em> to get fake posts written by fake users: <em>https://jsonplaceholder.typicode.com/posts</em>.</p>

Use the GET Request node to retrieve posts through a REST Service from JSONPlaceholder API
https://jsonplaceholder.typicode.com/posts?userId=

Workflow: GET Request


This workflow connects to the JSONPlaceholder API via GET Request to get fake posts written by fake users: https://jsonplaceholder.typicode.com/posts

Prepare request forJSONPlaceholder APIwith userID
Expression
Extract arrayof JSON structures
JSON Path
Send requeststo API
GET Request
Ungroup collectionin rows
Ungroup
remove response body
Column Filter
List userIDsof interest
Table Creator
Extract postsfrom JSON responses
JSON to Table

Nodes

Extensions

Links