List issued receipt documents for a command
Returns issuance metadata only, newest first by issued_at and then ID descending. Includes originals and copies visible to the API key's business and POS access. Optional locale filters both results and total. An authorized command with no issuances returns an empty list. Offsets beyond the last result return an empty list with the matching total. No document is rendered or issued, and no Idempotency-Key is required. Limit defaults to 50; values above 100 are capped at 100.
/v1/commands/{command_id}/receipt-documentsReturns issuance metadata only, newest first by issued_at and then ID descending. Includes originals and copies visible to the API key's business and POS access. Optional locale filters both results and total. An authorized command with no issuances returns an empty list. Offsets beyond the last result return an empty list with the matching total. No document is rendered or issued, and no Idempotency-Key is required. Limit defaults to 50; values above 100 are capped at 100.
Authorization
fiskalizaKey fiskaliza:receipts:issueAn opaque Fiskaliza API key. Each operation lists the capabilities required on that key.
In: header
Scope: fiskaliza:receipts:issue
Path Parameters
Query Parameters
1 <= value <= 100500 <= value0Value in
- "sq"
- "sr-Latn"
- "en"
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/commands/string/receipt-documents"{ "success": true, "data": { "receipt_documents": [], "total": 0, "limit": 50, "offset": 0 }}Download an issued receipt PDF GET
The canonical PDF bytes whose SHA-256 the issuance response recorded. HTML and raw receipt data are deliberately not public.
Export evidence GET
Requires ALL POS access as well as the capability - a partial export is not evidence. These exports answer ATK or another state authority, so X-Fiscal-Authority naming the request being answered is required and is recorded in the audit chain; it cannot be verified, so what it buys is a disclosure that can be accounted for afterwards. An export of more than 50,000 rows is refused rather than silently cut short. Narrow it with from and to, which are half-open - from is included, to is not - so adjacent windows tile a history exactly: every row falls in one of them, none in two, none in neither.