GET

Get Project


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a project.

Permissions
Manage Portfolio
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/portfolio/v1/projects/{projectId}

Path Params
projectIdstringRequired

ID of the project to retrieve.

Query Params
includePageUrlboolean

Whether to include the project's relative path and full URL in the response. Default: false

Response Object
projectProject

The requested project.

Get Project
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?