---
title: "Restore application"
method: POST
path: "/applications/{applicationId}/restore"
tags: ["Applications"]
---

# Restore application

`POST /applications/{applicationId}/restore`

Restores an application.
### Authorization Required:
  - Application Create

## Path parameters

- `applicationId` string, required

## Request body

- object
  - `workspaceId` string — Unique identifier for the workspace to restore the application to

## Response `200`

JSON object describing restored 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)
