Hi,
I've got a solution where certain pages (Events) are created as items. On these event pages there's a field called "Date". This field is in item relation list where items are created inline. The item (Date) contains fields like Date & time, Ticketlink, label etc. Some events has more dates with different data in the fields - that's why it's created as an item relation list.
I want fetch the event pages from the dwapi, but the only value I get in "Event_Date" is an integer. See attached screenshot. What is this id referring to? The field is not an item, so it's not the ID of an item. I'd really like to be able to get the values from the "Date" items in the item relation list field through a query from the DWAPI. Is this not possible without fetching from e.g. the /dwapi/content/pages/{id}? I'd really like to avoid that as it's too slow.
Btw. I'm using the /dwap/query as I want to fetch from indexed content: /dwapi/query?QueryName=All%20events&RepositoryName=Content
