---
title: "This endpoint provides a list of Quable Apps"
method: GET
path: "/quable-apps"
tags: ["Integration"]
---

# This endpoint provides a list of Quable Apps

`GET /quable-apps`

Retrieves the collection of IntegrationApp resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `documentType.id` string
- `documentType.id[]` string[]
- `permissionFeature[]` string[]
- `slots[]` string[]
- `search` string
- `order[name]` 'asc' | 'desc'
- `type` string
- `type[]` string[]
- `url` string
- `url[]` string[]
- `slug` string
- `slug[]` string[]

## Response `200`

IntegrationApp collection

- IntegrationAppIntegrationAppOutputIntegrationAppOutput[]
  - `id` string, uuid
  - `slug` string
  - `type` 'Custom' | 'AppStore'
  - `url` string, uri
  - `headers` HttpHeaders
    - `Authorization` string
    - `Content-Type` string
  - `payload` object
  - `documentType` DocumentTypeIntegrationAppOutput
    - `id` string, required — This is the unique identifier of the resource
  - `parameters` string[]
  - `icon` string — Fontawesome icon name : https://fontawesome.com/icons
  - `slots` unknown[]
    - unknown
  - `status` boolean — Status of the Quable App
  - `helpDeskUrl` string — URL for the Help Desk
  - `documentationUrl` string — URL for the Documentation
  - `security` object
    - `appSecret` string
  - `permissionFeatures` string[]
  - `name` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `description` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `createdBy` UserUserOutputIntegrationAppOutput
    - `id` integer
  - `updatedBy` UserUserOutputIntegrationAppOutput
    - `id` integer

---

[API](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/versions/1641096abb34/schema)
