---
title: "Returns a list of portal applications"
method: GET
path: "/v1/Users/GetUserApplications"
tags: ["Users"]
---

# Returns a list of portal applications

`GET /v1/Users/GetUserApplications`

## Response `200`

The list of portal applications

- AdaptekApiApplicationUsersQueriesGetUserApplicationsApplicationDto[]
  - `id` integer
  - `name` string, nullable
  - `url` string, nullable
  - `description` string, nullable
  - `parentApplicationId` integer, nullable
  - `iconUrl` string, nullable
  - `displayOrder` integer
  - `showInDashboard` boolean
  - `releaseNotesDisplayOrder` integer
  - `canAccess` boolean
  - `canView` boolean
  - `isHidden` boolean
  - `customDisplayOrder` integer
  - `showNewFlag` boolean
  - `dateAdded` string, date-time
  - `appType` string, nullable
  - `isShowNew` boolean

---

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