Retrieving a document
1.3.4 Retrieving a list of documents
EINVOICING API response is paginated and results are automatically limited to 100. The response header includes a NextPage property, which leads to the URL of the next result page.
(Each Page has 100 payloads)
(If not specified Page = 1)
(If Page > TotalPageSize then returns Error)
[
{
"series": "ZZTNP",
"number": "852",
"branchCode": 1,
"posId": 0,
"dateIssued": "2020-10-01T15:42:14.703",
"counterPartyVAT": "000000000",
"totalAmount": 16385.36,
"totalVatAmount": 3171.36,
"mark": 400000074421213,
"uid": "0155484E8885A59C5D1E9BD05868A608DECCDB64",
"authenticationCode": "5F34BE43F468F9FF36AB34DB2E832C34F6F740F4",
"isViewed": false,
"isAccepted": false,
"isArchivedByIssuer": false,
"invoiceType": "11.1",
"dateUpdated": "2020-10-01T12:42:20.717",
"url": "https://einvoiceportaluat.impact.gr/v/EL118058830-3646-5F34BE43F468F9FF36AB34DB2E832C34F6F740F4-B2A3B9679CE44095BF53C9C8AED394C7/"
},
{
"series": "AAWEX",
"number": "359",
"branchCode": 1,
"posId": 0,
"dateIssued": "2020-10-01T15:42:14.703",
"counterPartyVAT": "000000000",
"totalAmount": 101.68,
"totalVatAmount": 19.68,
"mark": 400000074421210,
"uid": "CAB4CE879CF4DBE56780EB500F30509C08A3C5E8",
"authenticationCode": "A3F7DDF01A89BAAA6CECE9883631CDC62D0B5687",
"isViewed": false,
"isAccepted": false,
"isArchivedByIssuer": false,
"invoiceType": "11.1",
"dateUpdated": "2020-10-01T12:42:20.937",
"url": "https://einvoiceportaluat.impact.gr/v/EL118058830-3647-A3F7DDF01A89BAAA6CECE9883631CDC62D0B5687-E091AE0C0B4040CAA3D8289B98D7A1AF/"
}
]
1.3.4.1 PARAMETERS
Modified at 2025-03-11 09:56:49