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.
This Category would have a Content Manager URI of tcm:xx-2676-512, where 512 identifies the Category item type.
/api/navigation/subtree/t2676-k9993
This example returns the direct children of the Keyword with ID 9993 in the Taxonomy (Category) with ID 2676.
This Keyword has a Content Manager URI of tcm:xx-9993-1024, where 1024 identifies the Keyword item type.
/api/navigation/subtree/t2676-p10001
This example returns the direct children of the Page with ID 10001 in the Taxonomy (Category) with ID 2676.
This Page would have a Content Manager URI of tcm:xx-10001-64, where 64 identifies the Page item type.

In all these examples, the "xx" is a placeholder for a value that identifies the Publication.