---
title: "Get application"
method: GET
path: "/applications/{applicationId}"
tags: ["Applications"]
---

# Get application

`GET /applications/{applicationId}`

Retrieves application data.
### Authorization Required:
  - Application View

## Path parameters

- `applicationId` string, required

## Response `200`

JSON describing the found application

- ApplicationResponse
  - `created` string, required — Date of when the application was created
  - `createdBy` string, required — User who created the application
  - `dataSchemas` object[], required
  - `description` string, required — Description of the application
  - `id` string, required — Unique identifier of the application
  - `modified` string, required — Date of when the application was last modified
  - `modifiedBy` string, required — User who modified the application last
  - `name` string, required — Name of the application
  - `promotions` object, required
  - `settings` object, required
  - `title` string, required — Title of the application
  - `type` string, required — Type of application ('form' or 'workflow')
  - `workspaceId` string, required — Unique identifier of the workspace containing the application

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
