Links

Get public settings

List all public settings. Learn how this can be used in configuring your server in this guide.
It supports the Pagination parameters.
URL
Requires Auth
HTTP Method
/api/v1/settings.public
no
GET

Query Parameters

Argument
Example
Required
Description
Format
query
{"_id":{"$in":["LDAP_Enable", "Jitsi_Enabled"]}}
Optional
Query for named properties
URL encoded JSON object

Example Call

curl http://localhost:3000/api/v1/settings.public

Example Result

{
"settings": [
{ "_id": "API_Drupal_URL", "value": "" },
{ "_id": "API_Embed", "value": true }],
"count": 50,
"offset": 0,
"total": 299,
"success": true
}