You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Navigation API currently does not support specifying the site using a sideId, leading to inefficiencies in navigation retrieval for multi-tenant CMS setups with multiple sites. Developers have implemented workarounds, but adding direct support for site IDs would improve performance, reduce complexity, and enhance usability.
Implement support for passing a siteId in the Navigation API to allow site-specific navigation retrieval.
Ensure backward compatibility with existing API implementations.
Update the API documentation to include the new siteId functionality.
Provide robust error handling for invalid or missing siteIds.
User Story
As a website developer managing multiple sites within a multi-tenant CMS, I want the Navigation API to support site-specific navigation queries using a siteId, so that I can retrieve navigation data accurately and efficiently for each site.
The content you are editing has changed. Please copy your edits and refresh the page.
Problem Statement
The Navigation API currently does not support specifying the site using a
sideId
, leading to inefficiencies in navigation retrieval for multi-tenant CMS setups with multiple sites. Developers have implemented workarounds, but adding direct support for site IDs would improve performance, reduce complexity, and enhance usability.https://www2.dotcms.com/docs/latest/navigation-rest-api
Objectives
siteId
in the Navigation API to allow site-specific navigation retrieval.siteId
functionality.siteId
s.User Story
As a website developer managing multiple sites within a multi-tenant CMS, I want the Navigation API to support site-specific navigation queries using a
siteId
, so that I can retrieve navigation data accurately and efficiently for each site.Acceptance Criteria
External Links
[Placeholder for external links to Slack conversations, support tickets, Figma designs, etc.]
Assumptions & Initiation Needs
Quality Assurance Notes & Workarounds
[Placeholder for QA notes, test cases, and temporary workarounds if applicable.]
Technical Details
Potential Challenges
siteId
does not match any available site.Impact on Existing Features
siteId
parameter should not disrupt current API functionality or cause regressions in existing workflows.The text was updated successfully, but these errors were encountered: