Can't retrieve ticket replies using CMD_API_TICKET

Status
Not open for further replies.

thoroughfare

Verified User
Joined
Aug 11, 2003
Messages
575
Hi there,

I've managed to retrieve a list of tickets using a reseller login via the API, but can't seem to retrieve the replies to those tickets. The command I'm using is:

Code:
$this->DASocket->query("/CMD_API_TICKET?action=view&type=ticket&number=" . $ticket);

The $ticket number is definitely valid. The response is:
Code:
You don't have permission to view that ticket

I get the same response when using the admin login. Any help is very much appreciated.

Many thanks,
Matt
 
Status
Not open for further replies.
Back
Top