> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/setting/_get.md).

# \_get

Get a Setting's value.

### Parameters

#### name

The setting you want to retrieve.

**Default valid values:**

* 'app-header',
* 'app-icon',
* 'appointment-amber-days',
* 'appointment-priorities',
* 'appointment-statuses',
* 'block-task-email-notifications',
* 'company-address',
* 'contracts-template',
* 'customer-landline-unique',
* 'customer-portal-asset-set',
* 'customers-require-landlines',
* 'customers-results-long',
* 'customers-results-short',
* 'date-format',
* 'default-vat',
* 'disable-appointment-time-in-progress-update',
* 'invoice-template',
* 'ip-restriction',
* 'job-ref-method',
* 'mainFormat',
* 'replyto-email',
* 'restrict-appointment-selection',
* 'time-format',
* 'vat-registration-number',
* 'wizard'.

**If Mantis integration is enabled:**

* 'issuetracker-mantis\_wsdl',
* 'issuetracker-mantis\_username'.

**If Xero integration is enabled:**

* 'xero\_consumer\_key',
* 'xero\_api\_endpoint\_url'.

**If SMS integration is enabled:**

* 'sms\_appointment\_create',
* 'sms\_appointment\_create\_text',
* 'sms\_appointment\_hours\_before',
* 'sms\_appointment\_hours\_before\_num',
* 'sms\_appointment\_hours\_before\_text',
* 'sms\_appointment\_on\_route',
* 'sms\_appointment\_on\_route\_text'.

### Example

```
FM_api('Setting_get', ['name' => 'date-format']);
```

### Results

```
"dd\/mm\/yy"
```
