Site:API

From Metrixstream
(Difference between revisions)
Jump to: navigation, search
(Add Forum)
(Main Sections)
 
(27 intermediate revisions by one user not shown)
Line 1: Line 1:
= Forums =
+
== Introduction ==
  
== Add Forum ==
+
Below you will find links to each particular component of the Site API. Detailed API information is available by clicking on each link.
  
This API call is responsible for adding a forum to a site.
+
=== Main Sections ===
  
=== Security ===
+
; [[Site:API:Comments|Comments]]
 
+
; [[Site:API:Forums|Forums]]
 
+
; [[Site:API:PCR|Property Change Requests]]
=== Parameters ===
+
; [[Site:API:Wysiwyg|Wysiwyg Editor]]
 
+
;action=forum
+
;verb=addforum
+
;title
+
:required
+
;description
+
:optional
+
;layout
+
:optional
+
;label
+
:optional
+
;canonical_id
+
:optional; if left blank, this is calculated for you.
+
 
+
=== Successful Response ===
+
 
+
;status=ok
+
;item
+
::;forum
+
::::;id
+
::::;canonical_id
+

Latest revision as of 14:56, 23 May 2012

[edit] Introduction

Below you will find links to each particular component of the Site API. Detailed API information is available by clicking on each link.

[edit] Main Sections

Comments
Forums
Property Change Requests
Wysiwyg Editor