cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ASANA_GET_TASK_BY_EXTERNAL_ID' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ASANA_GET_TASK_BY_EXTERNAL_ID", "parameters": { "gid": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
External ID : The ID that this task is associated or synced with, from your application.
Success
Was this page helpful?