cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ASANA_GET_TASKS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ASANA_GET_TASKS", "parameters": { "workspace": "<string>", "project": "<string>", "assignee": "<string>", "completedSince": "<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
Specify which workspace to perform the operation in. Defaults to the user's first workspace if not provided
Specify which project to perform the operation in
Specify the ID of the Asana user this task will be assigned to
Completed since : Only return tasks that are either incomplete or that have been completed since this time (ISO or Unix timestamp). (example: "2014-04-25T16:15:47-04:00")
Success
Was this page helpful?