Hello, I have something to share about /entries.json endpoint.
As it is returning reference Id of user, task.
/projects/{id}/tasks.json endpoint is returning project_id,
/projects/{id).json endpoint is returning client_id
and then we get client details by /clients/{id}.json
If we call multiple endpoints for large entries then it is giving 503 Service Unavailable error.
Is there something to get all details together?
Hello, I have something to share about /entries.json endpoint.
As it is returning reference Id of user, task.
/projects/{id}/tasks.json endpoint is returning project_id,
/projects/{id).json endpoint is returning client_id
and then we get client details by /clients/{id}.json
If we call multiple endpoints for large entries then it is giving 503 Service Unavailable error.
Is there something to get all details together?