get place by id
This block is part of the places group and was last modified in core v15.0.0.
get place by id v15.0.0 Looks up a single place by its Overture id : the block for re-resolving an id you stored earlier. Not finding it is a successful lookup with found false, not an error: an id can disappear between dataset releases, so branch on found rather than on success. Ids are opaque; do not parse them.
In pins 1
- id required
v15.0.0valueThe Overture id, as returned in a result's
idfield.
Out pins 4
- place
v15.0.0objectThe full record. Empty when the id is unknown.
- found
v15.0.0conditionTrue when the id resolved. Branch on this, not on
success. - success
v15.0.0conditionTrue when the query ran. An empty result is still a success.
- error
v15.0.0valueError code when the query could not run:
PLACES_NOT_AVAILABLE,ID_REQUIRED.
Core Releases
v15.0.0 This block was introduced inv15.0.0, click here to see the release notes. Back to
places Return to the main group to view all sub-groups Back to Places Return to the group to view all blocks within this group
