跳转到主要内容
POST
/
field
/
info
字段详情
curl --request POST \
  --url 'https://api.flashcat.cloud/field/info?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "field_id": "<string>"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  },
  "data": {
    "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
field_id
string
必填

响应

200 - application/json
error
object

错误信息,仅失败时存在

data
object