Tandem Settings List

From INAP Dropzone API
Jump to: navigation, search

The tandem settings list command will return a list of all the Tandem settings.

Contents

Path

  • /tandem/settings/list

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [resellerid] => Tandem reseller ID.
    [css] => Custom CSS used.
    [logo] => Logo URL.
    [titletext] => Page title
    [ticketingmode] => Ticketing mode, (internal,external,contact). 
    [ticketingdata] => URL if {ticketingmode} is set to "external" or email address if the {ticketingmode} is set to "contact". 
    [bodycolor] => Body color to be used in the Tandem portal. 
    [tabcolor] => Tab color to be used in the Tandem portal. 
    [ticketlistbackgroundcolor] => Ticket list background color to be used in the Tandem portal. 
    [ticketviewbackgroundcolor] => Ticket view background color to be used in the Tandem portal. 
    [linkcolor] => Link color to be used in the Tandem portal. 
    [tabtitlecolor] => 
    [ticketlistcolor] => 
    [ticketviewcolor] => 
    [usecss] => Use custom CSS; (TRUE,FALSE). 
    [fontfamily] => 
    [first] => About us first name. 
    [company] => About us company name. 
    [address] => About us address. 
    [state] => About us state. 
    [country] => About us country. 
    [fax] => About us fax number. 
    [last] => About us last name. 
    [email] => About us email address. 
    [city] => About us city. 
    [zip] => About us zip/postal code. 
    [phone] => About us phone number. 
    [type] => tandem
    [tandemurl] => Tandem portal URL.
  )
)
Personal tools