API

System APIs

GET system/settings?search={search}

Lists setting definitions and what values current system has for each setting.

HTTP method GET
URI https://api.rambase.net/system/settings?search={search}
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 150
Successful HTTP status code 200
API resource identifier 3037, version 1

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

search String, optional Search for setting based on key or name (english and specified language).
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

IsRequired Boolean Flag if setting is required/must be set before using system. If this is a sub-setting, this settings must be set when the parent setting is turned on. The user must activate this setting (a system setting value must exist for this setting). If a default value is also specified, that will actually be a suggested value, the setting must still be activated.
Key String Setting name used to reference the setting.
ModuleId Integer Module identifier.
ParentSystemSettingDefinitionId Integer System setting definition identifier.
SystemSettingId Integer System setting identifier.

Read more about filters and sorting on how to use sortable parameters

IsRequired Boolean Flag if setting is required/must be set before using system. If this is a sub-setting, this settings must be set when the parent setting is turned on. The user must activate this setting (a system setting value must exist for this setting). If a default value is also specified, that will actually be a suggested value, the setting must still be activated.
Key String Setting name used to reference the setting
ModuleId Integer Module identifier
ParentSystemSettingDefinitionId Integer System setting definition identifier
SystemSettingId Integer System setting identifier

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<SystemSettings>
2
     <SystemSetting>
3
          <SystemSettingId
SystemSettingId

System setting identifier

>
{Integer}</SystemSettingId>
4
          <Status
Status

Status of the system setting value

>
{Integer}</Status>
5
          <Value
Value

System setting value

>
{String}</Value>
6
          <SystemSettingDefinition>
7
               <SystemSettingDefinitionId
SystemSettingDefinitionId

System setting definition identifier

>
{Integer}</SystemSettingDefinitionId>
8
               <Key
Key

Setting name used to reference the setting

>
{String}</Key>
9
               <Name
Name

Short name/description of the setting definition

>
{String}</Name>
10
               <TranslatedName
TranslatedName

Name translated to selected language. If no translation exists for the given langauage, english name will show.

This field is greyed out because it is an expandable field. You have to add $expand=SystemSetting.SystemSettingDefinition.TranslatedName in your request URI to get this field

>
{String}</TranslatedName>
11
               <Description
Description

Descrtiption of the setting definition

>
{String}</Description>
12
               <TranslatedDescription
TranslatedDescription

Description translated to selected language. If no translation exists for the given langauage, english description will show.

This field is greyed out because it is an expandable field. You have to add $expand=SystemSetting.SystemSettingDefinition.TranslatedDescription in your request URI to get this field

>
{String}</TranslatedDescription>
13
               <DefaultValue
DefaultValue

Default value if setting not set for system

>
{String}</DefaultValue>
14
               <DataType
DataType

Allowed values for setting. Used for validation of input from user.

>
{String}</DataType>
15
               <MinimumValue
MinimumValue

For data type integer or decimal a minimum value can be specified, e.g. if a value range is allowed.

>
{Decimal}</MinimumValue>
16
               <MaximumValue
MaximumValue

For data type integer or decimal a maximum value can be specified, e.g. if a value range is allowed.

>
{Decimal}</MaximumValue>
17
               <IsRequired
IsRequired

Flag if setting is required/must be set before using system. If this is a sub-setting, this settings must be set when the parent setting is turned on. The user must activate this setting (a system setting value must exist for this setting). If a default value is also specified, that will actually be a suggested value, the setting must still be activated.

>
{Boolean}</IsRequired>
18
               <NumberOfChildSettings
NumberOfChildSettings

Number of system setting definitions this setting is parent for.

This field is greyed out because it is an expandable field. You have to add $expand=SystemSetting.SystemSettingDefinition.NumberOfChildSettings in your request URI to get this field

>
{Integer}</NumberOfChildSettings>
19
               <Module>
20
                    <ModuleId
ModuleId

Module identifier

>
{Integer}</ModuleId>
21
                    <Name
Name

Name of the module

This field is greyed out because it is an expandable field. You have to add $expand=SystemSetting.SystemSettingDefinition.Module.Name in your request URI to get this field

>
{String}</Name>
22
                    <ModuleLink
ModuleLink

Module reference

>
{String}</ModuleLink>
23
               </Module>
24
               <ParentSystemSettingDefinition>
25
                    <SystemSettingDefinitionId
SystemSettingDefinitionId

System setting definition identifier

>
{Integer}</SystemSettingDefinitionId>
26
                    <SystemSettingDefinitionLink
SystemSettingDefinitionLink

System setting definition link

