code:
$row = $api->tasks()->find($id);
id is present in InfusionSoft, I can access it through https://xx111.infusionsoft.com/Task/manageTask.jsp?view=edit&ID=12345&showTaskForm=true&postAction=reloadParentContent
also I can query ContactAction table using XML API to get this task by id, but not with REST API
Error:
Client error:
GET https://api.infusionsoft.com/crm/rest/v1/tasks/12345?access_token=qwertyuiop1234567890
resulted in a404 Not Found
response:
{“message”:“Task not found.”}
to prevent comments with obvious observations: I replaced the task id, token and subdomain with fake values