# ListUFSquareModelFiltersAuth - ListUFSquareModelFiltersAuth

## Overview

Retrieve content from the model square filter while logged in




## Usage

You can choose any of the following methods to initiate an API request:
- Multi-language OpenSDK / [Go](https://github.com/ucloud/ucloud-sdk-go) / [Java](https://github.com/ucloud/ucloud-sdk-java) / [Python](https://github.com/ucloud/ucloud-sdk-python3) / [JavaScript](https://github.com/ucloud/ucloud-sdk-js) / [PHP](https://github.com/ucloud/ucloud-sdk-php) /
- [UAPI Browser](https://console.ucloud.cn/uapi/detail?id=ListUFSquareModelFiltersAuth)
- [CloudShell](https://shell.ucloud.cn/)

## Definition

### Public Parameters

| Parameter Name | Type | Description Information | Required |
|:---|:---|:---|:---|
| **Action**     | string  | Corresponding API command name, the current API is `ListUFSquareModelFiltersAuth`.                      | **Yes** |
| **PublicKey**  | string  | The user's public key can be obtained from [Console](https://console.ucloud.cn/uaccount/api_manage)                                             | **Yes** |
| **Signature**  | string  | User signature generated based on public key and API command, see [Signature Algorithm](https://docs.ucloud.cn/api/summary/signature)  | **Yes** |

### Request Parameters

| Parameter Name | Type | Description Information | Required |
|:---|:---|:---|:---|
| **Region** | string | Region. See [Region and Zone List](https://docs.ucloud.cn/api/summary/regionlist) |**Yes**|
| **ProjectId** | string | Project ID. Leave it blank for the default project. Sub-accounts must fill in. Please refer to the [GetProjectList API](https://docs.ucloud.cn/api/summary/get_project_list) |No|
| **Zone** | string | Zone. See [Region and Zone List](https://docs.ucloud.cn/api/summary/regionlist) |**Yes**|

### Response Field

| Field Name | Type | Description Information | Required |
|:---|:---|:---|:---|
| **RetCode** | int | Return status code. If it is 0, it means successful return. If it is not 0, it means failure. |**Yes**|
| **Action** | string | Operation command name. |**Yes**|
| **Message** | string | Returns an error message, providing detailed description when `RetCode` is non-zero. |No|




## Example

### Request Example
```
https://api.ucloud.cn/?Action=ListUFSquareModelFiltersAuth
&Region=cn-zj
&Zone=cn-zj-01
&ProjectId=wgyyjtpY
&Region=JLCGGOPi
&Zone=GhzcXoSo
&ProjectId=naSRQTlW
&Region=oZeEGTIM
&Zone=izXhMGgP
&ProjectId=VvmQKkJB
&ProjectId=InlnZZed
&Zone=uVVFePzE
&Region=WVFMFZlg
```

### Response Example
```json
{
  "Action": "ListUFSquareModelFiltersAuthResponse",
  "RetCode": 0
}
```
