getsupporttickets

area supportaction getsupportticketsGETread

Get a list of support tickets from inside the account

Arguments

ArgumentTypeRequiredDescription
startintegerNostarting position of number of records
limitintegerNoNumber of records to return

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=support
  &action=getsupporttickets
  &start=0
  &limit=10

Response

<response>
  <records>1</records>
  <ticket>
    <id>10</id>
    <subject>Test ticket</subject>
    <status>Closed</status>
    <lastupdated>April 20, 2011, 04:10:06 pm</lastupdated>
    <totalreplies>0</totalreplies>
    <userid>111</userid>
    <firstname>System</firstname>
    <lastname>Core</lastname>
  </ticket>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.