ASANA API get project details

While calling API : https://app.asana.com/api/1.0/projects/
Retiring id like [id] => 4.5957581905307E+14
So failing extract all task.
What is the solution for this.

Can you share the code for the request and the exact response?

1 Like

Hi,Thank you,I got solution,
Issue with json decode,
$response = json_decode($response,false, 512, JSON_BIGINT_AS_STRING);