Facility Network Map
Returns the GeoJSON network map associated with the provided facility_id, the map provided has the same information used to render Shipper Network map in Truck Intelligence Portal (example below)

Authentication
Permissions
Endpoint
Response
Response Body
Request example
Path parameters
facility_idstringRequired
Trimble identifier for the facility.
Responses
200
Facility GeoJSON network map (FeatureCollection)
application/json
401
Missing or invalid token.
application/json
403
Token expired or user lacks the required role.
application/json
500
Unexpected error while fetching or parsing GeoJSON.
application/json
get
/facility/{facility_id}/network-mapLast updated