Listar propostas
Esse método retorna uma lista paginada com todas as propostas enviadas.
Name
Type
Description
Name
Type
Description
Name
Type
Description
{
"totalCount": 1,
"hasNextPage": true,
"proposals": [
{
"id": 1,
"status": "awaiting_inspection",
"created_at": "2024-04-11 03:47",
"user": {
"name": "BEATRIZ CRISTINA GONCALVES",
"cpf": "14458884670"
},
"author": {
"name": "BRUNO MELLO"
},
"vehicle": {
"plate": "ABC1230"
}
}
]Last updated