Field Details
POST
/field/infoSee creation interface for filters description
Request
Header Params
Content-Type
string
optional
Example:
application/json
Body Params application/json
field_id
string
Field ID
Example
{
"field_id": "string"
}
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
error
object (DutyError)
optional
code
enum<string>
Error code
Allowed values:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
Error description
data
object (Field)
optional
field_id
string
Field ID
account_id
integer
Account ID
field_name
string
Field name
display_name
string
Display name
description
string
Description
field_type
enum<string>
Field type
Allowed values:
textsingle_selectmulti_selectcheckbox
value_type
enum<string>
Value type
Allowed values:
stringbool
options
array[string]
Optional values
Array elements must be unique and type must match value_type definition
default_value
string
optional
status
enum<string>
Status
enabled, disabled, deleted
Allowed values:
enableddisableddeleted
creator_id
integer
Creator ID
updated_by
integer
Updater ID
created_at
integer
Created timestamp
updated_at
integer
Updated timestamp
Example
Not configured
Last modified: 2 个月前