API

From FreeDESK
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
The following is a list of API calls that can be made to the API via HTTP(S).
 
The following is a list of API calls that can be made to the API via HTTP(S).
  
Data can be passed either in the query string (GET) or as POST data. Returned data will be in XML as described for each individual call. The type of call i specified with the mode parameter.
+
Data can be passed either in the query string (GET) or as POST data. Returned data will be in XML as described for each individual call. The type of call is specified with the mode parameter. For all calls other than login an SID must be passed of a valid session.
  
 
The API script is api.php so requests are made to <nowiki>http://your.freedesk.path/api.php</nowiki>
 
The API script is api.php so requests are made to <nowiki>http://your.freedesk.path/api.php</nowiki>

Latest revision as of 19:04, 21 August 2012

The following is a list of API calls that can be made to the API via HTTP(S).

Data can be passed either in the query string (GET) or as POST data. Returned data will be in XML as described for each individual call. The type of call is specified with the mode parameter. For all calls other than login an SID must be passed of a valid session.

The API script is api.php so requests are made to http://your.freedesk.path/api.php

[edit] HTTP API Calls

For other built-in modes consult the source code directly.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox