# List Team Apps

Fetch the list of team applications

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

## Request fields (application/json):

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

  - `packageNames` (array)
    List of application package names
    Example: ["com.facebook.katana"]

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

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

