See websites and sections for more context.
The sectionId
is not unique across all sections, because the root section always has a sectionId
of 0
. Because of this, we sometimes need a unique key that means “this website’s section”, which is called a subsiteId
.
The subsiteId
is always in the form: {websiteId}-{sectionId}
. You may encounter it in some API calls.