Using lastModified parameter in /config/v2/tables endpoint results in null guid
Hi,
We have been successfully using the /config/v2/tables endpoint to retrieve a restaurant's tables.
We would like to optimize our integration by only pulling tables since a last modified time.
However, when we tested this in Postman (as well as in our integration), guid were returned with as null.
See response here:
[
{
"guid": "317b65af-6187-412e-b0f2-fe954293499f",
"entityType": "Table",
"name": "17 T",
"revenueCenter": null,
"serviceArea": {
"guid": "bd14bca2-742d-4d1a-adea-9eca7231c8b9",
"entityType": "ServiceArea"
}
},
{
"guid": null,
"entityType": "Table",
"name": null,
"revenueCenter": null,
"serviceArea": null
},
{
"guid": "b15de62b-fc7b-43ac-95dc-a672949ec5f1",
"entityType": "Table",
"name": "16 T",
"revenueCenter": null,
"serviceArea": {
"guid": "bd14bca2-742d-4d1a-adea-9eca7231c8b9",
"entityType": "ServiceArea"
}
},
{
"guid": null,
"entityType": "Table",
"name": null,
"revenueCenter": null,
"serviceArea": null
},
{
"guid": "008e25e9-292f-4e3f-8de6-21df78a41c16",
"entityType": "Table",
"name": "18 T",
"revenueCenter": null,
"serviceArea": {
"guid": "bd14bca2-742d-4d1a-adea-9eca7231c8b9",
"entityType": "ServiceArea"
}
}
]
Is this intended?
-
Thanks, Celton for bringing this to our attention. I'm speaking to our engineering team to see what is causing values to be returned as null. I'll report back as soon as I have an update!
0 -
Hi Celton,
Our engineering team has identified the bug that is causing to return these null values. A fix is expected to be released around the middle of May. I'll comment back on this ticket once the fix has been released.
0
Please sign in to leave a comment.
Comments
2 comments