Fiskaliza
Referenca e API-sëDokumentet e kuponit

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.

GET/v1/commands/{command_id}/receipt-documents

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.

Authorization

fiskalizaKey fiskaliza:receipts:issue
AuthorizationBearer <token>

An opaque Fiskaliza API key. Each operation lists the capabilities required on that key.

In: header

Scope: fiskaliza:receipts:issue

Path Parameters

command_id*string

Query Parameters

limit?integer
Range1 <= value <= 100
Default50
offset?integer
Range0 <= value
Default0
locale?unknown

Value 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  }}