curl --location 'https://stg-gateway.invora.app/api/v2/pdf/entries/list' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"part": {
"key": {
"inValues": [
"string"
]
},
"documentKey": "string",
"documentType": "DOCUMENT_TYPE_UNSPECIFIED",
"templateKey": "string"
},
"textSearch": "string",
"timeReference": {
"referenceDate": "2019-08-24T14:15:22.123Z",
"historicalData": true
}
},
"sort": {
"rules": [
{
"documentKey": "SORT_DIRECTION_UNSPECIFIED",
"documentType": "SORT_DIRECTION_UNSPECIFIED"
}
]
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"mask": "string"
}'{
"items": [
{
"key": "string",
"documentKey": "string",
"documentType": "DOCUMENT_TYPE_UNSPECIFIED",
"templateKey": "string",
"config": {
"showLogo": true,
"showSignature": true,
"showQrCode": true,
"showStamp": true,
"showContactInfo": true,
"showSellerAddress": true,
"showSellerBankInfo": true
},
"downloadUrl": "string",
"md5Hash": "string"
}
],
"totalCount": "string",
"nextPageCursor": "string"
}