Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
I am hitting below URL end point for each project id I have (which is around6k) and after sometime it is getting timed out in middle giving below error. Is there any kind of limit we have to fetch no. of records in a particular timeframe or so? https://{base_url}/attask/api/v18.0/project/{project_id}?fields={name_of_the_required_fields} Error:- Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f32e1459b20>: Failed to establish a new connection: [Errno 110] Connection timed out')