Contele Fleet
  1. new-planned-route
Contele Fleet
  • Introdução a API
  • Rotas
    • Introdução a API Trackings
    • Endpoints
      • others
        • healthcheck
        • get sheet data
      • reports
        • get routes reports by group
        • get routes reports by Imei
        • get reports km
        • get driver by day
        • get driver routes in a period
        • get driver routes compiled in a period
        • get driver report
        • get trackings in a period
        • get productivity report
      • bounds
        • bound vehicle with imei
        • bound driver with imei
        • list driver bound per period
      • driver
        • get driver by a given date
      • migration
        • create bound vehicle with imei
        • create bound driver default with imei
      • last-tracking
        • get last tracking by plate number
        • get last tracking by imei
        • get tracking by vehicle id
      • planned-route
        • create planned routes by geojson
        • create planned routes by geojson
        • edit routes
        • edit planned routes
        • delete routes
        • get detailed planned route
      • new-planned-route
        • create planned route
          POST
        • get planned route to update
          GET
        • update planned route
          PUT
      • vehicles
        • get vehicles list
      • trackings
        • create bound vehicle with imei
      • tracker
        • change tracker of vehicle
  • Abastecimentos
    • Endpoints
      • healthcheck
        • health-check
      • fuels
        • create fuels
        • get all info to dashboard
        • list fuels on period
        • delete fuel by id
        • update fuel by id
  • Multas
    • Endpoints
      • others
        • healthcheck
      • fines
        • list fines
        • create fine
        • update fine
        • delete fine
        • get fine
      • infractions
        • list infractions
      • cost
        • cost per month
        • fines per driver
      • dashboard
        • get fines dashboard
  • Manutenção
    • others
      • healthcheck
    • Maintenance
      • list maintenances
      • get maintenance
      • create maintenance
      • update maintenance
      • update maintenance date from calendar
      • update maintenance date from calendar
      • delete maintenance
    • Planning Plan
      • list plans
      • get plan by id
      • list vehicles in plan
      • list items in plan
      • create new plan
      • update plan
      • delete plan
    • Maintenance Dashboard
      • get all info to dashboard
  • Mapa
    • Ultimos Pontos (Last Points)
      • Get last points
      • get specific tracker from cache
      • get specific module info from db
    • lastbreakroutepoint
      • Get last break route points
      • get trackings by period
  • Checklist
    • metrics
      • get dashboard summary from forms
    • attachments
      • insert_form_template_attachment
      • list_form_template_attachment
      • insert_attachment
      • select_attachment
    • custom-filters
      • list_custom_filter
      • create_custom_filter
      • remove_custom_filter
    • form-template
      • create form template
      • create form template
      • copy form templates
      • update form template status
      • update form template status
      • update form template status
      • update form template settings
    • forms
      • create new form
      • update form status
      • update form status
      • list forms
      • list forms without token
    • checklists
      • list checklists
    • answers
      • list answers
      • create new answer
  1. new-planned-route

get planned route to update

GET
https://cgv-prd-trackings-api.contele.io/api/v1/get-planned-route-to-update
new-planned-route
Última modificação:2024-11-19 20:38:26

Requisição

Parâmetros Query
planned_route_id
string 
requerido
planned route id
Parâmetros Header
x-api-key
string 
requerido
Esta chave é obtida através do sistema por meio do gerenciamento da OpenAPI
Padrão:
{{api_key}}

Exemplos de Requisição

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://cgv-prd-trackings-api.contele.io/api/v1/get-planned-route-to-update?planned_route_id' \
--header 'x-api-key;'

Respostas

🟢200OK
application/json
ok
Body
route_name
string 
opcional
calculated_header
object 
opcional
dead_distance_route_in_meters
number 
opcional
dead_time_route_in_seconds
number 
opcional
total_distance_route_in_meters
number 
opcional
total_time_route_in_seconds
number 
opcional
dead_start_distance_route_in_meters
number 
opcional
dead_start_time_route_in_seconds
number 
opcional
dead_end_time_route_in_seconds
number 
opcional
dead_end_distance_route_in_meters
number 
opcional
bound_configurations
object 
opcional
selected_vehicle
number 
opcional
selected_driver
number 
opcional
route_configurations
object 
opcional
includes_initial_and_final_stop
boolean 
opcional
stop_points
array [object {8}] 
opcional
dead_start_route_linestring
array [object {2}] 
opcional
dead_end_route_linestring
array [object {2}] 
opcional
productive_route_linestring
array [object {2}] 
opcional
Exemplo
{
    "route_name": "string",
    "calculated_header": {
        "dead_distance_route_in_meters": 0,
        "dead_time_route_in_seconds": 0,
        "total_distance_route_in_meters": 0,
        "total_time_route_in_seconds": 0,
        "dead_start_distance_route_in_meters": 0,
        "dead_start_time_route_in_seconds": 0,
        "dead_end_time_route_in_seconds": 0,
        "dead_end_distance_route_in_meters": 0
    },
    "bound_configurations": {
        "selected_vehicle": 0,
        "selected_driver": 0
    },
    "route_configurations": {
        "includes_initial_and_final_stop": true,
        "stop_points": [
            {
                "stop_point_name": "string",
                "stop_point_type": "string",
                "stop_point_order": 0,
                "place_holder": "string",
                "stop_point_full_address_name": "string",
                "stop_point_hour": "string",
                "stop_point_latitude": 0,
                "stop_point_longitude": 0
            }
        ],
        "dead_start_route_linestring": [
            {
                "lat": 0,
                "lng": 0
            }
        ],
        "dead_end_route_linestring": [
            {
                "lat": 0,
                "lng": 0
            }
        ],
        "productive_route_linestring": [
            {
                "lat": 0,
                "lng": 0
            }
        ]
    }
}
🟠400Pedido inválido
🟠401Não autorizado
🟠403Proibido
🟠404Registro não encontrado
🔴500Erro do servidor
Modificado em 2024-11-19 20:38:26
Página anterior
create planned route
Próxima página
update planned route
Built with