Describe the bug
The /articles endpoint cannot deal with requests if they comprehend lots of zendesk comments. This always leads to timeout.
This is because the DQAPI metric does not include pagination. We must:
- Implement pagination in the metric.
- Implement pagination in this app.
To Reproduce
Try getting all article mentions in a given month. For example:
curl --location 'https://vtexhelp.myvtex.com/articles?startDate=2024-08-01&endDate=2024-08-31' \
--header 'VtexIdclientAutCookie: {user-token}' \
--header 'Cookie: VtexWorkspace=master%3A-; janus_sid=bc169b2f-da48-4fd6-883b-620e487e7cc0'
Describe the bug
The
/articlesendpoint cannot deal with requests if they comprehend lots of zendesk comments. This always leads to timeout.This is because the DQAPI metric does not include pagination. We must:
To Reproduce
Try getting all article mentions in a given month. For example: