Replies: 1 comment 1 reply
-
|
I'm sure I'm missing something obvious but would it not be as simple as updating the JSON for the entity to include something link Or would something like this be better? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On the platform we link between related entities.
We must generate this link by working out or keeping a record of the related entity.
For example, this tree entity (7002019928) links to the parent TPO

The href for this link is https://www.planning.data.gov.uk/entity/7001003254
So the platform knows this tree (7002019928) links this TPO (7001003254).
Thats great.
But if I want to use the data I get the following JSON
How does a user of the data know what TPO entity it links to?
We should include the linked entities in the data payload.
Feels like consumers of the data are not currently benefiting from a usp of the platform; that it links datasets together.
Beta Was this translation helpful? Give feedback.
All reactions