---
title: "Get the app settings."
method: GET
path: "/api/apps/{app}/settings"
tags: ["Apps"]
---

# Get the app settings.

`GET /api/apps/{app}/settings`

## Path parameters

- `app` string, required

## Response `200`

App settings returned.

- AppSettingsDto
  - `_links` object, required — The links.
  - `patterns` PatternDto[], required — The configured app patterns.
    - `name` string, required — The name of the suggestion.
    - `regex` string, required — The regex pattern.
    - `message` string, nullable — The regex message.
  - `editors` EditorDto[], required — The configured UI editors.
    - `name` string, required — The name of the editor.
    - `url` string, required — The url to the editor.
  - `hideScheduler` boolean, required — Hide the scheduler for content items.
  - `hideDateTimeModeButton` boolean, required — Hide the datetime mode button.
  - `version` integer, required — The version of the app.

## Other responses

- `404` — App not found.
- `500` — Operation failed.

---

[API](https://skmtc.net/squidex/apis/squidex-api.md) · [All operations](https://skmtc.net/squidex/apis/squidex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/squidex/squidex-api/versions/b4a9b62f113a/schema)
