Is there a way to find the reference to a page

Hi,
Is there any way to find all references of a page?
For eg: If a page is referred on another page or on a campaign? I would like to fetch all those by providing page or page system id.

Litium version: 7

Check if you can use PageReferenceService for your purpose otherwise you can also use DataService to query for relational references on entities.

1 Like

Do you have any example to get entities by relational reference(in a generic way), using DataService?

I tried searching through Lucene search, but the PointerPageItem has JsonValue, and Found that passing Guid value (PageSysytemId) won’t work. Is there a way to search pointeritem through Lucene search?

Couln’t you use this method?