필드 목록 조회
필드 목록 조회
Headers
Name
Value
Path parameters
Name
Type
Description
화면에서의 대상
API에 입력하는 값
Response
200
Name
Type
Description
Name
Type
Description
40x
Last updated
Was this helpful?
Was this helpful?
{
"success": true,
"data": {
"fieldList": [
{
"id": "<fieldId>",
"name": "관심도",
"type": "singleSelect",
"required": false,
"optionList": [
{
"id": "<optionId1>",
"value": "높음"
},
{
"id": "<optionId2>",
"value": "낮음"
}
]
}
]
}
}{
"success": false,
"message": "에러 메세지"
}