I have a paragraph type called user_group, which contains a node reference field called field_group.

When trying to retrieve all paragraph entities that reference a given node, the data is always empty, even though there is some data that fits the request. So, the following request doesn't work:

/jsonapi/paragraph/user_group?filter[field_group.id]={some-node-id}

It returns no error, but always empty data.

Comments

h_razack created an issue.

tmsss’s picture

I'm also facing the same issue, relationship filtering doesn't seem to work with paragraphs. This would be a nice feature though.