Support Departments

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "COMMAND DETAILS HERE ==Path== */support/departments ==Method== *GET ==Required Data Parameters== *None ==Optional Data Parameters== *None ==Returned Data=...")
 
Line 21: Line 21:
 
       [closed] => Lists a total of all closed tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
     )
 
     )
 
 
     [General] => stdClass Object(
 
     [General] => stdClass Object(
 
       [open] => Lists a total of all open tickets for this department.
 
       [open] => Lists a total of all open tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
     )
 
     )
 
 
     [General Technical Support] => stdClass Object(
 
     [General Technical Support] => stdClass Object(
 
       [open] => Lists a total of all open tickets for this department.
 
       [open] => Lists a total of all open tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
     )
 
     )
 
 
     [Sales] => stdClass Object(
 
     [Sales] => stdClass Object(
 
       [open] => Lists a total of all open tickets for this department.
 
       [open] => Lists a total of all open tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
     )
 
     )
 
 
     [Billing] => stdClass Object(
 
     [Billing] => stdClass Object(
 
       [open] => Lists a total of all open tickets for this department.
 
       [open] => Lists a total of all open tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
     )
 
     )
 
 
     [Data Center Operations] => stdClass Object(
 
     [Data Center Operations] => stdClass Object(
 
       [open] => Lists a total of all open tickets for this department.
 
       [open] => Lists a total of all open tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
       [closed] => Lists a total of all closed tickets for this department.
 
     )
 
     )
 
 
     [Network Operations] => stdClass Object(
 
     [Network Operations] => stdClass Object(
 
       [open] => Lists a total of all open tickets for this department.
 
       [open] => Lists a total of all open tickets for this department.

Revision as of 18:25, 24 March 2012

COMMAND DETAILS HERE

Contents

Path

  • /support/departments

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [Spam Notifications] => stdClass Object(
      [open] => Lists a total of all open tickets for this department.
      [closed] => Lists a total of all closed tickets for this department.
    )
    [General] => stdClass Object(
      [open] => Lists a total of all open tickets for this department.
      [closed] => Lists a total of all closed tickets for this department.
    )
    [General Technical Support] => stdClass Object(
      [open] => Lists a total of all open tickets for this department.
      [closed] => Lists a total of all closed tickets for this department.
    )
    [Sales] => stdClass Object(
      [open] => Lists a total of all open tickets for this department.
      [closed] => Lists a total of all closed tickets for this department.
    )
    [Billing] => stdClass Object(
      [open] => Lists a total of all open tickets for this department.
      [closed] => Lists a total of all closed tickets for this department.
    )
    [Data Center Operations] => stdClass Object(
      [open] => Lists a total of all open tickets for this department.
      [closed] => Lists a total of all closed tickets for this department.
    )
    [Network Operations] => stdClass Object(
      [open] => Lists a total of all open tickets for this department.
      [closed] => Lists a total of all closed tickets for this department.
    )
  )
)
Personal tools