List all projects from a workspace by ID. Important: The workspace needs to have their portal/roadmap published, or the request will fail with the error ‘Workspace not found’. No authorization is required.
GET
/
projects
/
{workspaceId}
List projects
Copy
curl --request GET \ --url https://productlane.com/api/v1/projects/{workspaceId}
List all projects from a workspace by ID. Important: The workspace needs to have their portal/roadmap published, or the request will fail with the error ‘Workspace not found’. No authorization is required.