Bayut

부분 유료
Verified
분류별 Api Dojo | 업데이트됨 14일 전 | Business
인기

9.8 / 10

지연 시간

2,105ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

can not get any result when apply max price filter in for sale properties

when I apply maximum price filter on for sale properties it returns this error, but it works with for rent properties

filters: Unexpected token string(1.0E7) expected numeric at col 30

Rapid account: Apidojo
apidojo Commented 2년 전

Hello,

You should always send along with request samples so I can reproduce the case. How did you see the response data? By running your code, or by using a HTTP client such as postman.com ? If there is error with your code, you should make the same request with an HTTP client and see the raw response to learn the case manually.

You should learn to improve your logic.
1/ Check whether or not the response status code is 200 before parsing the response data.
2/ Check whether or not the field is available before parsing the response data.
3/ Check whether or not the value of field is null or empty before parsing the response data.
You can always recheck your requests in the back-end area of RapidAPI. I checked the requests, everything seems to be fine, and have response data returned.

Regards.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입