Hi,
I'm working on a solution where we in several paragraphs use the DWAPI to get paragraph content (e.g.: /dwapi/content/paragraphs?AreaId=1&ItemType=Employee) (an we're moving more an more towards a headless setup). In some scenarios we need to be able to sort the data in the exact same way as they are sorted on the page in DW. I thought that it would be the default sorting, but that's not the case. Then, maybe naive, I thought I would be able to do the sorting myself, as the API offcourse would return a "sort" / "sortorder" / "order" field in the data returned. That's not the case either. The solution is running on a 10.9.0 and the content I'm trying to get - and sort - is paragraphs of a certain item type. The fields available on the paragraph is:
- id
- name
- createdDate
- updatedDate
- pagId
- text
- image
- imageFocalX
- imageFocalY
- imageLink
- imageAlt
- imageLinkTarget
- imageCaption
- colorScheme
I also have a lot of fields on the item - but no sort field. Is this a bug in 9.10? Or has it always been that way?