Is it possible to get all pages from a DW solution by itemType and a Culture?
We are building a software that needs to get release notes from a dw Solution. I know I can get pages by itemtype with: /dwapi/content/pages?ItemType=ReleaseNote
In this scenario I get 3 pages that are the same pages but in different languages. I know I can use the areaId param, but the other software does not know that id but the culture it is current in. I would like to avoid hardcode some id's in the code.
Is it possible to combine the two?
Kind regards
Kasper