Contele Fleet
  1. checklists
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
        • get planned route to update
        • update planned route
      • 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
        GET
    • answers
      • list answers
      • create new answer
  1. checklists

list checklists

GET
https://cgv-prd-checklist-api.contele.io/report-with-ocurrences
checklists
Última modificação:2025-05-26 16:37:01
x-eov-operation-id:report_with_ocurrences_handler
x-eov-operation-handler:app
list created checklists by filters

Requisição

Parâmetros Query
driver_ids
array[number]
opcional
Driver ids list
vehicle_ids
array[number]
opcional
Vehicle ids list
checklist_template_ids
array[string <uuid>]
opcional
Checklist template ids list
start_date
string 
opcional
end_date
string 
opcional
page
integer 
opcional
per_page
integer 
opcional
only_report_with_ocurrences
boolean 
opcional
latest_answers_only
boolean 
opcional
status
enum<string> 
opcional
Valores permitidos:
activeinactive
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-checklist-api.contele.io/report-with-ocurrences' \
--header 'x-api-key;'

Respostas

🟢200OK
application/json
success
Body
checklists_reports
array[object (ChecklistReport) {12}] 
opcional
checklist_id
string 
opcional
checklist_template_id
string 
opcional
checklist_template_name
string 
opcional
checklist_answered_at
string 
opcional
checklist_vehicle_id
integer 
opcional
checklist_driver_id
integer 
opcional
checklist_driver_name
string 
opcional
checklist_vehicle_name
string 
opcional
checklist_vehicle_plate_number
string 
opcional
ocurrence_count
integer 
opcional
checklist_is_resolved
boolean 
opcional
full_checklist_to_show
object (FullChecklist) 
opcional
total_checklists
integer 
opcional
Exemplo
{
    "checklists_reports": [
        {
            "checklist_id": "string",
            "checklist_template_id": "string",
            "checklist_template_name": "string",
            "checklist_answered_at": "string",
            "checklist_vehicle_id": 0,
            "checklist_driver_id": 0,
            "checklist_driver_name": "string",
            "checklist_vehicle_name": "string",
            "checklist_vehicle_plate_number": "string",
            "ocurrence_count": 0,
            "checklist_is_resolved": true,
            "full_checklist_to_show": {
                "id": "string",
                "form_status": "string",
                "checklist_template_id": "string",
                "linked_urns": [
                    "string"
                ],
                "answers": [
                    {
                        "id": "string",
                        "answer": "string",
                        "created_at": "string",
                        "created_by": "string",
                        "form_question_id": "string"
                    }
                ],
                "created_by": "string",
                "answered_by": "string",
                "answered_at": "string",
                "created_at": "string",
                "updated_at": "string",
                "updated_by": "string",
                "form_template_version_date": "string",
                "has_answered_all_required_questions": true,
                "checklist_template": {
                    "id": "string",
                    "template_name": "string",
                    "template_status": "string",
                    "template_public": true,
                    "context_urn": "string",
                    "created_by": "string",
                    "updated_by": "string",
                    "created_at": "string",
                    "last_update": "string",
                    "settings_flags": [
                        "string"
                    ],
                    "linked_urns": [
                        "string"
                    ],
                    "segments": [
                        {
                            "id": "string",
                            "type": "string",
                            "title": "string",
                            "options": [
                                {
                                    "is_ocurrence": true,
                                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                                    "label": "string"
                                }
                            ],
                            "is_required_to_answer": true,
                            "user_input_question_mask": "string"
                        }
                    ],
                    "conditional_urns": [
                        "string"
                    ],
                    "external_observation": "string"
                }
            }
        }
    ],
    "total_checklists": 0
}
🟠401Não autorizado
🟠413413
Modificado em 2025-05-26 16:37:01
Página anterior
list forms without token
Próxima página
list answers
Built with