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

# Get application dependencies

`GET /applications/{applicationId}/dependencies`

Builds an application's module dependency tree.
### Authorization Required:
  - Application View

## Path parameters

- `applicationId` string, required

## Response `200`

JSON describing the application module dependency tree

- object[]
  - `moduleId` string — Unique identifier for a module
  - `moduleName` string — Name of a module
  - `moduleTitle` string — Title of a module
  - `sharedAnywhere` boolean
  - `parentApplicationTitle` string — Title of parent application
  - `isRootDependency` boolean — Describes if the dependency is a root dependency
  - `children` object[] — List of children dependencies

## 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)
