Last active
November 21, 2023 04:15
-
-
Save Avi-E-Koenig/6a543001ce446580745a69752bade148 to your computer and use it in GitHub Desktop.
Get Volunteers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"_postman_id": "4ff3f646-3ee3-4227-b941-4a1467b9a478", | |
"name": "Monday_API", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | |
"_exporter_id": "3883128" | |
}, | |
"item": [ | |
{ | |
"name": "Get Volunteer list", | |
"request": { | |
"auth": { | |
"type": "noauth" | |
}, | |
"method": "POST", | |
"header": [ | |
{ | |
"key": "Authorization", | |
"value": "{{API_KEY}}", | |
"type": "text" | |
}, | |
{ | |
"key": "Content-Type", | |
"value": "application/json", | |
"type": "text" | |
}, | |
{ | |
"key": "API-Version", | |
"value": "2023-10", | |
"type": "text" | |
} | |
], | |
"body": { | |
"mode": "graphql", | |
"graphql": { | |
"query": "{\r\n me {\r\n name\r\n }\r\n boards(ids: [1316808337]) {\r\n name\r\n id\r\n items_page {\r\n items {\r\n id\r\n name\r\n column_values {\r\n id\r\n value\r\n }\r\n }\r\n }\r\n }\r\n}", | |
"variables": "" | |
} | |
}, | |
"url": { | |
"raw": "https://api.monday.com/v2", | |
"protocol": "https", | |
"host": [ | |
"api", | |
"monday", | |
"com" | |
], | |
"path": [ | |
"v2" | |
] | |
} | |
}, | |
"response": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment