Tandem Support View

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The tandem support view command ==Path== */tandem/support/view/{$ticketid} ==Method== *GET ==Required Data Parameters== *{$ticketid}: The ticket...")
 
 
Line 1: Line 1:
The [[Tandem|tandem]] support view command  
+
The [[Tandem|tandem]] support view command will return a list of all the activity for a support ticket.
 
==Path==
 
==Path==
 
*/tandem/support/view/{$ticketid}
 
*/tandem/support/view/{$ticketid}

Latest revision as of 20:10, 14 May 2012

The tandem support view command will return a list of all the activity for a support ticket.

Contents

Path

  • /tandem/support/view/{$ticketid}

Method

Required Data Parameters

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
  
  )
)
Personal tools