curl --request GET \
--url https://us.cybedefend.com/organization/{organizationId}/projects \
--header 'Authorization: Bearer <token>'{
"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>",
"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
}
}
],
"ingestionProjectId": "<string>"
}
],
"totalProjects": 123,
"totalPages": 123,
"mainStatistics": {
"highRiskProjects": 123,
"highRiskProjectsInLast7Days": 123,
"solvedIssues": 123,
"solvedIssuesInLast7Days": 123,
"newIssues": 123,
"newIssuesInLast7Days": 123,
"criticalIssues": 123,
"highIssues": 123,
"mediumIssues": 123,
"lowIssues": 123
}
}curl --request GET \
--url https://us.cybedefend.com/organization/{organizationId}/projects \
--header 'Authorization: Bearer <token>'{
"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>",
"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
}
}
],
"ingestionProjectId": "<string>"
}
],
"totalProjects": 123,
"totalPages": 123,
"mainStatistics": {
"highRiskProjects": 123,
"highRiskProjectsInLast7Days": 123,
"solvedIssues": 123,
"solvedIssuesInLast7Days": 123,
"newIssues": 123,
"newIssuesInLast7Days": 123,
"criticalIssues": 123,
"highIssues": 123,
"mediumIssues": 123,
"lowIssues": 123
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization ID
Page number
x >= 11
Page size
1 <= x <= 2010
Search query
"my-project"
Projects found successfully
List of projects with all informations
Show child attributes
Project unique identifier
Team unique identifier
Team name
Project name
Project creation date
Project update date
Risk level of the project
Number of issues by severity
Show child attributes
List of analyses
Show child attributes
Type of analysis
Date of the last scan
Analysis source
Number of issues by severity
Show child attributes
Number of critical issues
Number of high-severity issues
Number of medium-severity issues
Number of low-severity issues
Ingestion project identifier for parsed projects
Total number of projects
Total number of pages
Main statistics
Show child attributes
Number of high risk projects
Number of high risk projects in the last 7 days
Number of solved issues
Number of solved issues in the last 7 days
Number of new issues
Number of new issues in the last 7 days
Number of critical issues
Number of high-severity issues
Number of medium-severity issues
Number of low-severity issues