Need any option to bind full entity data in entity endpoints api result

Hi , I am trying to get a entity details through entity endpoints api as below.
The entity is type of a healthcare professional, and its having one custom entity reference field called specialty.

https://api.yext.com/v2/accounts/me/entities/physician_1?api_key=eada5920f7bc938031d42f0f09ae0f08&v=20220404

But in api response only the entity id is present in json result not the full referred entity field data.

Do we have any option to get full entity data in this api ?

Thanks,
Srikant Jena

Hi Srikant,

To get all the entity data that you need, you will need to create a custom Streams endpoint. Check out this guide on how to configure your endpoint.

You can configure a Streams API to fetch any linked entity data that you need. Please reply if you still have questions about how to create your endpoint.

1 Like