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>"
}
}filters 说明见创建接口
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>"
}
}此页面对您有帮助吗?