cURL
curl --request GET \ --url https://api-eu.cybedefend.com/organization/{organizationId}/projects \ --header 'x-api-key: <api-key>'
{ "projects": [ { "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamName": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "riskLevel": "<string>", "riskScore": 123, "issuesCount": { "critical": 123, "high": 123, "medium": 123, "low": 123 }, "analyses": [ { "type": "<string>", "lastScan": "2023-11-07T05:31:56Z", "source": "<string>", "issuesCount": { "critical": 123, "high": 123, "medium": 123, "low": 123 } } ], "isGithubLinked": true, "isGitlabLinked": true, "ingestionProjectId": "<string>" } ], "totalProjects": 123, "totalPages": 123, "mainStatistics": { "criticalRiskProjects": 123, "criticalRiskProjectsInLast7Days": 123, "highRiskProjects": 123, "highRiskProjectsInLast7Days": 123, "solvedIssues": 123, "solvedIssuesInLast7Days": 123, "newIssues": 123, "newIssuesInLast7Days": 123, "criticalIssues": 123, "highIssues": 123, "mediumIssues": 123, "lowIssues": 123 } }
API Key for authentication. You can generate an API key from your personal settings.
Organization ID
Page number
x >= 1
1
Page size
1 <= x <= 10
10
Search query
"my-project"
Projects found successfully
Show child attributes
Total number of projects
Total number of pages
Main statistics