getCollectionsByCity
$curl_post_data = array( "user" => $obj->user, "secret" => $obj->secret, "ubCall" => "getCollectionsByCity", "ubParams" => array( "user" => $authRequest["user"], "city" => $city, "ID_REGION" => $ID_REGION, "ID_COUNTRY" => $ID_COUNTRY, "EXCLUDE_CATEGORIES" => "1,4", "start_from" => "0", // default 0 "step" => "20", // default 20 ) ); $objCollections = $restCall->post_rest( HG_REST_SERVER."post", array( "dispatcher" => json_encode($curl_post_data) ) );
Value | Description |
ID | Id of the collection |
name | name of the collection |
photo | photo of the collection |
address | address of the collection |
url | url of the website of the collection |
coordx | coordinates x |
coordy | coordinates y |
city | city of the collection |
ID_REGION | Id of the region of the collection |
ID_COUNTRY | Id of the country of the collection |
telephone | telephone of the collection |
stars | stars of the collection |
zip | zip code of the collection |
email of the collection administrator | |
checkOut | check-out time |
checkIn | check-in time |
currency | currency standard for the collection |