> 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: Project Items # Type: Project Item Object # Link: https://dev.wix.com/docs/api-reference/business-solutions/portfolio/project-items/project-item-object.md ## Schema: ```json Type: Project Item Object | type: Item - name: projectId | type: string | description: Project ID. - name: value | type: string | description: - name: id | type: string | description: Project item ID. - name: sortOrder | type: number | description: Index that determines which position a project is displayed in the project.
Default: [Epoch](https://www.epoch101.com/) timestamp.
- name: value | type: number | description: - name: title | type: string | description: Project item title. - name: description | type: string | description: Project item description. - name: type | type: string | description: Project item data type. enum: UNDEFINED, IMAGE, VIDEO - name: createdDate | type: string | description: Date and time the project item was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: updatedDate | type: string | description: Date and time the project item was last updated. - name: link | type: Link | description: Project item link. - name: text | type: string | description: Display text of the link. - name: url | type: string | description: Target URL of the link. - name: target | type: string | description: Whether the link opens in a new tab or window. One of: * `'_blank'`: The link opens in a new tab or window. * `'_self'`: The link opens in the same tab or window. ```