- Introdução a API
- Rotas
- Abastecimentos
- Multas
- Endpoints
- others
- fines
- infractions
- cost
- dashboard
- Manutenção
- others
- Maintenance
- Planning Plan
- Maintenance Dashboard
- Mapa
- Ultimos Pontos (Last Points)
- lastbreakroutepoint
list infractions
GET
https://cgv-prd-fines-api.contele.io/api/v1/list_infractions
infractions
Last modified:2024-11-19 20:43:40
Requisição
Parâmetros Header
x-api-key
string
requerido
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-fines-api.contele.io/api/v1/list_infractions' \
--header 'x-api-key;'
Respostas
🟢200OK
application/json
Body
infractions
array [object {7}]
opcional
infraction_id
integer
opcional
infraction_code
string
opcional
article
integer
opcional
infraction
string
opcional
seriousness
integer
opcional
points_on_driver_license
integer
opcional
default_amount
integer
opcional
Exemplo
{
"infractions": [
{
"infraction_id": 0,
"infraction_code": "string",
"article": 0,
"infraction": "string",
"seriousness": 0,
"points_on_driver_license": 0,
"default_amount": 0
}
]
}
Modified at 2024-11-19 20:43:40