2023-11-01 06:24:43 -07:00
|
|
|
{
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "HTTP Pagination Test",
|
|
|
|
"nodes": [
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "skip",
|
|
|
|
"value": "={{ $pageCount * 3 }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"limitPagesFetched": true,
|
|
|
|
"maxRequests": 3
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "47ce146a-3af0-4356-8316-86d8b0121344",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Page Limit",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
1400
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"neverError": true,
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "skip",
|
|
|
|
"value": "={{ $pageCount * 3 }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "6d640013-5455-41af-a87f-ac0120e7fffb",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Response Empty",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
1740
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "skip",
|
|
|
|
"value": "={{ $pageCount * 3 }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"paginationCompleteWhen": "receiveSpecificStatusCodes",
|
|
|
|
"statusCodesWhenComplete": "404",
|
|
|
|
"limitPagesFetched": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "9a185b8c-354d-49ed-96b3-98b83da384eb",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Receive Status Code",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
1900
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"neverError": true,
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "skip",
|
|
|
|
"value": "={{ $pageCount * 3 }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"paginationCompleteWhen": "other",
|
|
|
|
"completeExpression": "={{ $response.statusCode === 404 }}"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "361a0cbf-8376-48d6-b1a8-029216efcb53",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Complete Expression",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
2080
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "### Next URL\nResponse Format: JSON",
|
|
|
|
"height": 223.6542431762359,
|
|
|
|
"width": 365.5274479049966
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "45257c19-8944-4baf-8fba-3f136aeb9d70",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-260,
|
|
|
|
2720
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "### Update a Parameter in Each Request\nResponse Format: JSON",
|
2024-07-25 08:35:31 -07:00
|
|
|
"height": 1360,
|
|
|
|
"width": 354
|
2024-02-01 02:33:18 -08:00
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "2ccb057b-e9c2-46e9-a629-defccdc14764",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note1",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-260,
|
|
|
|
1320
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "4"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"neverError": true,
|
|
|
|
"responseFormat": "text"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "responseContainsNextURL",
|
|
|
|
"nextURL": "={{ $response.headers[\"next-url\"] }}",
|
|
|
|
"paginationCompleteWhen": "receiveSpecificStatusCodes",
|
|
|
|
"statusCodesWhenComplete": "404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "9e685749-432d-4982-a0c1-5f8f448d3afc",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Response Empty - Text",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
3040
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "4"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "responseContainsNextURL",
|
|
|
|
"nextURL": "={{ $response.headers[\"next-url\"] }}",
|
|
|
|
"limitPagesFetched": true,
|
|
|
|
"maxRequests": 3
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "bb916cdd-b884-480a-b666-271be9d86940",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Response Empty Next with Max Pages",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
2780
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "### Next URL\nResponse Format: Text",
|
|
|
|
"height": 388.6542431762359,
|
|
|
|
"width": 363.5274479049966
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "2168f813-29e6-4e1a-8f8a-88542855b485",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note2",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-260,
|
|
|
|
2980
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"neverError": true,
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "skip",
|
|
|
|
"value": "={{ $pageCount * 3 }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"paginationCompleteWhen": "other",
|
|
|
|
"completeExpression": "={{ $response.statusCode === 404 }}"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "88a55fa4-3f30-417c-9c53-c93051c0cb7e",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Complete Expression - JSON",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
1120
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "### Update a Parameter in Each Request\nResponse Format: JSON",
|
|
|
|
"height": 232.15942469988397,
|
|
|
|
"width": 323.21100909416833
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "acab629f-49f8-40cc-a168-a647038b22b5",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note3",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-260,
|
|
|
|
1060
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "4"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"fullResponse": true,
|
|
|
|
"neverError": true,
|
|
|
|
"responseFormat": "text"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "responseContainsNextURL",
|
|
|
|
"nextURL": "={{ $response.headers[\"next-url\"] }}",
|
|
|
|
"paginationCompleteWhen": "receiveSpecificStatusCodes",
|
|
|
|
"statusCodesWhenComplete": "404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "bdcfffc2-4127-4da8-a715-b201accacf68",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Response Empty - Include Full Response",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
3220
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"neverError": true,
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "off"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "9b0db080-7414-4682-a7a8-5e419d61a0f3",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Pagination Off",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
3440
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "### Pagination Off",
|
|
|
|
"height": 373,
|
|
|
|
"width": 363
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "116d5cdf-aa2e-4acb-93c1-80d76c349334",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note4",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-260,
|
|
|
|
3400
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"neverError": true,
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "2484f7fc-670d-4ba5-a991-344f794e3f53",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Pagination Not Set",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
3620
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "### Detect identical responses\nThrow then error",
|
|
|
|
"height": 232.15942469988397,
|
|
|
|
"width": 394.89100909416834
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "52206538-3939-4938-8015-03c859b73108",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note5",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-260,
|
|
|
|
3840
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"fields": {
|
|
|
|
"values": [
|
|
|
|
{
|
|
|
|
"name": "Error",
|
|
|
|
"stringValue": "={{ $json.error.name }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"include": "none",
|
|
|
|
"options": {}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "f12a7aeb-60fc-49b3-b4b3-27f8ad35d7ed",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Edit Fields",
|
|
|
|
"type": "n8n-nodes-base.set",
|
|
|
|
"typeVersion": 3.2,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-20,
|
|
|
|
3920
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "does_not_matter",
|
|
|
|
"value": "0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "4ed73314-825b-41cb-b228-d4cef067d422",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Loop",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
3920
|
2024-02-01 02:33:18 -08:00
|
|
|
],
|
|
|
|
"continueOnFail": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "### Next URL\nResponse Format: Autodetect\nActual Response Format: JSON",
|
2024-02-12 08:32:27 -08:00
|
|
|
"height": 650.4724697091658,
|
2024-02-01 02:33:18 -08:00
|
|
|
"width": 323.21100909416833
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "0545e04a-9c3f-4b21-a993-58754a0ddf50",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note6",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-280,
|
|
|
|
-80
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "# Response Format: Autodetect\n",
|
|
|
|
"width": 545.8929725020898
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "72af3737-b12e-42cc-b779-59e93aca225b",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note7",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-900,
|
|
|
|
140
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "# Response Format: set",
|
|
|
|
"width": 545.8929725020898
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "1a2b62f3-2fa2-41e9-9b2e-8590219a58d8",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note8",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-880,
|
|
|
|
1060
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "responseContainsNextURL",
|
|
|
|
"nextURL": "={{ $response.headers[\"next-url\"] }}",
|
|
|
|
"limitPagesFetched": true,
|
|
|
|
"maxRequests": 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "1c8eca03-b963-4228-9f9f-8b7c74dda79e",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Complete Expression - JSON Autodetect set",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-220,
|
|
|
|
20
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "responseContainsNextURL",
|
|
|
|
"nextURL": "={{ $response.headers[\"next-url\"] }}",
|
|
|
|
"limitPagesFetched": true,
|
|
|
|
"maxRequests": 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "c2fcf50b-2e02-48b9-8b3b-34bdd91c7c58",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Complete Expression - JSON unset",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-220,
|
|
|
|
200
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "3c83c1b5-63a5-48ee-8c44-5eb7e3fa1b22",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "No Operation, do nothing1",
|
|
|
|
"type": "n8n-nodes-base.noOp",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-680,
|
|
|
|
1920
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "f2124260-f883-4f41-bd38-45952f038e02",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Data 2",
|
|
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-980,
|
|
|
|
1400
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "f4723b21-a0d6-4679-96d9-11e664e5a3bc",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Data 1",
|
|
|
|
"type": "n8n-nodes-base.noOp",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-660,
|
|
|
|
380
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "4"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"sendHeaders": true,
|
|
|
|
"headerParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "content-type",
|
|
|
|
"value": "text/plain"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"neverError": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "responseContainsNextURL",
|
|
|
|
"nextURL": "={{ $response.headers[\"next-url\"] }}",
|
|
|
|
"paginationCompleteWhen": "receiveSpecificStatusCodes",
|
|
|
|
"statusCodesWhenComplete": "404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "7b6fcc37-5cc0-454a-a33d-a3624f8412bd",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Response Empty - Text1",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-220,
|
|
|
|
680
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"content": "### Next URL\nResponse Format: Autodetect\nActual Response Format: text",
|
|
|
|
"height": 437.60980047313967,
|
|
|
|
"width": 323.31395441111135
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "8c4febe5-b19e-4eb8-bc8f-c00cb5f68f86",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Sticky Note9",
|
|
|
|
"type": "n8n-nodes-base.stickyNote",
|
|
|
|
"typeVersion": 1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-280,
|
|
|
|
600
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "4"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"sendHeaders": true,
|
|
|
|
"headerParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "content-type",
|
|
|
|
"value": "text/plain"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"fullResponse": true,
|
|
|
|
"neverError": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "responseContainsNextURL",
|
|
|
|
"nextURL": "={{ $response.headers[\"next-url\"] }}",
|
|
|
|
"paginationCompleteWhen": "receiveSpecificStatusCodes",
|
|
|
|
"statusCodesWhenComplete": "404"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "3367e7cb-2d1b-4398-901f-8e54e704f0aa",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "Response Empty - Include Full Response1",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-220,
|
|
|
|
860
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"method": "POST",
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendBody": true,
|
|
|
|
"contentType": "multipart-form-data",
|
|
|
|
"bodyParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "skip",
|
|
|
|
"value": "0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"type": "body",
|
|
|
|
"name": "skip",
|
|
|
|
"value": "={{ $pageCount * 3 }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"limitPagesFetched": true,
|
|
|
|
"maxRequests": 3
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "f87c4844-24e5-4fdf-bcb0-ecd6351ddaa7",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "POST Form Data",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
2440
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"method": "POST",
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendBody": true,
|
|
|
|
"bodyParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "skip",
|
|
|
|
"value": "0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"type": "body",
|
|
|
|
"name": "skip",
|
|
|
|
"value": "={{ $pageCount * 3 }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"limitPagesFetched": true,
|
|
|
|
"maxRequests": 3
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "18abeae2-9f6d-4ee1-8f0b-494c7024657b",
|
2024-02-01 02:33:18 -08:00
|
|
|
"name": "POST JSON",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-200,
|
|
|
|
2260
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
2024-02-12 08:32:27 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"options": {
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"paginationMode": "responseContainsNextURL",
|
|
|
|
"limitPagesFetched": true,
|
|
|
|
"maxRequests": 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "0d0d6db1-8002-4561-8633-2c4e4e2a99f3",
|
2024-02-12 08:32:27 -08:00
|
|
|
"name": "Complete Expression - JSON unset1",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
2024-07-25 08:35:31 -07:00
|
|
|
-220,
|
|
|
|
400
|
2024-02-12 08:32:27 -08:00
|
|
|
],
|
|
|
|
"onError": "continueRegularOutput"
|
2024-07-25 08:35:31 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"parameters": {
|
|
|
|
"url": "https://dummyjson.com/users",
|
|
|
|
"sendQuery": true,
|
|
|
|
"queryParameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "limit",
|
|
|
|
"value": "3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"response": {
|
|
|
|
"response": {
|
|
|
|
"responseFormat": "json"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"pagination": {
|
|
|
|
"pagination": {
|
|
|
|
"parameters": {
|
|
|
|
"parameters": [
|
|
|
|
{
|
|
|
|
"name": "skip",
|
|
|
|
"value": "={{ $pageCount * 3 }}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"limitPagesFetched": true,
|
|
|
|
"maxRequests": "={{ 3 }}"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"id": "8662f597-b750-4a36-945e-7f5a43ddd6a1",
|
|
|
|
"name": "Page Limit Expression",
|
|
|
|
"type": "n8n-nodes-base.httpRequest",
|
|
|
|
"typeVersion": 4.1,
|
|
|
|
"position": [
|
|
|
|
-200,
|
|
|
|
1580
|
|
|
|
]
|
2024-02-01 02:33:18 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"pinData": {
|
|
|
|
"Page Limit": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Response Empty": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 9
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 10
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 11
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 12
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 13
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 14
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Receive Status Code": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 9
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 10
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 11
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 12
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 13
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 14
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Complete Expression": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 9
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 10
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 11
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 12
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 13
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 14
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Response Empty - Text": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":0},{\"id\":1},{\"id\":2},{\"id\":3}]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":4},{\"id\":5},{\"id\":6},{\"id\":7}]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":8},{\"id\":9},{\"id\":10},{\"id\":11}]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":12},{\"id\":13},{\"id\":14}]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Response Empty Next with Max Pages": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 9
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 10
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 11
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Response Empty - Include Full Response": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":0},{\"id\":1},{\"id\":2},{\"id\":3}]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "application/json",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=4&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 200,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":4},{\"id\":5},{\"id\":6},{\"id\":7}]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "application/json",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=8&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 200,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":8},{\"id\":9},{\"id\":10},{\"id\":11}]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "application/json",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=12&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 200,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":12},{\"id\":13},{\"id\":14}]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "application/json",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=16&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 200,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "application/json",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=20&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 404,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Complete Expression - JSON": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 9
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 10
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 11
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 12
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 13
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 14
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Pagination Off": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Pagination Not Set": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Edit Fields": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"Error": "NodeOperationError"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Complete Expression - JSON Autodetect set": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Complete Expression - JSON unset": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Response Empty - Text1": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":0},{\"id\":1},{\"id\":2},{\"id\":3}]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":4},{\"id\":5},{\"id\":6},{\"id\":7}]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":8},{\"id\":9},{\"id\":10},{\"id\":11}]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":12},{\"id\":13},{\"id\":14}]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Response Empty - Include Full Response1": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":0},{\"id\":1},{\"id\":2},{\"id\":3}]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "text/plain",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=4&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 200,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":4},{\"id\":5},{\"id\":6},{\"id\":7}]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "text/plain",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=8&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 200,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":8},{\"id\":9},{\"id\":10},{\"id\":11}]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "text/plain",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=12&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 200,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[{\"id\":12},{\"id\":13},{\"id\":14}]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "text/plain",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=16&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 200,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"data": "[]",
|
|
|
|
"headers": {
|
|
|
|
"content-type": "text/plain",
|
|
|
|
"next-url": "https://dummyjson.com/users?skip=20&limit=4"
|
|
|
|
},
|
|
|
|
"statusCode": 404,
|
|
|
|
"statusMessage": null
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"POST Form Data": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"POST JSON": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
}
|
2024-02-12 08:32:27 -08:00
|
|
|
],
|
|
|
|
"Complete Expression - JSON unset1": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"error": {
|
|
|
|
"message": "'' is not a valid URL.",
|
|
|
|
"name": "NodeOperationError",
|
|
|
|
"description": "Make sure the \"Next URL\" parameter evaluates to a valid URL.",
|
|
|
|
"context": {}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-07-25 08:35:31 -07:00
|
|
|
],
|
|
|
|
"Page Limit Expression": [
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 2
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 3
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 7
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"json": {
|
|
|
|
"id": 8
|
|
|
|
}
|
|
|
|
}
|
2024-02-01 02:33:18 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"connections": {
|
|
|
|
"Loop": {
|
|
|
|
"main": [
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"node": "Edit Fields",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"No Operation, do nothing1": {
|
|
|
|
"main": [
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"node": "Receive Status Code",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Complete Expression",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Response Empty Next with Max Pages",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Response Empty - Text",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Response Empty - Include Full Response",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Pagination Off",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Pagination Not Set",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Loop",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Response Empty",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Page Limit",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Complete Expression - JSON",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "POST JSON",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "POST Form Data",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
2024-07-25 08:35:31 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Page Limit Expression",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
2024-02-01 02:33:18 -08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Data 2": {
|
|
|
|
"main": [
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"node": "Data 1",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "No Operation, do nothing1",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Data 1": {
|
|
|
|
"main": [
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"node": "Complete Expression - JSON Autodetect set",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Complete Expression - JSON unset",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Response Empty - Text1",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Response Empty - Include Full Response1",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
2024-02-12 08:32:27 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"node": "Complete Expression - JSON unset1",
|
|
|
|
"type": "main",
|
|
|
|
"index": 0
|
2024-02-01 02:33:18 -08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"active": false,
|
|
|
|
"settings": {
|
|
|
|
"executionOrder": "v1"
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"versionId": "2b03c5d0-b0bf-4622-9e69-11365392e7e6",
|
2024-02-01 02:33:18 -08:00
|
|
|
"meta": {
|
|
|
|
"instanceId": "27cc9b56542ad45b38725555722c50a1c3fee1670bbb67980558314ee08517c4"
|
|
|
|
},
|
2024-07-25 08:35:31 -07:00
|
|
|
"id": "VtkCgJEYesF8JTg8",
|
2024-02-01 02:33:18 -08:00
|
|
|
"tags": []
|
2023-11-01 06:24:43 -07:00
|
|
|
}
|