최근 검색
최근 검색 없음
Error searching for fields type Checkbox
2025년 2월 19일에 게시됨
I can't search for a field of type checkbox by passing `false`; this throws an "Invalid value" error.
On endpoint: POST /api/v2/custom_objects/{custom_object_key}/records/search
Example Request:
{
"filter":{
"$and": [
{"custom_object_fields.avaliable": {"$eq": false}}
]
}
}
Response:
{
"error": {
"title": "Unsupported Condition",
"message": “Invalid value”
}
}
0
1
댓글 1개
로그인하세요.