跳转到主要内容
POST
/
field
/
list
字段列表
curl --request POST \
  --url 'https://api.flashcat.cloud/field/list?app_key=' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "items": [
      {
        "field_id": "<string>",
        "account_id": 123,
        "field_name": "<string>",
        "display_name": "<string>",
        "field_type": "text",
        "value_type": "string",
        "status": "enabled",
        "creator_id": 123,
        "updated_by": 123,
        "created_at": 123,
        "updated_at": 123,
        "description": "<string>",
        "options": [
          "<string>"
        ],
        "default_value": "<string>"
      }
    ]
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

请求体

application/json

The body is of type object.

响应

200 - application/json
error
object

错误信息,仅失败时存在

data
object