For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/generated-documents?page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"content": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"templateId": "4fa85f64-5717-4562-b3fc-2c963f66afa7",
"bookingId": "5fa85f64-5717-4562-b3fc-2c963f66afa8",
"phase": "BOOKING",
"status": "GENERATED"
}
],
"empty": false,
"first": true,
"from": 1,
"last": true,
"pageNumber": 0,
"pageSize": 10,
"to": 1,
"totalElements": 1,
"totalPages": 1
}