LiquidFeedback API area

To request the preliminary area api, call <BASEURL>/api/area.html with the following arguments as HTTP GET parameters. For example call
http://example.com/liquidfeedback/api/area.html?key=MYSECRETAPIKEYFORLQFB&api_engine=json to get all areas in json encoding.

Request parameters (HTTP GET parameters)

key [MANDATORY]

Your personal API key, request it under "Settings" → "Developer settings" in LiquidFeedback.

id [integer]

Return only the area with this id.

min_id [integer]

Return only areas with an id greater or equal min_id.

max_id [integer]

Return only areas with an id smaller or equal max_id.

order [enum]

Order result, valid options: name, member_weight, id (default)

limit [integer]

Limit number of results

Attributes of the resulting areas

id [integer]

Id of the area.

name [string]

Name of the area.

description [string]

Descriptional text for the area.

direct_member_count [integer]

Number of direct members.

member_weight [integer]

Number of members including membership via delegation.

autoreject_weight [integer]

Number of members using autoreject in this area (including delegted weight).

active [boolean]

True if this area is still in use, false if not.