Integration
Last updated
Was this helpful?
Was this helpful?
{
"access_token": "string", "token_type": "string"
}{
"timestamp": timestamp,
"path": "/v1/token",
"status": 401,
"error": "Unauthorized",
"message": null,
"requestId": string
}{
"timestamp": timestamp,
"path": "/v1/token",
"status": 500,
"error": "Internal Server Error",
"message": null,
"requestId": string
}{
"type": "String",
"feed_info": {
"update_date": "String",
"publisher": "String",
"contact_name": "String",
"contact_email": "String",
"version": "String",
"license": "String",
"data_sources": [
{
"data_source_id": "String",
"organization_name": "String"
}
]
},
"features": [
{
"type": "String",
"geometry": {
"type": "String",
"coordinates": [
[
"Double",
"Double"
],
[
"Double",
"Double"
],
]
},
"id": "String",
"bbox": [
"Double",
"Double",
"Double",
"Double"
],
"properties": {
"core_details": {
"event_type": "String",
"data_source_id": "String",
"road_names": [
"String"
],
"direction": "String",
"name": "String",
"description": "String",
"creation_date": "String",
"update_date": "String"
},
"start_date": "String",
"end_date": "String",
"is_start_date_verified": "Boolean",
"is_end_date_verified": "Boolean",
"is_start_position_verified": "Boolean",
"is_end_position_verified": "Boolean",
"work_zone_type": "String",
"location_method": "String",
"vehicle_impact": "String",
"lanes": [
{
"order": "Int",
"type": "String",
"status": "String"
},
{
"order": "Int",
"type": "String",
"status": "String"
}
],
"beginning_cross_street": "String",
"ending_cross_street": "String",
"beginning_milepost": "Double",
"types_of_work": [
{
"type_name": "String"
}
],
"worker_presence": {
"are_workers_present": "Boolean",
"method": "String",
"worker_presence_last_confirmed_date": "String",
"confidence": "String"
}
}
}
]
}{
"timestamp": timestamp,
"path": "/v1/workzones",
"status": 500,
"error": "Internal Server Error",
"message": null,
"requestId": string
}