{
"current_page": 1,
"data": [
{
"type": "IDENTITY_FRONT",
"label": "Documento de identificação (Frente)",
"is_active": true
},
{
"type": "IDENTITY_BACK",
"label": "Documento de identificação (Verso)",
"is_active": true
},
{
"type": "PICTURE",
"label": "Selfie",
"is_active": true
},
{
"type": "DRIVERS_LICENSE",
"label": "Carteira de motorista",
"is_active": true
},
{
"type": "CONTRACT",
"label": "Contrato",
"is_active": true
}
],
"first_page_url": "http://localhost:8000/api/v1/client-file-types/search?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost:8000/api/v1/client-file-types/search?page=1",
"links": [
{
"url": null,
"label": "« Anterior",
"active": false
},
{
"url": "http://localhost:8000/api/v1/client-file-types/search?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Próximo »",
"active": false
}
],
"next_page_url": null,
"path": "http://localhost:8000/api/v1/client-file-types/search",
"per_page": 15,
"prev_page_url": null,
"to": 5,
"total": 5
}