>
{String}</SystemSettingDefinitionLink>
27
               </ParentSystemSettingDefinition>
28
               <DomainValueList>
29
                    <Object
Object

Object/archive/context of the DOV

>
{String}</Object>
30
                    <Field
Field

Fieldname of the DOV

>
{String}</Field>
31
               </DomainValueList>
32
               <SystemSettingDefinitionLink
SystemSettingDefinitionLink

System setting definition link

>
{String}</SystemSettingDefinitionLink>
33
          </SystemSettingDefinition>
34
     </SystemSetting>
35
     <Paging
Paging

Detailed paging information for this list.

>
36
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
37
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
38
          <Page
Page

Page index

>
{Integer}</Page>
39
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
40
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
41
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
42
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
43
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
44
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
45
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
46
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
47
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
48
     </Paging>
49
</SystemSettings>
1
{
2
     "systemSettings": [
3
          {
4
               "systemSettingId
SystemSettingId

System setting identifier

":
"{Integer}",
5
               "status
Status

Status of the system setting value

":
"{Integer}",
6
               "value
Value

System setting value

":
"{String}",
7
               "systemSettingDefinition": {
8
                    "systemSettingDefinitionId
SystemSettingDefinitionId

System setting definition identifier

":
"{Integer}",
9
                    "key
Key

Setting name used to reference the setting

":
"{String}",
10
                    "name
Name

Short name/description of the setting definition

":
"{String}",
11
                    "translatedName
TranslatedName

Name translated to selected language. If no translation exists for the given langauage, english name will show.

This field is greyed out because it is an expandable field. You have to add $expand=SystemSetting.SystemSettingDefinition.TranslatedName in your request URI to get this field

":
"{String}",
12
                    "description
Description

Descrtiption of the setting definition

":
"{String}",
13
                    "translatedDescription
TranslatedDescription

Description translated to selected language. If no translation exists for the given langauage, english description will show.

This field is greyed out because it is an expandable field. You have to add $expand=SystemSetting.SystemSettingDefinition.TranslatedDescription in your request URI to get this field

":
"{String}",
14
                    "defaultValue
DefaultValue

Default value if setting not set for system

":
"{String}",
15
                    "dataType
DataType

Allowed values for setting. Used for validation of input from user.

":
"{String}",
16
                    "minimumValue
MinimumValue

For data type integer or decimal a minimum value can be specified, e.g. if a value range is allowed.

":
"{Decimal}",
17
                    "maximumValue
MaximumValue

For data type integer or decimal a maximum value can be specified, e.g. if a value range is allowed.

":
"{Decimal}",
18
                    "isRequired
IsRequired

Flag if setting is required/must be set before using system. If this is a sub-setting, this settings must be set when the parent setting is turned on. The user must activate this setting (a system setting value must exist for this setting). If a default value is also specified, that will actually be a suggested value, the setting must still be activated.

":
"{Boolean}",
19
                    "numberOfChildSettings
NumberOfChildSettings

Number of system setting definitions this setting is parent for.

This field is greyed out because it is an expandable field. You have to add $expand=SystemSetting.SystemSettingDefinition.NumberOfChildSettings in your request URI to get this field

":
"{Integer}",
20
                    "module": {
21
                         "moduleId
ModuleId

Module identifier

":
"{Integer}",
22
                         "name
Name

Name of the module

This field is greyed out because it is an expandable field. You have to add $expand=SystemSetting.SystemSettingDefinition.Module.Name in your request URI to get this field

":
"{String}",
23
                         "moduleLink
ModuleLink

Module reference

":
"{String}"
24
                    },
25
                    "parentSystemSettingDefinition": {
26
                         "systemSettingDefinitionId
SystemSettingDefinitionId

System setting definition identifier

":
"{Integer}",
27
                         "systemSettingDefinitionLink
SystemSettingDefinitionLink

System setting definition link

":
"{String}"
28
                    },
29
                    "domainValueList": {
30
                         "object
Object

Object/archive/context of the DOV

":
"{String}",
31
                         "field
Field

Fieldname of the DOV

":
"{String}"
32
                    },
33
                    "systemSettingDefinitionLink
SystemSettingDefinitionLink

System setting definition link

":
"{String}"
34
               }
35
          }
36
     ],
37
     "paging
Paging

Detailed paging information for this list.

":
{
38
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
39
          "position
Position

Position of the first element in the list

":
"{Integer}",
40
          "page
Page

Page index

":
"{Integer}",
41
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
42
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
43
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
44
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
45
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
46
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
47
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
48
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
49
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
50
     }
51
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 101015 HTTP 404 Permission not found