When you pulling all articles, you are loosing the order they have within a certain (parent) section.
https://developers.intercom.com/docs/references/rest-api/api.intercom.io/Articles/listArticles/
When you pull sections or collections, it is exporting the order (by exporting the order-value).
See API for collections: https://developers.intercom.com/docs/references/rest-api/api.intercom.io/Help-Center/collection/
(there is a misspelling in this one, it says “… The order of the section in relation to others sections within a collection. ...” )
API for sections: https://developers.intercom.com/docs/references/2.7/rest-api/api.intercom.io/Help-Center/listAllSections/
Can you please implement the order-key for articles (in the webinterface it is possible to order them, but its not reflected in the exported data via API)
