# List Available Apps

Fetch the list of team applications

Endpoint: POST /cloudphone/app/page
Version: 1.0.0
Security: Authorization

## Request fields (application/json):

  - `appName` (string)
    App name (partial match)

  - `pageNum` (integer)
    Page number; Default:1

  - `pageSize` (integer)
    Items per page; Default:10

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (null)

  - `data` (object)

  - `data.total` (string)

  - `data.current` (string)

  - `data.pages` (string)

  - `data.dataList` (array)

  - `requestId` (string)

