-
Maybe this is a limitation of the AutoTask API, but is there no way to pull data from multiple entities with one query such as by joining tables? I want to pull invoices complete with customer inform…
-
PHP Fatal error: SOAP-ERROR: Parsing Schema: unexpected in sequence in /var/www/xxxxx/autotask/Client.php on line 128
PHP Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schem…
-
So I've stumbled upon this on my quest to get all the phone numbers from clients from autotask for a new internal phone system. So I've included the autoload.php file, I've run the tested code and it…
-
Hello,
I am new to PHP, and I usually list things from MySQL database using while statements and echo from a mysqli_fetch_array.
How can I have the returned data from Autotask into an array that I can…
-
I am trying to 'include' ( side load ) records that are not directly ( though indirectly ) related to the primary resource object being serialized.
Is there a way to do that?
I tried to using the i…
-
-
First, thank you for this tool!
I have performed all the tasks; query, create, update and delete. I feel I have a good understanding on how to use your tool. I was wondering on the query, if you woul…
-
While running the sample code, I am presented with the following error.
```
D, [2015-07-06T17:53:36.391415 #53230] DEBUG -- : HTTPI GET request to webservices3.autotask.net (httpclient)
I, [2015-07-0…
-
Hi,
I'm using this autotask-php scripts and its work fine but i want to know is there possble way to get every account with the api ?
Kind regards,
David
-
Due to Autotask storing all DateTime in EST(-0400) zone, when querying for 'today' entries from Australia (+1000) no results are returned until 2pm.
I believe this affects all calls in the applicatio…