getsupportticketdetail

area supportaction getsupportticketdetailGETread

Gets the detail view of a support ticket

Arguments

ArgumentTypeRequiredDescription
idintegerYesid found from the gesupporttickets api call

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=support
  &action=getsupportticketdetail
  &id=1337

Response

<response>
  <ticket>
    <id>4</id>
    <subject>Another reply</subject>
    <body>Here we go!</body>
    <status>1</status>
    <lastupdated/>
    <totalreplies>3</totalreplies>
    <userid>1</userid>
    <firstname>System</firstname>
    <lastname>Core</lastname>
  </ticket>
  <reply>
    <id>6</id>
    <subject>test</subject>
    <body>replies are awesome</body>
    <status>0</status>
    <lastupdated/>
    <totalreplies/>
    <userid/>
    <firstname>System</firstname>
    <lastname>Core</lastname>
  </reply>
  <reply>
    <id>7</id>
    <subject>testte</subject>
    <body>test</body>
    <status>0</status>
    <lastupdated/>
    <totalreplies/>
    <userid/>
    <firstname>System</firstname>
    <lastname>Core</lastname>
  </reply>
  <reply>
    <id>8</id>
    <subject>agagagag</subject>
    <body>agag</body>
    <status>0</status>
    <lastupdated/>
    <totalreplies/>
    <userid/>
    <firstname>System</firstname>
    <lastname>Core</lastname>
  </reply>
</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.