> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Dashboard Favorite List # Type: Favorite List Object # Link: https://dev.wix.com/docs/api-reference/business-management/dashboard/dashboard-favorite-list/favorite-list-object.md ## Description: List of favorite dashboard pages. ## Schema: ```json Type: Favorite List Object | type: DashboardFavoriteList Description: List of favorite dashboard pages. - name: id | type: string | description: Dashboard favorite list ID. Automatically generated by Wix. - name: value | type: string | description: - name: revision | type: string | description: Revision number. Increments automatically by 1 whenever the list is successfully updated. To prevent conflicting changes, pass the current revision number when updating the list. - name: value | type: string | description: - name: createdDate | type: string | description: Date and time the dashboard favorite list was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the dashboard favorite list was last updated. - name: favorites | type: Array | description: List of favorite dashboard pages. - name: id | type: string | description: Favorite ID. Automatically generated by Wix. - name: pageId | type: string | description: ID of the page added to the list. - name: relativeUrl | type: string | description: Relative URL appended to the page's URL for customizing the navigation. It can include path segments, a query string, or a fragment identifier. - name: title | type: string | description: Custom title displayed in the list of favorite pages. ```