Place Description Children

Description

The Place Description Children resource is used to read the children of a place description. It returns the direct children (those place descriptions that are in the jurisdiction) of a given place description. It is generally used for traversing from parent jurisdiction to child jurisdiction where no additional flexibility is needed or wanted. For example, if there's a need to filter on type, year, etc. this resource should not be used. Using this resource to search for children of a place (/description/1/children), will return the same results as searching for everything with the parentId of place "1" (/search?q=+parentId:1).

Operations

GET - Read the children of a place.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
pdid path The id of the place description.
Status Codes
  • 200  -  Upon a successful read.
  • 204  -  If the requested place description's children were not found.
  • 404  -  If the requested place description was not found.

Example Requests

Read Place Description Children How to get the children of a place description.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.