List
Lista de SAF-T(PT)
Fornece uma Lista de todos os Ficheiros SAF-T(PT) já gerados.
Query Parameters
Name
Type
Description
curl https://api.cloudinvoice.net/saft/
-H "Content-Type: application/json"{
"limit": 10,
"offset": 0,
"count": 24,
"next": "https://api.cloudinvoice.net/saft/?limit=10&offset=10",
"previous": null,
"results": [
{
"id": 24,
"emission_date": "2026-01-01",
"file_initial_date": "2025-12-01",
"file_final_date": "2025-12-31",
"is_file_canceled": false,
"location_id": null,
"saft_file_type_id": 3101,
"saft_file_type": {
"code": "M",
"description": "Mensal"
}
},
...
]
}Last updated