How to get a reply entity's parent note via python?

Hi all,

I have a note reply’s ID (via a webhook) and need to find it’s parent note entity.
I tried searching for column names like “Parent”, “Link”, “link”, “parent”, “parent_note”, “parent_link” and all sorts of deep queries but to no avail.
Since there is no entity page for Reply entities I can’t find anywhere to look this up.

Any thoughts?

Cheers,
frank

to answer my own question:
the “entity” field on a reply is what I was after, DOH, could have sworn I tried that.

1 Like

Hi @frank !

Regarding:

Since there is no entity page for Reply entities I can’t find anywhere to look this up.

Have you ever tried to use the Fields overview from the Admin menu?


You can easily filter by Entity type on there and have all the fields and their properties listed. No need for detail pages :slight_smile:

Hope that helps a bit.

Cheers,
Fabian

1 Like

Ha, thanks for the reminder!
I had gone looking for the Reply entity in the “Entities” section but had not thought off checking the fields page.
Thanks @Fabian !

1 Like