Dear team,
I am creating/listing sections via API. Then, I also need empty sections — they however as not listed.
* I am following https://developer.zendesk.com/api-reference/help_center/help-center-api/sections/#list-sections
* I am using the following endpoint
https://<foobar>.zendesk.com/api/v2/help_center/en-us/sections.json
* Using the same endpoint, empty sections are listed in a browser — they are not returned via API call
* Once I manually add a single dummy article inside of an empty section — it gets returned — also in a payload requested in an API. Is there a way I could get all of the sections listed, empty ones?
Thank you! Kind regards,
Pavol
Yes, there is a period of indexing time that can introduce latency between creation of the resource and its accessibility via the API. It generally shouldn't exceed a few seconds, but in rare circumstances it could reach a minutes or two depending on other variables.