Check Status of Search - More Results From Search ID
You can use this method to check if the parameter is more_results is true/false from a search ID.
| Method |
URL |
| GET |
api/v3/hotels/availability/<sid>/more_results |
Check More Results Response
Response
| Attribute |
Type |
Description |
| no_of_hotels |
integer |
The number Of hotels in the Response |
| more_results |
boolean |
true if there are more results in cache(i.e hotels or rates still getting processed due to the response delays from our upstreams) |
Sample Response
{
"no_of_hotels": 16,
"more_results": false
}
Error Codes
| HTTP Status Code |
Error Code |
Description |
| 401 |
1102 |
Invalid API key |
| 200 |
1501 |
No availability for the requested search criteria |
| 200 |
1504 |
Invalid search ID or it might have expired |
| 403 |
5003 |
Not authorised |