sitemapItemId
The sitemapItemId parameter identifies a specific item in the site map and used to query the Content Delivery taxonomy.
Description
(Optional) A combination of the Taxonomy ID and a Keyword ID that identifies a specific item in the site map. These IDs are used to perform a query of the Content Delivery Taxonomy.
Values
t#- The ID of the taxonomy, which corresponds to a category. Can be used alone or in combination with a Keyword ID or a Page ID. When used alone, returns the top-level keywords within the taxonomy.k#- The ID of a keyword within the taxonomy. Must be used in combination with the Taxonomy ID.p#- The ID of a page within the taxonomy. Must be used in combination with the Taxonomy ID.
Default
None
Examples
- /api/navigation/subtree/t2676
- This example returns the direct children (top-level Keywords) of the Taxonomy (Category) with ID 2676.
- /api/navigation/subtree/t2676-k9993
- This example returns the direct children of the Keyword with ID 9993 in the Taxonomy (Category) with ID 2676.
- /api/navigation/subtree/t2676-p10001
- This example returns the direct children of the Page with ID 10001 in the Taxonomy (Category) with ID 2676.
In all these examples, the "xx" is a placeholder for a value that identifies the Publication.