Retrieve Carrier Routes for a particular Route Group
GET Carrier Routes
GET /routegroups/:id/carrierroutes
NOTE: Results will be paginated
Response:
Route Group Carrier Routes
JSON
{ "entities":[ { "attributes":{ "carrier_route_uuid":"0c629d30-36ff-4068-ab86-9d181fa4ee21", "fac_name": "BEVERLY HILLS", "facility_name": "BEVERLY HILLS", "city": "BEVERLY HILLS", "state": "CA", "zip": "90210", "zip_crid": "90210C058", "crid_id": "C058", "age_20_24": 166 "age_25_34": 329 "age_35_44": 317 "age_45_54": 295 "age_55_64": 252 "age_65_74": 138 "age_75_84": 84 "age_gt_85": 25 "age_lt_19": 440 "avg_hh_size": 2.5999999 "bus_cnt": 38 "city": "LOS ANGELES" "crid_id":"C052" "drop_cnt": 0 "dropship_key": "Z21809 "ds_key": "Z21809" "faux_ind": "N" "is_selected": true "less_than_200_ind": "N" "lt_200_ind": "N" "med_age": 38 "med_income": "31,151" "res_cnt": 919 "shape_length": 5591.0991640543 "state": "CA" "status": true "tot_cnt": 957 "zip_code": "90029" "zip_crid": "90029C052" }, "geometry":"" }, { "attributes":{ "carrier_route_uuid":"0c629d30-36ff-4068-ab86-9d181fa4ee21", "fac_name": "BEVERLY HILLS", "facility_name": "BEVERLY HILLS", "city": "BEVERLY HILLS", "state": "CA", "zip": "90210", "zip_crid": "90210C058", "crid_id": "C058", "age_20_24": 166 "age_25_34": 329 "age_35_44": 317 "age_45_54": 295 "age_55_64": 252 "age_65_74": 138 "age_75_84": 84 "age_gt_85": 25 "age_lt_19": 440 "avg_hh_size": 2.5999999 "bus_cnt": 38 "city": "LOS ANGELES" "crid_id":"C052" "drop_cnt": 0 "dropship_key": "Z21809 "ds_key": "Z21809" "faux_ind": "N" "is_selected": true "less_than_200_ind": "N" "lt_200_ind": "N" "med_age": 38 "med_income": "31,151" "res_cnt": 919 "shape_length": 5591.0991640543 "state": "CA" "status": true "tot_cnt": 957 "zip_code": "90029" "zip_crid": "90029C052" }, "geometry":"" } ], "totalResults":2, "currentPage":0, "maximumPages":20 }