{
	"info": {
		"_postman_id": "1f6b58c2-a324-4e5c-9253-b68dadf312e8",
		"name": "Cyver API V2.2",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "31963731"
	},
	"item": [
		{
			"name": "api",
			"item": [
				{
					"name": "v2.2",
					"item": [
						{
							"name": "client",
							"item": [
								{
									"name": "projects",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "Get a Project by ID",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/projects/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"projects",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"code\": \"<string>\",\n    \"methodologyMarkdown\": \"<string>\",\n    \"status\": \"<string>\",\n    \"cvssVersion\": 2,\n    \"clientId\": \"<uuid>\",\n    \"clientName\": \"<string>\",\n    \"projectTemplateId\": \"<uuid>\",\n    \"projectTemplateTitle\": \"<string>\",\n    \"reportTemplateId\": \"<uuid>\",\n    \"reportTemplateTitle\": \"<string>\",\n    \"quoteTemplateId\": \"<uuid>\",\n    \"quoteTemplateTitle\": \"<string>\",\n    \"projectLeadId\": \"<uuid>\",\n    \"projectLeadName\": \"<string>\",\n    \"projectReviewerId\": \"<uuid>\",\n    \"projectReviewerName\": \"<string>\",\n    \"projectDates\": {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"startTesting\": \"<dateTime>\",\n      \"endTesting\": \"<dateTime>\",\n      \"creationTime\": \"<dateTime>\",\n      \"reportDueDate\": \"<dateTime>\",\n      \"reportPublishedAt\": \"<dateTime>\",\n      \"planningDates\": [\n        {\n          \"status\": \"<string>\",\n          \"startDate\": \"<date>\",\n          \"endDate\": \"<date>\"\n        },\n        {\n          \"status\": \"<string>\",\n          \"startDate\": \"<date>\",\n          \"endDate\": \"<date>\"\n        }\n      ]\n    },\n    \"labelList\": [\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 4\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 0\n      }\n    ],\n    \"findingIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"assetIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"checklistIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"complianceNormIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"userIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"teamIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"reportTemplates\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\"\n      }\n    ]\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Not Found",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "request-forms",
											"item": [
												{
													"name": "Get Project Request Forms",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/projects/request-forms?MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"projects",
																"request-forms"
															],
															"query": [
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/projects/request-forms?MaxResultCount=10&SkipCount=0&Filter=<string>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"projects",
																		"request-forms"
																	],
																	"query": [
																		{
																			"key": "MaxResultCount",
																			"value": "10"
																		},
																		{
																			"key": "SkipCount",
																			"value": "0"
																		},
																		{
																			"key": "Filter",
																			"value": "<string>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"guid\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"formData\": [\n          {\n            \"id\": \"<integer>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"options\": [\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              },\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              }\n            ],\n            \"type\": 2\n          },\n          {\n            \"id\": \"<integer>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"options\": [\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              },\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              }\n            ],\n            \"type\": 4\n          }\n        ]\n      },\n      {\n        \"guid\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"formData\": [\n          {\n            \"id\": \"<integer>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"options\": [\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              },\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              }\n            ],\n            \"type\": 1\n          },\n          {\n            \"id\": \"<integer>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"options\": [\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              },\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              }\n            ],\n            \"type\": 2\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/projects/request-forms?MaxResultCount=10&SkipCount=0&Filter=<string>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"projects",
																		"request-forms"
																	],
																	"query": [
																		{
																			"key": "MaxResultCount",
																			"value": "10"
																		},
																		{
																			"key": "SkipCount",
																			"value": "0"
																		},
																		{
																			"key": "Filter",
																			"value": "<string>"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "request",
											"item": [
												{
													"name": "Request a Project",
													"request": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"name\": \"<string>\",\n  \"requestFormGuid\": \"<uuid>\",\n  \"retestProjectGuid\": \"<uuid>\",\n  \"requestStartDate\": \"<date>\",\n  \"requestedEndDate\": \"<date>\",\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"formData\": [\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/projects/request?triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"projects",
																"request"
															],
															"query": [
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"name\": \"<string>\",\n  \"requestFormGuid\": \"<uuid>\",\n  \"retestProjectGuid\": \"<uuid>\",\n  \"requestStartDate\": \"<date>\",\n  \"requestedEndDate\": \"<date>\",\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"formData\": [\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/projects/request?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"projects",
																		"request"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"name\": \"<string>\",\n  \"requestFormGuid\": \"<uuid>\",\n  \"retestProjectGuid\": \"<uuid>\",\n  \"requestStartDate\": \"<date>\",\n  \"requestedEndDate\": \"<date>\",\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"formData\": [\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/projects/request?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"projects",
																		"request"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Get a paginated list of Projects based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/client/projects?Status=<string>&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"client",
														"projects"
													],
													"query": [
														{
															"key": "Status",
															"value": "<string>"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/projects?Status=<string>&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"projects"
															],
															"query": [
																{
																	"key": "Status",
																	"value": "<string>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"code\": \"<string>\",\n        \"methodologyMarkdown\": \"<string>\",\n        \"status\": \"<string>\",\n        \"cvssVersion\": 3,\n        \"clientId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"projectTemplateId\": \"<uuid>\",\n        \"projectTemplateTitle\": \"<string>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"reportTemplateTitle\": \"<string>\",\n        \"quoteTemplateId\": \"<uuid>\",\n        \"quoteTemplateTitle\": \"<string>\",\n        \"projectLeadId\": \"<uuid>\",\n        \"projectLeadName\": \"<string>\",\n        \"projectReviewerId\": \"<uuid>\",\n        \"projectReviewerName\": \"<string>\",\n        \"projectDates\": {\n          \"startDate\": \"<dateTime>\",\n          \"endDate\": \"<dateTime>\",\n          \"startTesting\": \"<dateTime>\",\n          \"endTesting\": \"<dateTime>\",\n          \"creationTime\": \"<dateTime>\",\n          \"reportDueDate\": \"<dateTime>\",\n          \"reportPublishedAt\": \"<dateTime>\",\n          \"planningDates\": [\n            {\n              \"status\": \"<string>\",\n              \"startDate\": \"<date>\",\n              \"endDate\": \"<date>\"\n            },\n            {\n              \"status\": \"<string>\",\n              \"startDate\": \"<date>\",\n              \"endDate\": \"<date>\"\n            }\n          ]\n        },\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 0\n          }\n        ],\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"checklistIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"complianceNormIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"userIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"teamIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"code\": \"<string>\",\n        \"methodologyMarkdown\": \"<string>\",\n        \"status\": \"<string>\",\n        \"cvssVersion\": 3,\n        \"clientId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"projectTemplateId\": \"<uuid>\",\n        \"projectTemplateTitle\": \"<string>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"reportTemplateTitle\": \"<string>\",\n        \"quoteTemplateId\": \"<uuid>\",\n        \"quoteTemplateTitle\": \"<string>\",\n        \"projectLeadId\": \"<uuid>\",\n        \"projectLeadName\": \"<string>\",\n        \"projectReviewerId\": \"<uuid>\",\n        \"projectReviewerName\": \"<string>\",\n        \"projectDates\": {\n          \"startDate\": \"<dateTime>\",\n          \"endDate\": \"<dateTime>\",\n          \"startTesting\": \"<dateTime>\",\n          \"endTesting\": \"<dateTime>\",\n          \"creationTime\": \"<dateTime>\",\n          \"reportDueDate\": \"<dateTime>\",\n          \"reportPublishedAt\": \"<dateTime>\",\n          \"planningDates\": [\n            {\n              \"status\": \"<string>\",\n              \"startDate\": \"<date>\",\n              \"endDate\": \"<date>\"\n            },\n            {\n              \"status\": \"<string>\",\n              \"startDate\": \"<date>\",\n              \"endDate\": \"<date>\"\n            }\n          ]\n        },\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 4\n          }\n        ],\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"checklistIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"complianceNormIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"userIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"teamIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/projects?Status=<string>&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"projects"
															],
															"query": [
																{
																	"key": "Status",
																	"value": "<string>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								},
								{
									"name": "continuous-projects",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "Get a Continuous Project by ID",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"continuous-projects",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"continuous-projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"code\": \"<string>\",\n    \"methodologyMarkdown\": \"<string>\",\n    \"status\": 1,\n    \"cvssVersion\": 0,\n    \"clientId\": \"<uuid>\",\n    \"clientName\": \"<string>\",\n    \"projectTemplateId\": \"<uuid>\",\n    \"projectTemplateTitle\": \"<string>\",\n    \"reportTemplateId\": \"<uuid>\",\n    \"reportTemplateTitle\": \"<string>\",\n    \"quoteTemplateId\": \"<uuid>\",\n    \"quoteTemplateTitle\": \"<string>\",\n    \"projectLeadId\": \"<uuid>\",\n    \"projectLeadName\": \"<string>\",\n    \"projectReviewerId\": \"<uuid>\",\n    \"projectReviewerName\": \"<string>\",\n    \"projectDates\": {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"creationTime\": \"<dateTime>\",\n      \"reportDueDate\": \"<dateTime>\",\n      \"reportPublishedAt\": \"<dateTime>\"\n    },\n    \"clientAssignment\": {\n      \"id\": \"<uuid>\",\n      \"startEnum\": 4,\n      \"frequency\": 3,\n      \"objectives\": 1,\n      \"typeOfTesting\": 2,\n      \"clientTypeOfTesting\": 5,\n      \"requestedDate\": \"<dateTime>\",\n      \"details\": \"<string>\",\n      \"howToAccessAssets\": \"<string>\",\n      \"credentials\": \"<string>\",\n      \"dropDown1\": \"<integer>\",\n      \"dropDown2\": \"<integer>\",\n      \"dropDown3\": \"<integer>\",\n      \"dropDown4\": \"<integer>\",\n      \"dropDown5\": \"<integer>\",\n      \"text1\": \"<string>\",\n      \"text2\": \"<string>\",\n      \"text3\": \"<string>\",\n      \"text4\": \"<string>\",\n      \"text5\": \"<string>\",\n      \"multitext1\": \"<string>\",\n      \"multitext2\": \"<string>\",\n      \"multitext3\": \"<string>\",\n      \"multitext4\": \"<string>\",\n      \"multitext5\": \"<string>\",\n      \"multiselect1\": \"<string>\",\n      \"multiselect2\": \"<string>\",\n      \"multiselect3\": \"<string>\",\n      \"multiselect4\": \"<string>\",\n      \"multiselect5\": \"<string>\"\n    },\n    \"settings\": {\n      \"generateReportOnRunFinish\": \"<boolean>\",\n      \"generatePdfAndPublish\": \"<boolean>\",\n      \"aggregateOption\": 0,\n      \"scanner\": 1,\n      \"defaultFindingStatus\": 9,\n      \"isWeeklyScanEnabled\": \"<boolean>\",\n      \"weeklyScanDay\": 4,\n      \"weeklyScanTime\": \"<string>\",\n      \"findingMergeOption\": 0,\n      \"useCase\": 1,\n      \"closeFindingOption\": 0,\n      \"findingMatchingOption\": 0\n    },\n    \"labelList\": [\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 2\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 1\n      }\n    ],\n    \"findingIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"assetIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"runIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"reportTemplates\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\"\n      }\n    ]\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"continuous-projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Not Found",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"continuous-projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "request-forms",
											"item": [
												{
													"name": "Get Continuous Project Request Forms",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/request-forms?MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"continuous-projects",
																"request-forms"
															],
															"query": [
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/request-forms?MaxResultCount=10&SkipCount=0&Filter=<string>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"continuous-projects",
																		"request-forms"
																	],
																	"query": [
																		{
																			"key": "MaxResultCount",
																			"value": "10"
																		},
																		{
																			"key": "SkipCount",
																			"value": "0"
																		},
																		{
																			"key": "Filter",
																			"value": "<string>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"guid\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"formData\": [\n          {\n            \"id\": \"<integer>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"options\": [\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              },\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              }\n            ],\n            \"type\": 2\n          },\n          {\n            \"id\": \"<integer>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"options\": [\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              },\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              }\n            ],\n            \"type\": 4\n          }\n        ]\n      },\n      {\n        \"guid\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"formData\": [\n          {\n            \"id\": \"<integer>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"options\": [\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              },\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              }\n            ],\n            \"type\": 1\n          },\n          {\n            \"id\": \"<integer>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"options\": [\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              },\n              {\n                \"value\": \"<integer>\",\n                \"name\": \"<string>\"\n              }\n            ],\n            \"type\": 2\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/request-forms?MaxResultCount=10&SkipCount=0&Filter=<string>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"continuous-projects",
																		"request-forms"
																	],
																	"query": [
																		{
																			"key": "MaxResultCount",
																			"value": "10"
																		},
																		{
																			"key": "SkipCount",
																			"value": "0"
																		},
																		{
																			"key": "Filter",
																			"value": "<string>"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "request",
											"item": [
												{
													"name": "Request a Continuous Project",
													"request": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"name\": \"<string>\",\n  \"requestFormGuid\": \"<uuid>\",\n  \"retestProjectGuid\": \"<uuid>\",\n  \"requestStartDate\": \"<date>\",\n  \"requestedEndDate\": \"<date>\",\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"formData\": [\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/request?triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"continuous-projects",
																"request"
															],
															"query": [
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"name\": \"<string>\",\n  \"requestFormGuid\": \"<uuid>\",\n  \"retestProjectGuid\": \"<uuid>\",\n  \"requestStartDate\": \"<date>\",\n  \"requestedEndDate\": \"<date>\",\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"formData\": [\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/request?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"continuous-projects",
																		"request"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"name\": \"<string>\",\n  \"requestFormGuid\": \"<uuid>\",\n  \"retestProjectGuid\": \"<uuid>\",\n  \"requestStartDate\": \"<date>\",\n  \"requestedEndDate\": \"<date>\",\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"formData\": [\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"value\": \"<string>\"\n    }\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects/request?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"continuous-projects",
																		"request"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Get a paginated list of Continuous Projects based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects?Status=0&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"client",
														"continuous-projects"
													],
													"query": [
														{
															"key": "Status",
															"value": "0",
															"description": "\n\n0 = Active\n\n1 = Stopped\n\n2 = Requested"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects?Status=0&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"continuous-projects"
															],
															"query": [
																{
																	"key": "Status",
																	"value": "0",
																	"description": "\n\n0 = Active\n\n1 = Stopped\n\n2 = Requested"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"code\": \"<string>\",\n        \"methodologyMarkdown\": \"<string>\",\n        \"status\": 2,\n        \"cvssVersion\": 2,\n        \"clientId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"projectTemplateId\": \"<uuid>\",\n        \"projectTemplateTitle\": \"<string>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"reportTemplateTitle\": \"<string>\",\n        \"quoteTemplateId\": \"<uuid>\",\n        \"quoteTemplateTitle\": \"<string>\",\n        \"projectLeadId\": \"<uuid>\",\n        \"projectLeadName\": \"<string>\",\n        \"projectReviewerId\": \"<uuid>\",\n        \"projectReviewerName\": \"<string>\",\n        \"projectDates\": {\n          \"startDate\": \"<dateTime>\",\n          \"endDate\": \"<dateTime>\",\n          \"creationTime\": \"<dateTime>\",\n          \"reportDueDate\": \"<dateTime>\",\n          \"reportPublishedAt\": \"<dateTime>\"\n        },\n        \"clientAssignment\": {\n          \"id\": \"<uuid>\",\n          \"startEnum\": 4,\n          \"frequency\": 9,\n          \"objectives\": 5,\n          \"typeOfTesting\": 3,\n          \"clientTypeOfTesting\": 4,\n          \"requestedDate\": \"<dateTime>\",\n          \"details\": \"<string>\",\n          \"howToAccessAssets\": \"<string>\",\n          \"credentials\": \"<string>\",\n          \"dropDown1\": \"<integer>\",\n          \"dropDown2\": \"<integer>\",\n          \"dropDown3\": \"<integer>\",\n          \"dropDown4\": \"<integer>\",\n          \"dropDown5\": \"<integer>\",\n          \"text1\": \"<string>\",\n          \"text2\": \"<string>\",\n          \"text3\": \"<string>\",\n          \"text4\": \"<string>\",\n          \"text5\": \"<string>\",\n          \"multitext1\": \"<string>\",\n          \"multitext2\": \"<string>\",\n          \"multitext3\": \"<string>\",\n          \"multitext4\": \"<string>\",\n          \"multitext5\": \"<string>\",\n          \"multiselect1\": \"<string>\",\n          \"multiselect2\": \"<string>\",\n          \"multiselect3\": \"<string>\",\n          \"multiselect4\": \"<string>\",\n          \"multiselect5\": \"<string>\"\n        },\n        \"settings\": {\n          \"generateReportOnRunFinish\": \"<boolean>\",\n          \"generatePdfAndPublish\": \"<boolean>\",\n          \"aggregateOption\": 0,\n          \"scanner\": 0,\n          \"defaultFindingStatus\": 9,\n          \"isWeeklyScanEnabled\": \"<boolean>\",\n          \"weeklyScanDay\": 2,\n          \"weeklyScanTime\": \"<string>\",\n          \"findingMergeOption\": 1,\n          \"useCase\": 1,\n          \"closeFindingOption\": 1,\n          \"findingMatchingOption\": 1\n        },\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 3\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 0\n          }\n        ],\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"runIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"code\": \"<string>\",\n        \"methodologyMarkdown\": \"<string>\",\n        \"status\": 1,\n        \"cvssVersion\": 2,\n        \"clientId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"projectTemplateId\": \"<uuid>\",\n        \"projectTemplateTitle\": \"<string>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"reportTemplateTitle\": \"<string>\",\n        \"quoteTemplateId\": \"<uuid>\",\n        \"quoteTemplateTitle\": \"<string>\",\n        \"projectLeadId\": \"<uuid>\",\n        \"projectLeadName\": \"<string>\",\n        \"projectReviewerId\": \"<uuid>\",\n        \"projectReviewerName\": \"<string>\",\n        \"projectDates\": {\n          \"startDate\": \"<dateTime>\",\n          \"endDate\": \"<dateTime>\",\n          \"creationTime\": \"<dateTime>\",\n          \"reportDueDate\": \"<dateTime>\",\n          \"reportPublishedAt\": \"<dateTime>\"\n        },\n        \"clientAssignment\": {\n          \"id\": \"<uuid>\",\n          \"startEnum\": 3,\n          \"frequency\": 6,\n          \"objectives\": 5,\n          \"typeOfTesting\": 1,\n          \"clientTypeOfTesting\": 2,\n          \"requestedDate\": \"<dateTime>\",\n          \"details\": \"<string>\",\n          \"howToAccessAssets\": \"<string>\",\n          \"credentials\": \"<string>\",\n          \"dropDown1\": \"<integer>\",\n          \"dropDown2\": \"<integer>\",\n          \"dropDown3\": \"<integer>\",\n          \"dropDown4\": \"<integer>\",\n          \"dropDown5\": \"<integer>\",\n          \"text1\": \"<string>\",\n          \"text2\": \"<string>\",\n          \"text3\": \"<string>\",\n          \"text4\": \"<string>\",\n          \"text5\": \"<string>\",\n          \"multitext1\": \"<string>\",\n          \"multitext2\": \"<string>\",\n          \"multitext3\": \"<string>\",\n          \"multitext4\": \"<string>\",\n          \"multitext5\": \"<string>\",\n          \"multiselect1\": \"<string>\",\n          \"multiselect2\": \"<string>\",\n          \"multiselect3\": \"<string>\",\n          \"multiselect4\": \"<string>\",\n          \"multiselect5\": \"<string>\"\n        },\n        \"settings\": {\n          \"generateReportOnRunFinish\": \"<boolean>\",\n          \"generatePdfAndPublish\": \"<boolean>\",\n          \"aggregateOption\": 0,\n          \"scanner\": 1,\n          \"defaultFindingStatus\": 4,\n          \"isWeeklyScanEnabled\": \"<boolean>\",\n          \"weeklyScanDay\": 3,\n          \"weeklyScanTime\": \"<string>\",\n          \"findingMergeOption\": 1,\n          \"useCase\": 0,\n          \"closeFindingOption\": 0,\n          \"findingMatchingOption\": 1\n        },\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          }\n        ],\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"runIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/continuous-projects?Status=0&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"continuous-projects"
															],
															"query": [
																{
																	"key": "Status",
																	"value": "0",
																	"description": "\n\n0 = Active\n\n1 = Stopped\n\n2 = Requested"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								},
								{
									"name": "findings",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "Set Finding status",
													"request": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "5",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/findings/:id?triggerEvents=5",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"findings",
																":id"
															],
															"query": [
																{
																	"key": "triggerEvents",
																	"value": "5"
																}
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "No Content",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "5",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/findings/:id?triggerEvents=5",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"findings",
																		":id"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "5"
																		}
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "No Content",
															"code": 204,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "5",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/findings/:id?triggerEvents=5",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"findings",
																		":id"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "5"
																		}
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										}
									]
								},
								{
									"name": "assets",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "Delete an Asset by ID",
													"request": {
														"method": "DELETE",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/assets/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"assets",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "DELETE",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/assets/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"assets",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/assets/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"assets",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Updates an existing Asset",
													"request": {
														"method": "PUT",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 2,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 4,\n  \"hostingType\": 2,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/assets/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"assets",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "No Content",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 2,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 4,\n  \"hostingType\": 2,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/assets/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"assets",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "No Content",
															"code": 204,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 2,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 4,\n  \"hostingType\": 2,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/assets/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"assets",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Get a paginated list of Assets based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/client/assets?TypeList=5&TypeList=13&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"client",
														"assets"
													],
													"query": [
														{
															"key": "TypeList",
															"value": "5"
														},
														{
															"key": "TypeList",
															"value": "13"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/assets?TypeList=13&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"assets"
															],
															"query": [
																{
																	"key": "TypeList",
																	"value": "13"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"domain\": \"<string>\",\n        \"ip\": \"<string>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"url\": \"<string>\",\n        \"port\": \"<integer>\",\n        \"ssid\": \"<string>\",\n        \"path\": \"<string>\",\n        \"protocol\": \"<string>\",\n        \"location\": \"<string>\",\n        \"os\": \"<string>\",\n        \"vendor\": \"<string>\",\n        \"product\": \"<string>\",\n        \"version\": \"<string>\",\n        \"commit\": \"<string>\",\n        \"linesOfCode\": \"<string>\",\n        \"repository\": \"<string>\",\n        \"technology\": \"<string>\",\n        \"domainAD\": \"<string>\",\n        \"publicFacing\": 2,\n        \"typeHardware\": 2,\n        \"type\": 7,\n        \"hostingType\": 6,\n        \"environment\": 3\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"domain\": \"<string>\",\n        \"ip\": \"<string>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"url\": \"<string>\",\n        \"port\": \"<integer>\",\n        \"ssid\": \"<string>\",\n        \"path\": \"<string>\",\n        \"protocol\": \"<string>\",\n        \"location\": \"<string>\",\n        \"os\": \"<string>\",\n        \"vendor\": \"<string>\",\n        \"product\": \"<string>\",\n        \"version\": \"<string>\",\n        \"commit\": \"<string>\",\n        \"linesOfCode\": \"<string>\",\n        \"repository\": \"<string>\",\n        \"technology\": \"<string>\",\n        \"domainAD\": \"<string>\",\n        \"publicFacing\": 1,\n        \"typeHardware\": 5,\n        \"type\": 7,\n        \"hostingType\": 4,\n        \"environment\": 1\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/assets?TypeList=13&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"assets"
															],
															"query": [
																{
																	"key": "TypeList",
																	"value": "13"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										},
										{
											"name": "Create a new Asset",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 2,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 4,\n  \"hostingType\": 2,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/client/assets",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"client",
														"assets"
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 2,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 4,\n  \"hostingType\": 2,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/assets",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"assets"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 2,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 4,\n  \"hostingType\": 2,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/assets",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"assets"
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								},
								{
									"name": "users",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "Update an existing User",
													"request": {
														"method": "PUT",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"shouldChangePasswordOnNextLogin\": \"<boolean>\",\n  \"sendActivationEmail\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 4\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/users/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"users",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "No Content",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"shouldChangePasswordOnNextLogin\": \"<boolean>\",\n  \"sendActivationEmail\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 4\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "No Content",
															"code": 204,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"shouldChangePasswordOnNextLogin\": \"<boolean>\",\n  \"sendActivationEmail\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 4\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Delete an User by ID",
													"request": {
														"method": "DELETE",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/users/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"users",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/client/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"client",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Gets a list of Users based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/client/users?MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"client",
														"users"
													],
													"query": [
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/users?MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"users"
															],
															"query": [
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"clientId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"surname\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phoneNumber\": \"<string>\",\n        \"isEmailConfirmed\": \"<boolean>\",\n        \"isActive\": \"<boolean>\",\n        \"isTwoFactorEnabled\": \"<boolean>\",\n        \"isLockoutEnabled\": \"<boolean>\",\n        \"role\": \"<string>\",\n        \"creationTime\": \"<dateTime>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"clientId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"surname\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phoneNumber\": \"<string>\",\n        \"isEmailConfirmed\": \"<boolean>\",\n        \"isActive\": \"<boolean>\",\n        \"isTwoFactorEnabled\": \"<boolean>\",\n        \"isLockoutEnabled\": \"<boolean>\",\n        \"role\": \"<string>\",\n        \"creationTime\": \"<dateTime>\"\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/users?MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"users"
															],
															"query": [
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										},
										{
											"name": "Create a new User",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 1\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/client/users",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"client",
														"users"
													]
												}
											},
											"response": [
												{
													"name": "Created",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 1\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/users",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"users"
															]
														}
													},
													"status": "Created",
													"code": 201,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 1\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/client/users",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"client",
																"users"
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								}
							]
						},
						{
							"name": "pentester",
							"item": [
								{
									"name": "projects",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "status",
													"item": [
														{
															"name": "Update the status of a Project",
															"request": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"status\": \"<string>\"\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/status?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id",
																		"status"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "No Content",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "{\n  \"status\": \"<string>\"\n}",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/status?triggerEvents=<boolean>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"status"
																			],
																			"query": [
																				{
																					"key": "triggerEvents",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "No Content",
																	"code": 204,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "{\n  \"status\": \"<string>\"\n}",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/status?triggerEvents=<boolean>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"status"
																			],
																			"query": [
																				{
																					"key": "triggerEvents",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "assets",
													"item": [
														{
															"name": "Set the assets of a Project",
															"request": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/assets",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id",
																		"assets"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "No Content",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/assets",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"assets"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "No Content",
																	"code": 204,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/assets",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"assets"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "users",
													"item": [
														{
															"name": "Set the users of a Project",
															"request": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/users?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id",
																		"users"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "No Content",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/users?triggerEvents=<boolean>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"users"
																			],
																			"query": [
																				{
																					"key": "triggerEvents",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "No Content",
																	"code": 204,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/users?triggerEvents=<boolean>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"users"
																			],
																			"query": [
																				{
																					"key": "triggerEvents",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "teams",
													"item": [
														{
															"name": "Set the teams of a Project",
															"request": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/teams",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id",
																		"teams"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "No Content",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/teams",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"teams"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "No Content",
																	"code": 204,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/teams",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"teams"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "checklists",
													"item": [
														{
															"name": "Get a paginated list of the Project Checklists",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/checklists",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id",
																		"checklists"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "Success",
																	"originalRequest": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/checklists",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"checklists"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "application/json"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"externalUrl\": \"<string>\",\n        \"description\": \"<string>\",\n        \"taskGroupList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\",\n                \"status\": 1\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\",\n                \"status\": 3\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\",\n                \"status\": 3\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\",\n                \"status\": 2\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"externalUrl\": \"<string>\",\n        \"description\": \"<string>\",\n        \"taskGroupList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\",\n                \"status\": 1\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\",\n                \"status\": 1\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\",\n                \"status\": 2\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\",\n                \"status\": 2\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/checklists",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"checklists"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "compliance-norms",
													"item": [
														{
															"name": "Get a paginated list of the Project Compliance norms",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/compliance-norms",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id",
																		"compliance-norms"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "Success",
																	"originalRequest": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/compliance-norms",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"compliance-norms"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "application/json"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"controlGroupList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"controlGroupList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}"
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/compliance-norms",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"compliance-norms"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "reports",
													"item": [
														{
															"name": "versions",
															"item": [
																{
																	"name": "Get a list of the Project Report versions",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/reports/versions",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"reports",
																				"versions"
																			],
																			"variable": [
																				{
																					"key": "id",
																					"value": "<uuid>",
																					"description": "(Required) "
																				}
																			]
																		}
																	},
																	"response": [
																		{
																			"name": "Success",
																			"originalRequest": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "application/json"
																					}
																				],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/reports/versions",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"projects",
																						":id",
																						"reports",
																						"versions"
																					],
																					"variable": [
																						{
																							"key": "id"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "application/json"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"version\": \"<integer>\",\n        \"status\": 1\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"version\": \"<integer>\",\n        \"status\": 2\n      }\n    ]\n  }\n}"
																		},
																		{
																			"name": "Bad Request",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/reports/versions",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"projects",
																						":id",
																						"reports",
																						"versions"
																					],
																					"variable": [
																						{
																							"key": "id"
																						}
																					]
																				}
																			},
																			"status": "Bad Request",
																			"code": 400,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		},
																		{
																			"name": "Not Found",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/reports/versions",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"projects",
																						":id",
																						"reports",
																						"versions"
																					],
																					"variable": [
																						{
																							"key": "id"
																						}
																					]
																				}
																			},
																			"status": "Not Found",
																			"code": 404,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		}
																	]
																}
															]
														},
														{
															"name": "{reportVersion}",
															"item": [
																{
																	"name": "Get the Report content. If no version Id is supplied, default to the latest published version.",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/reports/:reportVersion",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"reports",
																				":reportVersion"
																			],
																			"variable": [
																				{
																					"key": "id",
																					"value": "<uuid>",
																					"description": "(Required) "
																				},
																				{
																					"key": "reportVersion",
																					"value": "<uuid>",
																					"description": "(Required) "
																				}
																			]
																		}
																	},
																	"response": [
																		{
																			"name": "Success",
																			"originalRequest": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "application/json"
																					}
																				],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/reports/:reportVersion",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"projects",
																						":id",
																						"reports",
																						":reportVersion"
																					],
																					"variable": [
																						{
																							"key": "id"
																						},
																						{
																							"key": "reportVersion"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "application/json"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"guid\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"version\": \"<integer>\",\n    \"status\": 2,\n    \"publishedAt\": \"<dateTime>\",\n    \"lastDraftSavedAt\": \"<dateTime>\",\n    \"projectId\": \"<uuid>\",\n    \"clientId\": \"<uuid>\",\n    \"sectionList\": [\n      {\n        \"title\": \"<string>\",\n        \"hideFromClientPortal\": \"<boolean>\",\n        \"contentHtml\": \"<string>\",\n        \"order\": \"<integer>\"\n      },\n      {\n        \"title\": \"<string>\",\n        \"hideFromClientPortal\": \"<boolean>\",\n        \"contentHtml\": \"<string>\",\n        \"order\": \"<integer>\"\n      }\n    ]\n  }\n}"
																		},
																		{
																			"name": "Bad Request",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/reports/:reportVersion",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"projects",
																						":id",
																						"reports",
																						":reportVersion"
																					],
																					"variable": [
																						{
																							"key": "id"
																						},
																						{
																							"key": "reportVersion"
																						}
																					]
																				}
																			},
																			"status": "Bad Request",
																			"code": 400,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		},
																		{
																			"name": "Not Found",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/reports/:reportVersion",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"projects",
																						":id",
																						"reports",
																						":reportVersion"
																					],
																					"variable": [
																						{
																							"key": "id"
																						},
																						{
																							"key": "reportVersion"
																						}
																					]
																				}
																			},
																			"status": "Not Found",
																			"code": 404,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		}
																	]
																}
															]
														}
													]
												},
												{
													"name": "upload-file",
													"item": [
														{
															"name": "Uploads a file to the Project",
															"request": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "multipart/form-data"
																	}
																],
																"body": {
																	"mode": "formdata",
																	"formdata": [
																		{
																			"key": "file",
																			"value": "<file-binary>",
																			"description": "(Required) ",
																			"type": "text"
																		},
																		{
																			"key": "fileType",
																			"value": "4",
																			"description": "\n\n4 = FindingImport\n\n5 = Report\n\n6 = Evidence\n\n7 = Other\n\n23 = QuoteFile\n\n24 = Invoice\n\n25 = Indemnity\n\n29 = BenchmarkImport (This can only be one of 4,5,6,7,23,24,25,29)",
																			"type": "text"
																		}
																	]
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/upload-file",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id",
																		"upload-file"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "Success",
																	"originalRequest": {
																		"method": "POST",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "multipart/form-data"
																			}
																		],
																		"body": {
																			"mode": "formdata",
																			"formdata": [
																				{
																					"key": "file",
																					"value": "<file-binary>",
																					"description": "(Required) ",
																					"type": "text"
																				},
																				{
																					"key": "fileType",
																					"value": "4",
																					"description": "\n\n4 = FindingImport\n\n5 = Report\n\n6 = Evidence\n\n7 = Other\n\n23 = QuoteFile\n\n24 = Invoice\n\n25 = Indemnity\n\n29 = BenchmarkImport (This can only be one of 4,5,6,7,23,24,25,29)",
																					"type": "text"
																				}
																			]
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/upload-file",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"upload-file"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "POST",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "multipart/form-data"
																			}
																		],
																		"body": {
																			"mode": "formdata",
																			"formdata": [
																				{
																					"key": "file",
																					"value": "<file-binary>",
																					"description": "(Required) ",
																					"type": "text"
																				},
																				{
																					"key": "fileType",
																					"value": "4",
																					"description": "\n\n4 = FindingImport\n\n5 = Report\n\n6 = Evidence\n\n7 = Other\n\n23 = QuoteFile\n\n24 = Invoice\n\n25 = Indemnity\n\n29 = BenchmarkImport (This can only be one of 4,5,6,7,23,24,25,29)",
																					"type": "text"
																				}
																			]
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id/upload-file",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"projects",
																				":id",
																				"upload-file"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "Get a Project by ID",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"projects",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"code\": \"<string>\",\n    \"methodologyMarkdown\": \"<string>\",\n    \"status\": \"<string>\",\n    \"cvssVersion\": 2,\n    \"clientId\": \"<uuid>\",\n    \"clientName\": \"<string>\",\n    \"projectTemplateId\": \"<uuid>\",\n    \"projectTemplateTitle\": \"<string>\",\n    \"reportTemplateId\": \"<uuid>\",\n    \"reportTemplateTitle\": \"<string>\",\n    \"quoteTemplateId\": \"<uuid>\",\n    \"quoteTemplateTitle\": \"<string>\",\n    \"projectLeadId\": \"<uuid>\",\n    \"projectLeadName\": \"<string>\",\n    \"projectReviewerId\": \"<uuid>\",\n    \"projectReviewerName\": \"<string>\",\n    \"projectDates\": {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"startTesting\": \"<dateTime>\",\n      \"endTesting\": \"<dateTime>\",\n      \"creationTime\": \"<dateTime>\",\n      \"reportDueDate\": \"<dateTime>\",\n      \"reportPublishedAt\": \"<dateTime>\",\n      \"planningDates\": [\n        {\n          \"status\": \"<string>\",\n          \"startDate\": \"<date>\",\n          \"endDate\": \"<date>\"\n        },\n        {\n          \"status\": \"<string>\",\n          \"startDate\": \"<date>\",\n          \"endDate\": \"<date>\"\n        }\n      ]\n    },\n    \"labelList\": [\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 4\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 0\n      }\n    ],\n    \"findingIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"assetIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"checklistIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"complianceNormIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"userIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"teamIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"reportTemplates\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\"\n      }\n    ]\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Not Found",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Deletes a Project by ID",
													"request": {
														"method": "DELETE",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"projects",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Get a paginated list of Projects based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/projects?ClientId=<uuid>&Status=<string>&LabelIdList=<uuid>&LabelIdList=<uuid>&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"projects"
													],
													"query": [
														{
															"key": "ClientId",
															"value": "<uuid>"
														},
														{
															"key": "Status",
															"value": "<string>"
														},
														{
															"key": "LabelIdList",
															"value": "<uuid>"
														},
														{
															"key": "LabelIdList",
															"value": "<uuid>"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/projects?ClientId=<uuid>&Status=<string>&LabelIdList=<uuid>&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"projects"
															],
															"query": [
																{
																	"key": "ClientId",
																	"value": "<uuid>"
																},
																{
																	"key": "Status",
																	"value": "<string>"
																},
																{
																	"key": "LabelIdList",
																	"value": "<uuid>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"code\": \"<string>\",\n        \"methodologyMarkdown\": \"<string>\",\n        \"status\": \"<string>\",\n        \"cvssVersion\": 3,\n        \"clientId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"projectTemplateId\": \"<uuid>\",\n        \"projectTemplateTitle\": \"<string>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"reportTemplateTitle\": \"<string>\",\n        \"quoteTemplateId\": \"<uuid>\",\n        \"quoteTemplateTitle\": \"<string>\",\n        \"projectLeadId\": \"<uuid>\",\n        \"projectLeadName\": \"<string>\",\n        \"projectReviewerId\": \"<uuid>\",\n        \"projectReviewerName\": \"<string>\",\n        \"projectDates\": {\n          \"startDate\": \"<dateTime>\",\n          \"endDate\": \"<dateTime>\",\n          \"startTesting\": \"<dateTime>\",\n          \"endTesting\": \"<dateTime>\",\n          \"creationTime\": \"<dateTime>\",\n          \"reportDueDate\": \"<dateTime>\",\n          \"reportPublishedAt\": \"<dateTime>\",\n          \"planningDates\": [\n            {\n              \"status\": \"<string>\",\n              \"startDate\": \"<date>\",\n              \"endDate\": \"<date>\"\n            },\n            {\n              \"status\": \"<string>\",\n              \"startDate\": \"<date>\",\n              \"endDate\": \"<date>\"\n            }\n          ]\n        },\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 0\n          }\n        ],\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"checklistIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"complianceNormIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"userIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"teamIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"code\": \"<string>\",\n        \"methodologyMarkdown\": \"<string>\",\n        \"status\": \"<string>\",\n        \"cvssVersion\": 3,\n        \"clientId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"projectTemplateId\": \"<uuid>\",\n        \"projectTemplateTitle\": \"<string>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"reportTemplateTitle\": \"<string>\",\n        \"quoteTemplateId\": \"<uuid>\",\n        \"quoteTemplateTitle\": \"<string>\",\n        \"projectLeadId\": \"<uuid>\",\n        \"projectLeadName\": \"<string>\",\n        \"projectReviewerId\": \"<uuid>\",\n        \"projectReviewerName\": \"<string>\",\n        \"projectDates\": {\n          \"startDate\": \"<dateTime>\",\n          \"endDate\": \"<dateTime>\",\n          \"startTesting\": \"<dateTime>\",\n          \"endTesting\": \"<dateTime>\",\n          \"creationTime\": \"<dateTime>\",\n          \"reportDueDate\": \"<dateTime>\",\n          \"reportPublishedAt\": \"<dateTime>\",\n          \"planningDates\": [\n            {\n              \"status\": \"<string>\",\n              \"startDate\": \"<date>\",\n              \"endDate\": \"<date>\"\n            },\n            {\n              \"status\": \"<string>\",\n              \"startDate\": \"<date>\",\n              \"endDate\": \"<date>\"\n            }\n          ]\n        },\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 4\n          }\n        ],\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"checklistIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"complianceNormIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"userIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"teamIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/projects?ClientId=<uuid>&Status=<string>&LabelIdList=<uuid>&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"projects"
															],
															"query": [
																{
																	"key": "ClientId",
																	"value": "<uuid>"
																},
																{
																	"key": "Status",
																	"value": "<string>"
																},
																{
																	"key": "LabelIdList",
																	"value": "<uuid>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										},
										{
											"name": "Create a new Project",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"clientId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"projectTemplateId\": \"<uuid>\",\n  \"status\": \"<string>\",\n  \"code\": \"<string>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/projects?triggerEvents=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"projects"
													],
													"query": [
														{
															"key": "triggerEvents",
															"value": "<boolean>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Created",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"clientId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"projectTemplateId\": \"<uuid>\",\n  \"status\": \"<string>\",\n  \"code\": \"<string>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/projects?triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"projects"
															],
															"query": [
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "Created",
													"code": 201,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"clientId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"projectTemplateId\": \"<uuid>\",\n  \"status\": \"<string>\",\n  \"code\": \"<string>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/projects?triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"projects"
															],
															"query": [
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								},
								{
									"name": "continuous-projects",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "status",
													"item": [
														{
															"name": "Update the status of a Continuous Project",
															"request": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"status\": 0\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/status?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id",
																		"status"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "No Content",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "{\n  \"status\": 0\n}",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/status?triggerEvents=<boolean>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"status"
																			],
																			"query": [
																				{
																					"key": "triggerEvents",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "No Content",
																	"code": 204,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "assets",
													"item": [
														{
															"name": "Set the assets of a Continuous Project",
															"request": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/assets",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id",
																		"assets"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "No Content",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/assets",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"assets"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "No Content",
																	"code": 204,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "users",
													"item": [
														{
															"name": "Set the users of a Continuous Project",
															"request": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/users?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id",
																		"users"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "No Content",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/users?triggerEvents=<boolean>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"users"
																			],
																			"query": [
																				{
																					"key": "triggerEvents",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "No Content",
																	"code": 204,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/users?triggerEvents=<boolean>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"users"
																			],
																			"query": [
																				{
																					"key": "triggerEvents",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "teams",
													"item": [
														{
															"name": "Set the teams of a Continuous Project",
															"request": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/teams",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id",
																		"teams"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "No Content",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/teams",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"teams"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "No Content",
																	"code": 204,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "[\n  \"<uuid>\",\n  \"<uuid>\"\n]",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/teams",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"teams"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "runs",
													"item": [
														{
															"name": "Get all runs of a Continuous Project",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/runs",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id",
																		"runs"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "Success",
																	"originalRequest": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/runs",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"runs"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "application/json"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"status\": 2,\n        \"type\": 1,\n        \"triggerType\": 1,\n        \"finishedAt\": \"<dateTime>\",\n        \"runNumber\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"status\": 2,\n        \"type\": 0,\n        \"triggerType\": 1,\n        \"finishedAt\": \"<dateTime>\",\n        \"runNumber\": \"<integer>\",\n        \"description\": \"<string>\",\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ]\n      }\n    ]\n  }\n}"
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/runs",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"runs"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Not Found",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/runs",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"runs"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Not Found",
																	"code": 404,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "complete-run",
													"item": [
														{
															"name": "Close the current run of a Continuous Project",
															"request": {
																"method": "POST",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/complete-run?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id",
																		"complete-run"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "Success",
																	"originalRequest": {
																		"method": "POST",
																		"header": [],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/complete-run?triggerEvents=<boolean>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"complete-run"
																			],
																			"query": [
																				{
																					"key": "triggerEvents",
																					"value": "<boolean>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "reports",
													"item": [
														{
															"name": "versions",
															"item": [
																{
																	"name": "Get a list of the Continuous Project Report versions",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/reports/versions",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"reports",
																				"versions"
																			],
																			"variable": [
																				{
																					"key": "id",
																					"value": "<uuid>",
																					"description": "(Required) "
																				}
																			]
																		}
																	},
																	"response": [
																		{
																			"name": "Success",
																			"originalRequest": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "application/json"
																					}
																				],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/reports/versions",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"continuous-projects",
																						":id",
																						"reports",
																						"versions"
																					],
																					"variable": [
																						{
																							"key": "id"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "application/json"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"version\": \"<integer>\",\n        \"status\": 1\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"version\": \"<integer>\",\n        \"status\": 2\n      }\n    ]\n  }\n}"
																		},
																		{
																			"name": "Bad Request",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/reports/versions",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"continuous-projects",
																						":id",
																						"reports",
																						"versions"
																					],
																					"variable": [
																						{
																							"key": "id"
																						}
																					]
																				}
																			},
																			"status": "Bad Request",
																			"code": 400,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		},
																		{
																			"name": "Not Found",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/reports/versions",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"continuous-projects",
																						":id",
																						"reports",
																						"versions"
																					],
																					"variable": [
																						{
																							"key": "id"
																						}
																					]
																				}
																			},
																			"status": "Not Found",
																			"code": 404,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		}
																	]
																}
															]
														},
														{
															"name": "{reportVersion}",
															"item": [
																{
																	"name": "Get the report contents of the Continuous Project. Default Report version is the latest.",
																	"request": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/reports/:reportVersion",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"reports",
																				":reportVersion"
																			],
																			"variable": [
																				{
																					"key": "id",
																					"value": "<uuid>",
																					"description": "(Required) "
																				},
																				{
																					"key": "reportVersion",
																					"value": "<uuid>",
																					"description": "(Required) "
																				}
																			]
																		}
																	},
																	"response": [
																		{
																			"name": "Success",
																			"originalRequest": {
																				"method": "GET",
																				"header": [
																					{
																						"key": "Accept",
																						"value": "application/json"
																					}
																				],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/reports/:reportVersion",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"continuous-projects",
																						":id",
																						"reports",
																						":reportVersion"
																					],
																					"variable": [
																						{
																							"key": "id"
																						},
																						{
																							"key": "reportVersion"
																						}
																					]
																				}
																			},
																			"status": "OK",
																			"code": 200,
																			"_postman_previewlanguage": "json",
																			"header": [
																				{
																					"key": "Content-Type",
																					"value": "application/json"
																				}
																			],
																			"cookie": [],
																			"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"guid\": \"<uuid>\",\n    \"title\": \"<string>\",\n    \"version\": \"<integer>\",\n    \"status\": 2,\n    \"publishedAt\": \"<dateTime>\",\n    \"lastDraftSavedAt\": \"<dateTime>\",\n    \"projectId\": \"<uuid>\",\n    \"clientId\": \"<uuid>\",\n    \"sectionList\": [\n      {\n        \"title\": \"<string>\",\n        \"hideFromClientPortal\": \"<boolean>\",\n        \"contentHtml\": \"<string>\",\n        \"order\": \"<integer>\"\n      },\n      {\n        \"title\": \"<string>\",\n        \"hideFromClientPortal\": \"<boolean>\",\n        \"contentHtml\": \"<string>\",\n        \"order\": \"<integer>\"\n      }\n    ]\n  }\n}"
																		},
																		{
																			"name": "Bad Request",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/reports/:reportVersion",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"continuous-projects",
																						":id",
																						"reports",
																						":reportVersion"
																					],
																					"variable": [
																						{
																							"key": "id"
																						},
																						{
																							"key": "reportVersion"
																						}
																					]
																				}
																			},
																			"status": "Bad Request",
																			"code": 400,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		},
																		{
																			"name": "Not Found",
																			"originalRequest": {
																				"method": "GET",
																				"header": [],
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/reports/:reportVersion",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"continuous-projects",
																						":id",
																						"reports",
																						":reportVersion"
																					],
																					"variable": [
																						{
																							"key": "id"
																						},
																						{
																							"key": "reportVersion"
																						}
																					]
																				}
																			},
																			"status": "Not Found",
																			"code": 404,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		}
																	]
																}
															]
														}
													]
												},
												{
													"name": "upload-file",
													"item": [
														{
															"name": "Uploads a file to the Continuous Project",
															"request": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "multipart/form-data"
																	}
																],
																"body": {
																	"mode": "formdata",
																	"formdata": [
																		{
																			"key": "file",
																			"value": "<file-binary>",
																			"description": "(Required) ",
																			"type": "text"
																		},
																		{
																			"key": "fileType",
																			"value": "5",
																			"description": "\n\n4 = FindingImport\n\n5 = Report\n\n6 = Evidence\n\n7 = Other\n\n23 = QuoteFile\n\n24 = Invoice\n\n25 = Indemnity\n\n29 = BenchmarkImport (This can only be one of 4,5,6,7,23,24,25,29)",
																			"type": "text"
																		}
																	]
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/upload-file",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id",
																		"upload-file"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "Success",
																	"originalRequest": {
																		"method": "POST",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "multipart/form-data"
																			}
																		],
																		"body": {
																			"mode": "formdata",
																			"formdata": [
																				{
																					"key": "file",
																					"value": "<file-binary>",
																					"description": "(Required) ",
																					"type": "text"
																				},
																				{
																					"key": "fileType",
																					"value": "5",
																					"description": "\n\n4 = FindingImport\n\n5 = Report\n\n6 = Evidence\n\n7 = Other\n\n23 = QuoteFile\n\n24 = Invoice\n\n25 = Indemnity\n\n29 = BenchmarkImport (This can only be one of 4,5,6,7,23,24,25,29)",
																					"type": "text"
																				}
																			]
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/upload-file",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"upload-file"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "POST",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "multipart/form-data"
																			}
																		],
																		"body": {
																			"mode": "formdata",
																			"formdata": [
																				{
																					"key": "file",
																					"value": "<file-binary>",
																					"description": "(Required) ",
																					"type": "text"
																				},
																				{
																					"key": "fileType",
																					"value": "5",
																					"description": "\n\n4 = FindingImport\n\n5 = Report\n\n6 = Evidence\n\n7 = Other\n\n23 = QuoteFile\n\n24 = Invoice\n\n25 = Indemnity\n\n29 = BenchmarkImport (This can only be one of 4,5,6,7,23,24,25,29)",
																					"type": "text"
																				}
																			]
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id/upload-file",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"continuous-projects",
																				":id",
																				"upload-file"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "Get a Project by ID",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"continuous-projects",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"code\": \"<string>\",\n    \"methodologyMarkdown\": \"<string>\",\n    \"status\": 1,\n    \"cvssVersion\": 0,\n    \"clientId\": \"<uuid>\",\n    \"clientName\": \"<string>\",\n    \"projectTemplateId\": \"<uuid>\",\n    \"projectTemplateTitle\": \"<string>\",\n    \"reportTemplateId\": \"<uuid>\",\n    \"reportTemplateTitle\": \"<string>\",\n    \"quoteTemplateId\": \"<uuid>\",\n    \"quoteTemplateTitle\": \"<string>\",\n    \"projectLeadId\": \"<uuid>\",\n    \"projectLeadName\": \"<string>\",\n    \"projectReviewerId\": \"<uuid>\",\n    \"projectReviewerName\": \"<string>\",\n    \"projectDates\": {\n      \"startDate\": \"<dateTime>\",\n      \"endDate\": \"<dateTime>\",\n      \"creationTime\": \"<dateTime>\",\n      \"reportDueDate\": \"<dateTime>\",\n      \"reportPublishedAt\": \"<dateTime>\"\n    },\n    \"clientAssignment\": {\n      \"id\": \"<uuid>\",\n      \"startEnum\": 4,\n      \"frequency\": 3,\n      \"objectives\": 1,\n      \"typeOfTesting\": 2,\n      \"clientTypeOfTesting\": 5,\n      \"requestedDate\": \"<dateTime>\",\n      \"details\": \"<string>\",\n      \"howToAccessAssets\": \"<string>\",\n      \"credentials\": \"<string>\",\n      \"dropDown1\": \"<integer>\",\n      \"dropDown2\": \"<integer>\",\n      \"dropDown3\": \"<integer>\",\n      \"dropDown4\": \"<integer>\",\n      \"dropDown5\": \"<integer>\",\n      \"text1\": \"<string>\",\n      \"text2\": \"<string>\",\n      \"text3\": \"<string>\",\n      \"text4\": \"<string>\",\n      \"text5\": \"<string>\",\n      \"multitext1\": \"<string>\",\n      \"multitext2\": \"<string>\",\n      \"multitext3\": \"<string>\",\n      \"multitext4\": \"<string>\",\n      \"multitext5\": \"<string>\",\n      \"multiselect1\": \"<string>\",\n      \"multiselect2\": \"<string>\",\n      \"multiselect3\": \"<string>\",\n      \"multiselect4\": \"<string>\",\n      \"multiselect5\": \"<string>\"\n    },\n    \"settings\": {\n      \"generateReportOnRunFinish\": \"<boolean>\",\n      \"generatePdfAndPublish\": \"<boolean>\",\n      \"aggregateOption\": 0,\n      \"scanner\": 1,\n      \"defaultFindingStatus\": 9,\n      \"isWeeklyScanEnabled\": \"<boolean>\",\n      \"weeklyScanDay\": 4,\n      \"weeklyScanTime\": \"<string>\",\n      \"findingMergeOption\": 0,\n      \"useCase\": 1,\n      \"closeFindingOption\": 0,\n      \"findingMatchingOption\": 0\n    },\n    \"labelList\": [\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 2\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 1\n      }\n    ],\n    \"findingIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"assetIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"runIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"reportTemplates\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\"\n      }\n    ]\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Not Found",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Deletes a Project by ID",
													"request": {
														"method": "DELETE",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"continuous-projects",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"continuous-projects",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Get a paginated list of Continuous Projects based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects?ClientId=<uuid>&Status=1&LabelIdList=<uuid>&LabelIdList=<uuid>&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"continuous-projects"
													],
													"query": [
														{
															"key": "ClientId",
															"value": "<uuid>"
														},
														{
															"key": "Status",
															"value": "1",
															"description": "\n\n0 = Active\n\n1 = Stopped\n\n2 = Requested"
														},
														{
															"key": "LabelIdList",
															"value": "<uuid>"
														},
														{
															"key": "LabelIdList",
															"value": "<uuid>"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects?ClientId=<uuid>&Status=1&LabelIdList=<uuid>&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"continuous-projects"
															],
															"query": [
																{
																	"key": "ClientId",
																	"value": "<uuid>"
																},
																{
																	"key": "Status",
																	"value": "1",
																	"description": "\n\n0 = Active\n\n1 = Stopped\n\n2 = Requested"
																},
																{
																	"key": "LabelIdList",
																	"value": "<uuid>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"code\": \"<string>\",\n        \"methodologyMarkdown\": \"<string>\",\n        \"status\": 2,\n        \"cvssVersion\": 2,\n        \"clientId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"projectTemplateId\": \"<uuid>\",\n        \"projectTemplateTitle\": \"<string>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"reportTemplateTitle\": \"<string>\",\n        \"quoteTemplateId\": \"<uuid>\",\n        \"quoteTemplateTitle\": \"<string>\",\n        \"projectLeadId\": \"<uuid>\",\n        \"projectLeadName\": \"<string>\",\n        \"projectReviewerId\": \"<uuid>\",\n        \"projectReviewerName\": \"<string>\",\n        \"projectDates\": {\n          \"startDate\": \"<dateTime>\",\n          \"endDate\": \"<dateTime>\",\n          \"creationTime\": \"<dateTime>\",\n          \"reportDueDate\": \"<dateTime>\",\n          \"reportPublishedAt\": \"<dateTime>\"\n        },\n        \"clientAssignment\": {\n          \"id\": \"<uuid>\",\n          \"startEnum\": 4,\n          \"frequency\": 9,\n          \"objectives\": 5,\n          \"typeOfTesting\": 3,\n          \"clientTypeOfTesting\": 4,\n          \"requestedDate\": \"<dateTime>\",\n          \"details\": \"<string>\",\n          \"howToAccessAssets\": \"<string>\",\n          \"credentials\": \"<string>\",\n          \"dropDown1\": \"<integer>\",\n          \"dropDown2\": \"<integer>\",\n          \"dropDown3\": \"<integer>\",\n          \"dropDown4\": \"<integer>\",\n          \"dropDown5\": \"<integer>\",\n          \"text1\": \"<string>\",\n          \"text2\": \"<string>\",\n          \"text3\": \"<string>\",\n          \"text4\": \"<string>\",\n          \"text5\": \"<string>\",\n          \"multitext1\": \"<string>\",\n          \"multitext2\": \"<string>\",\n          \"multitext3\": \"<string>\",\n          \"multitext4\": \"<string>\",\n          \"multitext5\": \"<string>\",\n          \"multiselect1\": \"<string>\",\n          \"multiselect2\": \"<string>\",\n          \"multiselect3\": \"<string>\",\n          \"multiselect4\": \"<string>\",\n          \"multiselect5\": \"<string>\"\n        },\n        \"settings\": {\n          \"generateReportOnRunFinish\": \"<boolean>\",\n          \"generatePdfAndPublish\": \"<boolean>\",\n          \"aggregateOption\": 0,\n          \"scanner\": 0,\n          \"defaultFindingStatus\": 9,\n          \"isWeeklyScanEnabled\": \"<boolean>\",\n          \"weeklyScanDay\": 2,\n          \"weeklyScanTime\": \"<string>\",\n          \"findingMergeOption\": 1,\n          \"useCase\": 1,\n          \"closeFindingOption\": 1,\n          \"findingMatchingOption\": 1\n        },\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 3\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 0\n          }\n        ],\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"runIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"code\": \"<string>\",\n        \"methodologyMarkdown\": \"<string>\",\n        \"status\": 1,\n        \"cvssVersion\": 2,\n        \"clientId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"projectTemplateId\": \"<uuid>\",\n        \"projectTemplateTitle\": \"<string>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"reportTemplateTitle\": \"<string>\",\n        \"quoteTemplateId\": \"<uuid>\",\n        \"quoteTemplateTitle\": \"<string>\",\n        \"projectLeadId\": \"<uuid>\",\n        \"projectLeadName\": \"<string>\",\n        \"projectReviewerId\": \"<uuid>\",\n        \"projectReviewerName\": \"<string>\",\n        \"projectDates\": {\n          \"startDate\": \"<dateTime>\",\n          \"endDate\": \"<dateTime>\",\n          \"creationTime\": \"<dateTime>\",\n          \"reportDueDate\": \"<dateTime>\",\n          \"reportPublishedAt\": \"<dateTime>\"\n        },\n        \"clientAssignment\": {\n          \"id\": \"<uuid>\",\n          \"startEnum\": 3,\n          \"frequency\": 6,\n          \"objectives\": 5,\n          \"typeOfTesting\": 1,\n          \"clientTypeOfTesting\": 2,\n          \"requestedDate\": \"<dateTime>\",\n          \"details\": \"<string>\",\n          \"howToAccessAssets\": \"<string>\",\n          \"credentials\": \"<string>\",\n          \"dropDown1\": \"<integer>\",\n          \"dropDown2\": \"<integer>\",\n          \"dropDown3\": \"<integer>\",\n          \"dropDown4\": \"<integer>\",\n          \"dropDown5\": \"<integer>\",\n          \"text1\": \"<string>\",\n          \"text2\": \"<string>\",\n          \"text3\": \"<string>\",\n          \"text4\": \"<string>\",\n          \"text5\": \"<string>\",\n          \"multitext1\": \"<string>\",\n          \"multitext2\": \"<string>\",\n          \"multitext3\": \"<string>\",\n          \"multitext4\": \"<string>\",\n          \"multitext5\": \"<string>\",\n          \"multiselect1\": \"<string>\",\n          \"multiselect2\": \"<string>\",\n          \"multiselect3\": \"<string>\",\n          \"multiselect4\": \"<string>\",\n          \"multiselect5\": \"<string>\"\n        },\n        \"settings\": {\n          \"generateReportOnRunFinish\": \"<boolean>\",\n          \"generatePdfAndPublish\": \"<boolean>\",\n          \"aggregateOption\": 0,\n          \"scanner\": 1,\n          \"defaultFindingStatus\": 4,\n          \"isWeeklyScanEnabled\": \"<boolean>\",\n          \"weeklyScanDay\": 3,\n          \"weeklyScanTime\": \"<string>\",\n          \"findingMergeOption\": 1,\n          \"useCase\": 0,\n          \"closeFindingOption\": 0,\n          \"findingMatchingOption\": 1\n        },\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          }\n        ],\n        \"findingIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"runIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\"\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects?ClientId=<uuid>&Status=1&LabelIdList=<uuid>&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"continuous-projects"
															],
															"query": [
																{
																	"key": "ClientId",
																	"value": "<uuid>"
																},
																{
																	"key": "Status",
																	"value": "1",
																	"description": "\n\n0 = Active\n\n1 = Stopped\n\n2 = Requested"
																},
																{
																	"key": "LabelIdList",
																	"value": "<uuid>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										},
										{
											"name": "Create a new Continuous Project",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"clientId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"projectTemplateId\": \"<uuid>\",\n  \"status\": 0,\n  \"code\": \"<string>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects?triggerEvents=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"continuous-projects"
													],
													"query": [
														{
															"key": "triggerEvents",
															"value": "<boolean>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Created",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"clientId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"projectTemplateId\": \"<uuid>\",\n  \"status\": 0,\n  \"code\": \"<string>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects?triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"continuous-projects"
															],
															"query": [
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "Created",
													"code": 201,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"clientId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"projectTemplateId\": \"<uuid>\",\n  \"status\": 0,\n  \"code\": \"<string>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/continuous-projects?triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"continuous-projects"
															],
															"query": [
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								},
								{
									"name": "findings",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "Get a Finding by ID",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id?includeEvidence=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings",
																":id"
															],
															"query": [
																{
																	"key": "includeEvidence",
																	"value": "<boolean>"
																}
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id?includeEvidence=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		":id"
																	],
																	"query": [
																		{
																			"key": "includeEvidence",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"id\": \"<uuid>\",\n    \"parentId\": \"<uuid>\",\n    \"code\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"jiraIssueKey\": \"<string>\",\n    \"impact\": \"<integer>\",\n    \"impactDescription\": \"<string>\",\n    \"likelihood\": \"<integer>\",\n    \"likelihoodDescription\": \"<string>\",\n    \"type\": 16,\n    \"status\": 5,\n    \"severity\": 4,\n    \"occurrence\": 2,\n    \"runStatus\": 2,\n    \"complianceStatus\": 1,\n    \"complianceComment\": \"<string>\",\n    \"recommendation\": \"<string>\",\n    \"backgroundInformation\": \"<string>\",\n    \"cvss\": {\n      \"cvss40Vector\": \"<string>\",\n      \"cvss40Score\": 49,\n      \"cvss31Vector\": \"<string>\",\n      \"cvss31Score\": 56065.7,\n      \"cvss30Vector\": \"<string>\",\n      \"cvss30Score\": 17646,\n      \"cvss20Vector\": \"<string>\",\n      \"cvss20Score\": 372.3\n    },\n    \"projectName\": \"<string>\",\n    \"projectId\": \"<uuid>\",\n    \"clientName\": \"<string>\",\n    \"clientId\": \"<uuid>\",\n    \"reporterName\": \"<string>\",\n    \"reporterId\": \"<uuid>\",\n    \"reviewerName\": \"<string>\",\n    \"reviewerId\": \"<uuid>\",\n    \"clientAssigneeName\": \"<string>\",\n    \"clientAssigneeId\": \"<uuid>\",\n    \"creationTime\": \"<dateTime>\",\n    \"visibleToClient\": \"<dateTime>\",\n    \"closedOn\": \"<dateTime>\",\n    \"reviewedOn\": \"<dateTime>\",\n    \"projectTask\": {\n      \"id\": \"<uuid>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\",\n      \"externalUrl\": \"<string>\",\n      \"description\": \"<string>\",\n      \"status\": 3\n    },\n    \"vulnerabilityTypeList\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"cweList\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"cveList\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"mitreAttackTacticsList\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"mitreAttackTechniquesList\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"mitreAttackMitigationsList\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"assetIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"reoccurrenceIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"projectControlList\": [\n      {\n        \"id\": \"<uuid>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"labelList\": [\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 2\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 1\n      }\n    ],\n    \"findingEvidenceList\": [\n      {\n        \"title\": \"<string>\",\n        \"id\": \"<uuid>\",\n        \"location\": \"<string>\",\n        \"version\": \"<string>\",\n        \"reproduce\": \"<string>\",\n        \"results\": \"<string>\",\n        \"issueDetails\": \"<string>\",\n        \"isVisibleInReport\": \"<boolean>\",\n        \"ip\": \"<string>\",\n        \"port\": \"<string>\",\n        \"protocol\": \"<string>\",\n        \"evidenceComplianceStatus\": 1\n      },\n      {\n        \"title\": \"<string>\",\n        \"id\": \"<uuid>\",\n        \"location\": \"<string>\",\n        \"version\": \"<string>\",\n        \"reproduce\": \"<string>\",\n        \"results\": \"<string>\",\n        \"issueDetails\": \"<string>\",\n        \"isVisibleInReport\": \"<boolean>\",\n        \"ip\": \"<string>\",\n        \"port\": \"<string>\",\n        \"protocol\": \"<string>\",\n        \"evidenceComplianceStatus\": 1\n      }\n    ],\n    \"runList\": [\n      {\n        \"runId\": \"<uuid>\",\n        \"runNumber\": \"<integer>\",\n        \"initialFindingStatus\": 7,\n        \"finalFindingStatus\": 10,\n        \"finishedAt\": \"<dateTime>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"runId\": \"<uuid>\",\n        \"runNumber\": \"<integer>\",\n        \"initialFindingStatus\": 5,\n        \"finalFindingStatus\": 5,\n        \"finishedAt\": \"<dateTime>\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"externalUrlList\": [\n      {\n        \"title\": \"<string>\",\n        \"link\": \"<string>\"\n      },\n      {\n        \"title\": \"<string>\",\n        \"link\": \"<string>\"\n      }\n    ],\n    \"customFields\": [\n      {\n        \"field\": \"<string>\",\n        \"fieldType\": 1,\n        \"value\": \"<string>\",\n        \"code\": \"<string>\"\n      },\n      {\n        \"field\": \"<string>\",\n        \"fieldType\": 1,\n        \"value\": \"<string>\",\n        \"code\": \"<string>\"\n      }\n    ],\n    \"externalUrlJson\": \"<string>\",\n    \"customFieldsJson\": \"<string>\"\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id?includeEvidence=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		":id"
																	],
																	"query": [
																		{
																			"key": "includeEvidence",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Not Found",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id?includeEvidence=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		":id"
																	],
																	"query": [
																		{
																			"key": "includeEvidence",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Update an existing Finding",
													"request": {
														"method": "PUT",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"code\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": 2,\n  \"status\": 11,\n  \"severity\": 1,\n  \"complianceStatus\": 1,\n  \"complianceComment\": \"<string>\",\n  \"impact\": \"<integer>\",\n  \"impactDescription\": \"<string>\",\n  \"likelihood\": \"<integer>\",\n  \"likelihoodDescription\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"backgroundInformation\": \"<string>\",\n  \"cvss\": {\n    \"cvss40Vector\": \"<string>\",\n    \"cvss40Score\": 3,\n    \"cvss31Vector\": \"<string>\",\n    \"cvss31Score\": 36,\n    \"cvss30Vector\": \"<string>\",\n    \"cvss30Score\": 33.7,\n    \"cvss20Vector\": \"<string>\",\n    \"cvss20Score\": 436\n  },\n  \"projectTaskId\": \"<uuid>\",\n  \"reviewerId\": \"<uuid>\",\n  \"cweList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cveList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTacticsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTechniquesList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackMitigationsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"vulnerabilityTypeList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"externalUrlList\": [\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    },\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    }\n  ],\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"projectControlIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"findingEvidenceList\": [\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 1\n    },\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 0\n    }\n  ],\n  \"customFields\": [\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 4,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 3,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id?triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings",
																":id"
															],
															"query": [
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"code\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": 2,\n  \"status\": 11,\n  \"severity\": 1,\n  \"complianceStatus\": 1,\n  \"complianceComment\": \"<string>\",\n  \"impact\": \"<integer>\",\n  \"impactDescription\": \"<string>\",\n  \"likelihood\": \"<integer>\",\n  \"likelihoodDescription\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"backgroundInformation\": \"<string>\",\n  \"cvss\": {\n    \"cvss40Vector\": \"<string>\",\n    \"cvss40Score\": 3,\n    \"cvss31Vector\": \"<string>\",\n    \"cvss31Score\": 36,\n    \"cvss30Vector\": \"<string>\",\n    \"cvss30Score\": 33.7,\n    \"cvss20Vector\": \"<string>\",\n    \"cvss20Score\": 436\n  },\n  \"projectTaskId\": \"<uuid>\",\n  \"reviewerId\": \"<uuid>\",\n  \"cweList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cveList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTacticsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTechniquesList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackMitigationsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"vulnerabilityTypeList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"externalUrlList\": [\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    },\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    }\n  ],\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"projectControlIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"findingEvidenceList\": [\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 1\n    },\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 0\n    }\n  ],\n  \"customFields\": [\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 4,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 3,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		":id"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"code\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": 2,\n  \"status\": 11,\n  \"severity\": 1,\n  \"complianceStatus\": 1,\n  \"complianceComment\": \"<string>\",\n  \"impact\": \"<integer>\",\n  \"impactDescription\": \"<string>\",\n  \"likelihood\": \"<integer>\",\n  \"likelihoodDescription\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"backgroundInformation\": \"<string>\",\n  \"cvss\": {\n    \"cvss40Vector\": \"<string>\",\n    \"cvss40Score\": 3,\n    \"cvss31Vector\": \"<string>\",\n    \"cvss31Score\": 36,\n    \"cvss30Vector\": \"<string>\",\n    \"cvss30Score\": 33.7,\n    \"cvss20Vector\": \"<string>\",\n    \"cvss20Score\": 436\n  },\n  \"projectTaskId\": \"<uuid>\",\n  \"reviewerId\": \"<uuid>\",\n  \"cweList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cveList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTacticsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTechniquesList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackMitigationsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"vulnerabilityTypeList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"externalUrlList\": [\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    },\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    }\n  ],\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"projectControlIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"findingEvidenceList\": [\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 1\n    },\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 0\n    }\n  ],\n  \"customFields\": [\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 4,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 3,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id?triggerEvents=<boolean>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		":id"
																	],
																	"query": [
																		{
																			"key": "triggerEvents",
																			"value": "<boolean>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Deletes a Finding by ID",
													"request": {
														"method": "DELETE",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "import",
											"item": [
												{
													"name": "Import Findings from a file",
													"request": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "multipart/form-data"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "formdata",
															"formdata": [
																{
																	"key": "file",
																	"value": "<file-binary>",
																	"description": "(Required) ",
																	"type": "text"
																},
																{
																	"key": "ProjectId",
																	"value": "<uuid>",
																	"description": "(Required) ",
																	"type": "text"
																},
																{
																	"key": "AssetOption",
																	"value": "0",
																	"description": "\n\n0 = CreateAssetAndMatch\n\n1 = OnlyTakeFindingsThatMatchWithClientAssets (This can only be one of 0,1)",
																	"type": "text"
																},
																{
																	"key": "EvidenceOption",
																	"value": "1",
																	"description": "\n\n0 = Aggregate\n\n1 = DontAggregate (This can only be one of 0,1)",
																	"type": "text"
																},
																{
																	"key": "ImportFileType",
																	"value": "13",
																	"description": "\n\n0 = CyverXML\n\n1 = Burp\n\n2 = NessusCSV\n\n3 = Nmap\n\n4 = Qualys\n\n5 = Invicti\n\n6 = Nexpose\n\n7 = OpenVas\n\n8 = Zap\n\n9 = CyverCSV\n\n10 = Acunetix\n\n11 = Blindspot\n\n12 = CarbonBlack\n\n13 = Plextrac\n\n14 = QualysScan\n\n15 = Prowler\n\n16 = NessusXML\n\n17 = Scout\n\n18 = QualysScanApi\n\n19 = PurpleKnight\n\n20 = HCLAppScan\n\n21 = Snyk\n\n22 = Checkmarx\n\n23 = AppCheck\n\n24 = Nipper (This can only be one of 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)",
																	"type": "text"
																},
																{
																	"key": "ReoccurrenceOption",
																	"value": "0",
																	"description": "\n\n0 = AlwaysNew\n\n1 = MatchByTitleSeverityAndAsset (This can only be one of 0,1)",
																	"type": "text"
																},
																{
																	"key": "AssetType",
																	"value": "2",
																	"description": "\n\n2 = WebApplication\n\n3 = MobileApplication\n\n4 = API\n\n5 = Network\n\n6 = WifiNetwork\n\n7 = ActiveDirectory\n\n8 = PhysicalAsset\n\n9 = HardwareDevice\n\n10 = SmartContract\n\n11 = SourceCode\n\n12 = User\n\n13 = Other (This can only be one of 2,3,4,5,6,7,8,9,10,11,12,13)",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings/import",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings",
																"import"
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "multipart/form-data"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "formdata",
																	"formdata": [
																		{
																			"key": "file",
																			"value": "<file-binary>",
																			"description": "(Required) ",
																			"type": "text"
																		},
																		{
																			"key": "ProjectId",
																			"value": "<uuid>",
																			"description": "(Required) ",
																			"type": "text"
																		},
																		{
																			"key": "AssetOption",
																			"value": "0",
																			"description": "\n\n0 = CreateAssetAndMatch\n\n1 = OnlyTakeFindingsThatMatchWithClientAssets (This can only be one of 0,1)",
																			"type": "text"
																		},
																		{
																			"key": "EvidenceOption",
																			"value": "1",
																			"description": "\n\n0 = Aggregate\n\n1 = DontAggregate (This can only be one of 0,1)",
																			"type": "text"
																		},
																		{
																			"key": "ImportFileType",
																			"value": "13",
																			"description": "\n\n0 = CyverXML\n\n1 = Burp\n\n2 = NessusCSV\n\n3 = Nmap\n\n4 = Qualys\n\n5 = Invicti\n\n6 = Nexpose\n\n7 = OpenVas\n\n8 = Zap\n\n9 = CyverCSV\n\n10 = Acunetix\n\n11 = Blindspot\n\n12 = CarbonBlack\n\n13 = Plextrac\n\n14 = QualysScan\n\n15 = Prowler\n\n16 = NessusXML\n\n17 = Scout\n\n18 = QualysScanApi\n\n19 = PurpleKnight\n\n20 = HCLAppScan\n\n21 = Snyk\n\n22 = Checkmarx\n\n23 = AppCheck\n\n24 = Nipper (This can only be one of 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)",
																			"type": "text"
																		},
																		{
																			"key": "ReoccurrenceOption",
																			"value": "0",
																			"description": "\n\n0 = AlwaysNew\n\n1 = MatchByTitleSeverityAndAsset (This can only be one of 0,1)",
																			"type": "text"
																		},
																		{
																			"key": "AssetType",
																			"value": "2",
																			"description": "\n\n2 = WebApplication\n\n3 = MobileApplication\n\n4 = API\n\n5 = Network\n\n6 = WifiNetwork\n\n7 = ActiveDirectory\n\n8 = PhysicalAsset\n\n9 = HardwareDevice\n\n10 = SmartContract\n\n11 = SourceCode\n\n12 = User\n\n13 = Other (This can only be one of 2,3,4,5,6,7,8,9,10,11,12,13)",
																			"type": "text"
																		}
																	]
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/import",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		"import"
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<integer>\"\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "multipart/form-data"
																	}
																],
																"body": {
																	"mode": "formdata",
																	"formdata": [
																		{
																			"key": "file",
																			"value": "<file-binary>",
																			"description": "(Required) ",
																			"type": "text"
																		},
																		{
																			"key": "ProjectId",
																			"value": "<uuid>",
																			"description": "(Required) ",
																			"type": "text"
																		},
																		{
																			"key": "AssetOption",
																			"value": "0",
																			"description": "\n\n0 = CreateAssetAndMatch\n\n1 = OnlyTakeFindingsThatMatchWithClientAssets (This can only be one of 0,1)",
																			"type": "text"
																		},
																		{
																			"key": "EvidenceOption",
																			"value": "1",
																			"description": "\n\n0 = Aggregate\n\n1 = DontAggregate (This can only be one of 0,1)",
																			"type": "text"
																		},
																		{
																			"key": "ImportFileType",
																			"value": "13",
																			"description": "\n\n0 = CyverXML\n\n1 = Burp\n\n2 = NessusCSV\n\n3 = Nmap\n\n4 = Qualys\n\n5 = Invicti\n\n6 = Nexpose\n\n7 = OpenVas\n\n8 = Zap\n\n9 = CyverCSV\n\n10 = Acunetix\n\n11 = Blindspot\n\n12 = CarbonBlack\n\n13 = Plextrac\n\n14 = QualysScan\n\n15 = Prowler\n\n16 = NessusXML\n\n17 = Scout\n\n18 = QualysScanApi\n\n19 = PurpleKnight\n\n20 = HCLAppScan\n\n21 = Snyk\n\n22 = Checkmarx\n\n23 = AppCheck\n\n24 = Nipper (This can only be one of 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)",
																			"type": "text"
																		},
																		{
																			"key": "ReoccurrenceOption",
																			"value": "0",
																			"description": "\n\n0 = AlwaysNew\n\n1 = MatchByTitleSeverityAndAsset (This can only be one of 0,1)",
																			"type": "text"
																		},
																		{
																			"key": "AssetType",
																			"value": "2",
																			"description": "\n\n2 = WebApplication\n\n3 = MobileApplication\n\n4 = API\n\n5 = Network\n\n6 = WifiNetwork\n\n7 = ActiveDirectory\n\n8 = PhysicalAsset\n\n9 = HardwareDevice\n\n10 = SmartContract\n\n11 = SourceCode\n\n12 = User\n\n13 = Other (This can only be one of 2,3,4,5,6,7,8,9,10,11,12,13)",
																			"type": "text"
																		}
																	]
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/findings/import",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"findings",
																		"import"
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Get a paginated list of Findings based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/findings?ProjectId=<uuid>&Type=8&Status=5&SeverityList=4&SeverityList=4&VulnerabilityTypeList=<string>&VulnerabilityTypeList=<string>&IdList=<uuid>&IdList=<uuid>&AssetIdList=<uuid>&AssetIdList=<uuid>&MaxResultCount=10&SkipCount=0",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"findings"
													],
													"query": [
														{
															"key": "ProjectId",
															"value": "<uuid>"
														},
														{
															"key": "Type",
															"value": "8",
															"description": "\n\n1 = Vulnerability\n\n2 = Nonconformity\n\n4 = Observation\n\n8 = Incident\n\n16 = Risk"
														},
														{
															"key": "Status",
															"value": "5",
															"description": "\n\n1 = Draft\n\n2 = PendingFix\n\n3 = Fixed\n\n4 = ReadyRetest\n\n5 = Accepted\n\n6 = ToReview\n\n7 = Reviewed\n\n8 = Mitigated\n\n9 = PartialFix\n\n10 = FalsePositive\n\n11 = Raised\n\n12 = ReOpen"
														},
														{
															"key": "SeverityList",
															"value": "4"
														},
														{
															"key": "SeverityList",
															"value": "4"
														},
														{
															"key": "VulnerabilityTypeList",
															"value": "<string>"
														},
														{
															"key": "VulnerabilityTypeList",
															"value": "<string>"
														},
														{
															"key": "IdList",
															"value": "<uuid>"
														},
														{
															"key": "IdList",
															"value": "<uuid>"
														},
														{
															"key": "AssetIdList",
															"value": "<uuid>"
														},
														{
															"key": "AssetIdList",
															"value": "<uuid>"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings?ProjectId=<uuid>&Type=8&Status=5&SeverityList=4&VulnerabilityTypeList=<string>&IdList=<uuid>&AssetIdList=<uuid>&MaxResultCount=10&SkipCount=0",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings"
															],
															"query": [
																{
																	"key": "ProjectId",
																	"value": "<uuid>"
																},
																{
																	"key": "Type",
																	"value": "8",
																	"description": "\n\n1 = Vulnerability\n\n2 = Nonconformity\n\n4 = Observation\n\n8 = Incident\n\n16 = Risk"
																},
																{
																	"key": "Status",
																	"value": "5",
																	"description": "\n\n1 = Draft\n\n2 = PendingFix\n\n3 = Fixed\n\n4 = ReadyRetest\n\n5 = Accepted\n\n6 = ToReview\n\n7 = Reviewed\n\n8 = Mitigated\n\n9 = PartialFix\n\n10 = FalsePositive\n\n11 = Raised\n\n12 = ReOpen"
																},
																{
																	"key": "SeverityList",
																	"value": "4"
																},
																{
																	"key": "VulnerabilityTypeList",
																	"value": "<string>"
																},
																{
																	"key": "IdList",
																	"value": "<uuid>"
																},
																{
																	"key": "AssetIdList",
																	"value": "<uuid>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"parentId\": \"<uuid>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"jiraIssueKey\": \"<string>\",\n        \"impact\": \"<integer>\",\n        \"impactDescription\": \"<string>\",\n        \"likelihood\": \"<integer>\",\n        \"likelihoodDescription\": \"<string>\",\n        \"type\": 16,\n        \"status\": 7,\n        \"severity\": 3,\n        \"occurrence\": 2,\n        \"runStatus\": 4,\n        \"complianceStatus\": 0,\n        \"complianceComment\": \"<string>\",\n        \"recommendation\": \"<string>\",\n        \"backgroundInformation\": \"<string>\",\n        \"cvss\": {\n          \"cvss40Vector\": \"<string>\",\n          \"cvss40Score\": 72607,\n          \"cvss31Vector\": \"<string>\",\n          \"cvss31Score\": 6155,\n          \"cvss30Vector\": \"<string>\",\n          \"cvss30Score\": 208,\n          \"cvss20Vector\": \"<string>\",\n          \"cvss20Score\": 4903275237\n        },\n        \"projectName\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"clientId\": \"<uuid>\",\n        \"reporterName\": \"<string>\",\n        \"reporterId\": \"<uuid>\",\n        \"reviewerName\": \"<string>\",\n        \"reviewerId\": \"<uuid>\",\n        \"clientAssigneeName\": \"<string>\",\n        \"clientAssigneeId\": \"<uuid>\",\n        \"creationTime\": \"<dateTime>\",\n        \"visibleToClient\": \"<dateTime>\",\n        \"closedOn\": \"<dateTime>\",\n        \"reviewedOn\": \"<dateTime>\",\n        \"projectTask\": {\n          \"id\": \"<uuid>\",\n          \"code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"externalUrl\": \"<string>\",\n          \"description\": \"<string>\",\n          \"status\": 1\n        },\n        \"vulnerabilityTypeList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"cweList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"cveList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"mitreAttackTacticsList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"mitreAttackTechniquesList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"mitreAttackMitigationsList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reoccurrenceIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"projectControlList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 4\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 3\n          }\n        ],\n        \"findingEvidenceList\": [\n          {\n            \"title\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"location\": \"<string>\",\n            \"version\": \"<string>\",\n            \"reproduce\": \"<string>\",\n            \"results\": \"<string>\",\n            \"issueDetails\": \"<string>\",\n            \"isVisibleInReport\": \"<boolean>\",\n            \"ip\": \"<string>\",\n            \"port\": \"<string>\",\n            \"protocol\": \"<string>\",\n            \"evidenceComplianceStatus\": 1\n          },\n          {\n            \"title\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"location\": \"<string>\",\n            \"version\": \"<string>\",\n            \"reproduce\": \"<string>\",\n            \"results\": \"<string>\",\n            \"issueDetails\": \"<string>\",\n            \"isVisibleInReport\": \"<boolean>\",\n            \"ip\": \"<string>\",\n            \"port\": \"<string>\",\n            \"protocol\": \"<string>\",\n            \"evidenceComplianceStatus\": 1\n          }\n        ],\n        \"runList\": [\n          {\n            \"runId\": \"<uuid>\",\n            \"runNumber\": \"<integer>\",\n            \"initialFindingStatus\": 5,\n            \"finalFindingStatus\": 11,\n            \"finishedAt\": \"<dateTime>\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"runId\": \"<uuid>\",\n            \"runNumber\": \"<integer>\",\n            \"initialFindingStatus\": 4,\n            \"finalFindingStatus\": 10,\n            \"finishedAt\": \"<dateTime>\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"externalUrlList\": [\n          {\n            \"title\": \"<string>\",\n            \"link\": \"<string>\"\n          },\n          {\n            \"title\": \"<string>\",\n            \"link\": \"<string>\"\n          }\n        ],\n        \"customFields\": [\n          {\n            \"field\": \"<string>\",\n            \"fieldType\": 4,\n            \"value\": \"<string>\",\n            \"code\": \"<string>\"\n          },\n          {\n            \"field\": \"<string>\",\n            \"fieldType\": 1,\n            \"value\": \"<string>\",\n            \"code\": \"<string>\"\n          }\n        ],\n        \"externalUrlJson\": \"<string>\",\n        \"customFieldsJson\": \"<string>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"parentId\": \"<uuid>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"jiraIssueKey\": \"<string>\",\n        \"impact\": \"<integer>\",\n        \"impactDescription\": \"<string>\",\n        \"likelihood\": \"<integer>\",\n        \"likelihoodDescription\": \"<string>\",\n        \"type\": 16,\n        \"status\": 11,\n        \"severity\": 1,\n        \"occurrence\": 2,\n        \"runStatus\": 1,\n        \"complianceStatus\": 1,\n        \"complianceComment\": \"<string>\",\n        \"recommendation\": \"<string>\",\n        \"backgroundInformation\": \"<string>\",\n        \"cvss\": {\n          \"cvss40Vector\": \"<string>\",\n          \"cvss40Score\": 769495,\n          \"cvss31Vector\": \"<string>\",\n          \"cvss31Score\": 0.2,\n          \"cvss30Vector\": \"<string>\",\n          \"cvss30Score\": 54559185,\n          \"cvss20Vector\": \"<string>\",\n          \"cvss20Score\": 19\n        },\n        \"projectName\": \"<string>\",\n        \"projectId\": \"<uuid>\",\n        \"clientName\": \"<string>\",\n        \"clientId\": \"<uuid>\",\n        \"reporterName\": \"<string>\",\n        \"reporterId\": \"<uuid>\",\n        \"reviewerName\": \"<string>\",\n        \"reviewerId\": \"<uuid>\",\n        \"clientAssigneeName\": \"<string>\",\n        \"clientAssigneeId\": \"<uuid>\",\n        \"creationTime\": \"<dateTime>\",\n        \"visibleToClient\": \"<dateTime>\",\n        \"closedOn\": \"<dateTime>\",\n        \"reviewedOn\": \"<dateTime>\",\n        \"projectTask\": {\n          \"id\": \"<uuid>\",\n          \"code\": \"<string>\",\n          \"name\": \"<string>\",\n          \"externalUrl\": \"<string>\",\n          \"description\": \"<string>\",\n          \"status\": 2\n        },\n        \"vulnerabilityTypeList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"cweList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"cveList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"mitreAttackTacticsList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"mitreAttackTechniquesList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"mitreAttackMitigationsList\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"reoccurrenceIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"projectControlList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 1\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 4\n          }\n        ],\n        \"findingEvidenceList\": [\n          {\n            \"title\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"location\": \"<string>\",\n            \"version\": \"<string>\",\n            \"reproduce\": \"<string>\",\n            \"results\": \"<string>\",\n            \"issueDetails\": \"<string>\",\n            \"isVisibleInReport\": \"<boolean>\",\n            \"ip\": \"<string>\",\n            \"port\": \"<string>\",\n            \"protocol\": \"<string>\",\n            \"evidenceComplianceStatus\": 0\n          },\n          {\n            \"title\": \"<string>\",\n            \"id\": \"<uuid>\",\n            \"location\": \"<string>\",\n            \"version\": \"<string>\",\n            \"reproduce\": \"<string>\",\n            \"results\": \"<string>\",\n            \"issueDetails\": \"<string>\",\n            \"isVisibleInReport\": \"<boolean>\",\n            \"ip\": \"<string>\",\n            \"port\": \"<string>\",\n            \"protocol\": \"<string>\",\n            \"evidenceComplianceStatus\": 0\n          }\n        ],\n        \"runList\": [\n          {\n            \"runId\": \"<uuid>\",\n            \"runNumber\": \"<integer>\",\n            \"initialFindingStatus\": 12,\n            \"finalFindingStatus\": 4,\n            \"finishedAt\": \"<dateTime>\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"runId\": \"<uuid>\",\n            \"runNumber\": \"<integer>\",\n            \"initialFindingStatus\": 12,\n            \"finalFindingStatus\": 5,\n            \"finishedAt\": \"<dateTime>\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"externalUrlList\": [\n          {\n            \"title\": \"<string>\",\n            \"link\": \"<string>\"\n          },\n          {\n            \"title\": \"<string>\",\n            \"link\": \"<string>\"\n          }\n        ],\n        \"customFields\": [\n          {\n            \"field\": \"<string>\",\n            \"fieldType\": 1,\n            \"value\": \"<string>\",\n            \"code\": \"<string>\"\n          },\n          {\n            \"field\": \"<string>\",\n            \"fieldType\": 2,\n            \"value\": \"<string>\",\n            \"code\": \"<string>\"\n          }\n        ],\n        \"externalUrlJson\": \"<string>\",\n        \"customFieldsJson\": \"<string>\"\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings?ProjectId=<uuid>&Type=8&Status=5&SeverityList=4&VulnerabilityTypeList=<string>&IdList=<uuid>&AssetIdList=<uuid>&MaxResultCount=10&SkipCount=0",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings"
															],
															"query": [
																{
																	"key": "ProjectId",
																	"value": "<uuid>"
																},
																{
																	"key": "Type",
																	"value": "8",
																	"description": "\n\n1 = Vulnerability\n\n2 = Nonconformity\n\n4 = Observation\n\n8 = Incident\n\n16 = Risk"
																},
																{
																	"key": "Status",
																	"value": "5",
																	"description": "\n\n1 = Draft\n\n2 = PendingFix\n\n3 = Fixed\n\n4 = ReadyRetest\n\n5 = Accepted\n\n6 = ToReview\n\n7 = Reviewed\n\n8 = Mitigated\n\n9 = PartialFix\n\n10 = FalsePositive\n\n11 = Raised\n\n12 = ReOpen"
																},
																{
																	"key": "SeverityList",
																	"value": "4"
																},
																{
																	"key": "VulnerabilityTypeList",
																	"value": "<string>"
																},
																{
																	"key": "IdList",
																	"value": "<uuid>"
																},
																{
																	"key": "AssetIdList",
																	"value": "<uuid>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												},
												{
													"name": "Not Found",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings?ProjectId=<uuid>&Type=8&Status=5&SeverityList=4&VulnerabilityTypeList=<string>&IdList=<uuid>&AssetIdList=<uuid>&MaxResultCount=10&SkipCount=0",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings"
															],
															"query": [
																{
																	"key": "ProjectId",
																	"value": "<uuid>"
																},
																{
																	"key": "Type",
																	"value": "8",
																	"description": "\n\n1 = Vulnerability\n\n2 = Nonconformity\n\n4 = Observation\n\n8 = Incident\n\n16 = Risk"
																},
																{
																	"key": "Status",
																	"value": "5",
																	"description": "\n\n1 = Draft\n\n2 = PendingFix\n\n3 = Fixed\n\n4 = ReadyRetest\n\n5 = Accepted\n\n6 = ToReview\n\n7 = Reviewed\n\n8 = Mitigated\n\n9 = PartialFix\n\n10 = FalsePositive\n\n11 = Raised\n\n12 = ReOpen"
																},
																{
																	"key": "SeverityList",
																	"value": "4"
																},
																{
																	"key": "VulnerabilityTypeList",
																	"value": "<string>"
																},
																{
																	"key": "IdList",
																	"value": "<uuid>"
																},
																{
																	"key": "AssetIdList",
																	"value": "<uuid>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																}
															]
														}
													},
													"status": "Not Found",
													"code": 404,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										},
										{
											"name": "Create a new Finding",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"code\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": 2,\n  \"status\": 11,\n  \"severity\": 1,\n  \"complianceStatus\": 1,\n  \"complianceComment\": \"<string>\",\n  \"impact\": \"<integer>\",\n  \"impactDescription\": \"<string>\",\n  \"likelihood\": \"<integer>\",\n  \"likelihoodDescription\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"backgroundInformation\": \"<string>\",\n  \"cvss\": {\n    \"cvss40Vector\": \"<string>\",\n    \"cvss40Score\": 3,\n    \"cvss31Vector\": \"<string>\",\n    \"cvss31Score\": 36,\n    \"cvss30Vector\": \"<string>\",\n    \"cvss30Score\": 33.7,\n    \"cvss20Vector\": \"<string>\",\n    \"cvss20Score\": 436\n  },\n  \"projectTaskId\": \"<uuid>\",\n  \"reviewerId\": \"<uuid>\",\n  \"cweList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cveList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTacticsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTechniquesList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackMitigationsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"vulnerabilityTypeList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"externalUrlList\": [\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    },\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    }\n  ],\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"projectControlIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"findingEvidenceList\": [\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 1\n    },\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 0\n    }\n  ],\n  \"customFields\": [\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 4,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 3,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/findings?projectId=<uuid>&triggerEvents=<boolean>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"findings"
													],
													"query": [
														{
															"key": "projectId",
															"value": "<uuid>"
														},
														{
															"key": "triggerEvents",
															"value": "<boolean>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Created",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"code\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": 2,\n  \"status\": 11,\n  \"severity\": 1,\n  \"complianceStatus\": 1,\n  \"complianceComment\": \"<string>\",\n  \"impact\": \"<integer>\",\n  \"impactDescription\": \"<string>\",\n  \"likelihood\": \"<integer>\",\n  \"likelihoodDescription\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"backgroundInformation\": \"<string>\",\n  \"cvss\": {\n    \"cvss40Vector\": \"<string>\",\n    \"cvss40Score\": 3,\n    \"cvss31Vector\": \"<string>\",\n    \"cvss31Score\": 36,\n    \"cvss30Vector\": \"<string>\",\n    \"cvss30Score\": 33.7,\n    \"cvss20Vector\": \"<string>\",\n    \"cvss20Score\": 436\n  },\n  \"projectTaskId\": \"<uuid>\",\n  \"reviewerId\": \"<uuid>\",\n  \"cweList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cveList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTacticsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTechniquesList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackMitigationsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"vulnerabilityTypeList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"externalUrlList\": [\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    },\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    }\n  ],\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"projectControlIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"findingEvidenceList\": [\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 1\n    },\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 0\n    }\n  ],\n  \"customFields\": [\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 4,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 3,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings?projectId=<uuid>&triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings"
															],
															"query": [
																{
																	"key": "projectId",
																	"value": "<uuid>"
																},
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "Created",
													"code": 201,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"code\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"type\": 2,\n  \"status\": 11,\n  \"severity\": 1,\n  \"complianceStatus\": 1,\n  \"complianceComment\": \"<string>\",\n  \"impact\": \"<integer>\",\n  \"impactDescription\": \"<string>\",\n  \"likelihood\": \"<integer>\",\n  \"likelihoodDescription\": \"<string>\",\n  \"recommendation\": \"<string>\",\n  \"backgroundInformation\": \"<string>\",\n  \"cvss\": {\n    \"cvss40Vector\": \"<string>\",\n    \"cvss40Score\": 3,\n    \"cvss31Vector\": \"<string>\",\n    \"cvss31Score\": 36,\n    \"cvss30Vector\": \"<string>\",\n    \"cvss30Score\": 33.7,\n    \"cvss20Vector\": \"<string>\",\n    \"cvss20Score\": 436\n  },\n  \"projectTaskId\": \"<uuid>\",\n  \"reviewerId\": \"<uuid>\",\n  \"cweList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"cveList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTacticsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackTechniquesList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"mitreAttackMitigationsList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"vulnerabilityTypeList\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"externalUrlList\": [\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    },\n    {\n      \"title\": \"<string>\",\n      \"link\": \"<string>\"\n    }\n  ],\n  \"assetIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"projectControlIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"findingEvidenceList\": [\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 1\n    },\n    {\n      \"title\": \"<string>\",\n      \"id\": \"<uuid>\",\n      \"location\": \"<string>\",\n      \"version\": \"<string>\",\n      \"reproduce\": \"<string>\",\n      \"results\": \"<string>\",\n      \"issueDetails\": \"<string>\",\n      \"isVisibleInReport\": \"<boolean>\",\n      \"ip\": \"<string>\",\n      \"port\": \"<string>\",\n      \"protocol\": \"<string>\",\n      \"evidenceComplianceStatus\": 0\n    }\n  ],\n  \"customFields\": [\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 4,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"fieldType\": 3,\n      \"value\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/findings?projectId=<uuid>&triggerEvents=<boolean>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"findings"
															],
															"query": [
																{
																	"key": "projectId",
																	"value": "<uuid>"
																},
																{
																	"key": "triggerEvents",
																	"value": "<boolean>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								},
								{
									"name": "clients",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "assets",
													"item": [
														{
															"name": "{assetId}",
															"item": [
																{
																	"name": "Update a Client Asset",
																	"request": {
																		"method": "PUT",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 12,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 3,\n  \"hostingType\": 6,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets/:assetId",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"clients",
																				":id",
																				"assets",
																				":assetId"
																			],
																			"variable": [
																				{
																					"key": "id",
																					"value": "<uuid>",
																					"description": "(Required) "
																				},
																				{
																					"key": "assetId",
																					"value": "<uuid>",
																					"description": "(Required) "
																				}
																			]
																		}
																	},
																	"response": [
																		{
																			"name": "No Content",
																			"originalRequest": {
																				"method": "PUT",
																				"header": [
																					{
																						"key": "Content-Type",
																						"value": "application/json"
																					}
																				],
																				"body": {
																					"mode": "raw",
																					"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 12,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 3,\n  \"hostingType\": 6,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																					"options": {
																						"raw": {
																							"headerFamily": "json",
																							"language": "json"
																						}
																					}
																				},
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets/:assetId",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"clients",
																						":id",
																						"assets",
																						":assetId"
																					],
																					"variable": [
																						{
																							"key": "id"
																						},
																						{
																							"key": "assetId"
																						}
																					]
																				}
																			},
																			"status": "No Content",
																			"code": 204,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		},
																		{
																			"name": "Bad Request",
																			"originalRequest": {
																				"method": "PUT",
																				"header": [
																					{
																						"key": "Content-Type",
																						"value": "application/json"
																					}
																				],
																				"body": {
																					"mode": "raw",
																					"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 12,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 3,\n  \"hostingType\": 6,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																					"options": {
																						"raw": {
																							"headerFamily": "json",
																							"language": "json"
																						}
																					}
																				},
																				"url": {
																					"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets/:assetId",
																					"host": [
																						"{{baseUrl}}"
																					],
																					"path": [
																						"api",
																						"v2.2",
																						"pentester",
																						"clients",
																						":id",
																						"assets",
																						":assetId"
																					],
																					"variable": [
																						{
																							"key": "id"
																						},
																						{
																							"key": "assetId"
																						}
																					]
																				}
																			},
																			"status": "Bad Request",
																			"code": 400,
																			"_postman_previewlanguage": "text",
																			"header": [],
																			"cookie": [],
																			"body": ""
																		}
																	]
																}
															]
														},
														{
															"name": "Get a paginated list of Assets based on a filter",
															"request": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets?TypeList=10&TypeList=10&MaxResultCount=10&SkipCount=0&Filter=<string>",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id",
																		"assets"
																	],
																	"query": [
																		{
																			"key": "TypeList",
																			"value": "10"
																		},
																		{
																			"key": "TypeList",
																			"value": "10"
																		},
																		{
																			"key": "MaxResultCount",
																			"value": "10"
																		},
																		{
																			"key": "SkipCount",
																			"value": "0"
																		},
																		{
																			"key": "Filter",
																			"value": "<string>"
																		}
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "Success",
																	"originalRequest": {
																		"method": "GET",
																		"header": [
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets?TypeList=10&MaxResultCount=10&SkipCount=0&Filter=<string>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"clients",
																				":id",
																				"assets"
																			],
																			"query": [
																				{
																					"key": "TypeList",
																					"value": "10"
																				},
																				{
																					"key": "MaxResultCount",
																					"value": "10"
																				},
																				{
																					"key": "SkipCount",
																					"value": "0"
																				},
																				{
																					"key": "Filter",
																					"value": "<string>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "application/json"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"domain\": \"<string>\",\n        \"ip\": \"<string>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"url\": \"<string>\",\n        \"port\": \"<integer>\",\n        \"ssid\": \"<string>\",\n        \"path\": \"<string>\",\n        \"protocol\": \"<string>\",\n        \"location\": \"<string>\",\n        \"os\": \"<string>\",\n        \"vendor\": \"<string>\",\n        \"product\": \"<string>\",\n        \"version\": \"<string>\",\n        \"commit\": \"<string>\",\n        \"linesOfCode\": \"<string>\",\n        \"repository\": \"<string>\",\n        \"technology\": \"<string>\",\n        \"domainAD\": \"<string>\",\n        \"publicFacing\": 2,\n        \"typeHardware\": 2,\n        \"type\": 3,\n        \"hostingType\": 3,\n        \"environment\": 2\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"domain\": \"<string>\",\n        \"ip\": \"<string>\",\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"url\": \"<string>\",\n        \"port\": \"<integer>\",\n        \"ssid\": \"<string>\",\n        \"path\": \"<string>\",\n        \"protocol\": \"<string>\",\n        \"location\": \"<string>\",\n        \"os\": \"<string>\",\n        \"vendor\": \"<string>\",\n        \"product\": \"<string>\",\n        \"version\": \"<string>\",\n        \"commit\": \"<string>\",\n        \"linesOfCode\": \"<string>\",\n        \"repository\": \"<string>\",\n        \"technology\": \"<string>\",\n        \"domainAD\": \"<string>\",\n        \"publicFacing\": 2,\n        \"typeHardware\": 1,\n        \"type\": 12,\n        \"hostingType\": 6,\n        \"environment\": 3\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "GET",
																		"header": [],
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets?TypeList=10&MaxResultCount=10&SkipCount=0&Filter=<string>",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"clients",
																				":id",
																				"assets"
																			],
																			"query": [
																				{
																					"key": "TypeList",
																					"value": "10"
																				},
																				{
																					"key": "MaxResultCount",
																					"value": "10"
																				},
																				{
																					"key": "SkipCount",
																					"value": "0"
																				},
																				{
																					"key": "Filter",
																					"value": "<string>"
																				}
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														},
														{
															"name": "Create a new Client Asset",
															"request": {
																"method": "POST",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	},
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 12,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 3,\n  \"hostingType\": 6,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id",
																		"assets"
																	],
																	"variable": [
																		{
																			"key": "id",
																			"value": "<uuid>",
																			"description": "(Required) "
																		}
																	]
																}
															},
															"response": [
																{
																	"name": "Success",
																	"originalRequest": {
																		"method": "POST",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			},
																			{
																				"key": "Accept",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 12,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 3,\n  \"hostingType\": 6,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"clients",
																				":id",
																				"assets"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "OK",
																	"code": 200,
																	"_postman_previewlanguage": "json",
																	"header": [
																		{
																			"key": "Content-Type",
																			"value": "application/json"
																		}
																	],
																	"cookie": [],
																	"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
																},
																{
																	"name": "Bad Request",
																	"originalRequest": {
																		"method": "POST",
																		"header": [
																			{
																				"key": "Content-Type",
																				"value": "application/json"
																			}
																		],
																		"body": {
																			"mode": "raw",
																			"raw": "{\n  \"title\": \"<string>\",\n  \"type\": 12,\n  \"description\": \"<string>\",\n  \"domain\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"url\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"ssid\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocol\": \"<string>\",\n  \"location\": \"<string>\",\n  \"operatingSystem\": \"<string>\",\n  \"vendor\": \"<string>\",\n  \"product\": \"<string>\",\n  \"version\": \"<string>\",\n  \"commit\": \"<string>\",\n  \"linesOfCode\": \"<string>\",\n  \"repository\": \"<string>\",\n  \"technology\": \"<string>\",\n  \"domainAD\": \"<string>\",\n  \"testingFrequency\": \"<integer>\",\n  \"publicFacing\": 0,\n  \"typeHardware\": 3,\n  \"hostingType\": 6,\n  \"environment\": 2,\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																			"options": {
																				"raw": {
																					"headerFamily": "json",
																					"language": "json"
																				}
																			}
																		},
																		"url": {
																			"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id/assets",
																			"host": [
																				"{{baseUrl}}"
																			],
																			"path": [
																				"api",
																				"v2.2",
																				"pentester",
																				"clients",
																				":id",
																				"assets"
																			],
																			"variable": [
																				{
																					"key": "id"
																				}
																			]
																		}
																	},
																	"status": "Bad Request",
																	"code": 400,
																	"_postman_previewlanguage": "text",
																	"header": [],
																	"cookie": [],
																	"body": ""
																}
															]
														}
													]
												},
												{
													"name": "Get a Client by ID",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"clients",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"clientNumber\": \"<string>\",\n    \"teamsAssigned\": \"<string>\",\n    \"status\": 2,\n    \"clientInformation\": {\n      \"companyName\": \"<string>\",\n      \"website\": \"<string>\",\n      \"address\": {\n        \"street\": \"<string>\",\n        \"postalCode\": \"<string>\",\n        \"city\": \"<string>\",\n        \"country\": \"<string>\",\n        \"stateOrProvince\": \"<string>\"\n      }\n    },\n    \"assetIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"projectIdList\": [\n      \"<uuid>\",\n      \"<uuid>\"\n    ],\n    \"labelList\": [\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 0\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 1\n      }\n    ]\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Not Found",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Update an existing Client",
													"request": {
														"method": "PUT",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"name\": \"<string>\",\n  \"status\": 0,\n  \"clientNumber\": \"<string>\",\n  \"accountManagerId\": \"<uuid>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"teamIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"clientInformation\": {\n    \"companyName\": \"<string>\",\n    \"website\": \"<string>\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"stateOrProvince\": \"<string>\"\n    }\n  }\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"clients",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "No Content",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"name\": \"<string>\",\n  \"status\": 0,\n  \"clientNumber\": \"<string>\",\n  \"accountManagerId\": \"<uuid>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"teamIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"clientInformation\": {\n    \"companyName\": \"<string>\",\n    \"website\": \"<string>\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"stateOrProvince\": \"<string>\"\n    }\n  }\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "No Content",
															"code": 204,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"name\": \"<string>\",\n  \"status\": 0,\n  \"clientNumber\": \"<string>\",\n  \"accountManagerId\": \"<uuid>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"teamIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"clientInformation\": {\n    \"companyName\": \"<string>\",\n    \"website\": \"<string>\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"stateOrProvince\": \"<string>\"\n    }\n  }\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Deletes a Client by ID",
													"request": {
														"method": "DELETE",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"clients",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/clients/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"clients",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Get a paginated list of Clients based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/clients?Status=2&LabelIdList=<uuid>&LabelIdList=<uuid>&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"clients"
													],
													"query": [
														{
															"key": "Status",
															"value": "2",
															"description": "\n\n0 = Active\n\n1 = Inactive\n\n2 = New\n\n3 = SignUp"
														},
														{
															"key": "LabelIdList",
															"value": "<uuid>"
														},
														{
															"key": "LabelIdList",
															"value": "<uuid>"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/clients?Status=2&LabelIdList=<uuid>&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"clients"
															],
															"query": [
																{
																	"key": "Status",
																	"value": "2",
																	"description": "\n\n0 = Active\n\n1 = Inactive\n\n2 = New\n\n3 = SignUp"
																},
																{
																	"key": "LabelIdList",
																	"value": "<uuid>"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"clientNumber\": \"<string>\",\n        \"teamsAssigned\": \"<string>\",\n        \"status\": 0,\n        \"clientInformation\": {\n          \"companyName\": \"<string>\",\n          \"website\": \"<string>\",\n          \"address\": {\n            \"street\": \"<string>\",\n            \"postalCode\": \"<string>\",\n            \"city\": \"<string>\",\n            \"country\": \"<string>\",\n            \"stateOrProvince\": \"<string>\"\n          }\n        },\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"projectIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 4\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 3\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"clientNumber\": \"<string>\",\n        \"teamsAssigned\": \"<string>\",\n        \"status\": 1,\n        \"clientInformation\": {\n          \"companyName\": \"<string>\",\n          \"website\": \"<string>\",\n          \"address\": {\n            \"street\": \"<string>\",\n            \"postalCode\": \"<string>\",\n            \"city\": \"<string>\",\n            \"country\": \"<string>\",\n            \"stateOrProvince\": \"<string>\"\n          }\n        },\n        \"assetIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"projectIdList\": [\n          \"<uuid>\",\n          \"<uuid>\"\n        ],\n        \"labelList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 0\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"text\": \"<string>\",\n            \"type\": 0\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												}
											]
										},
										{
											"name": "Create a new Client",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"name\": \"<string>\",\n  \"status\": 0,\n  \"clientNumber\": \"<string>\",\n  \"accountManagerId\": \"<uuid>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"teamIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"clientInformation\": {\n    \"companyName\": \"<string>\",\n    \"website\": \"<string>\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"stateOrProvince\": \"<string>\"\n    }\n  }\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/clients",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"clients"
													]
												}
											},
											"response": [
												{
													"name": "Created",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"name\": \"<string>\",\n  \"status\": 0,\n  \"clientNumber\": \"<string>\",\n  \"accountManagerId\": \"<uuid>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"teamIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"clientInformation\": {\n    \"companyName\": \"<string>\",\n    \"website\": \"<string>\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"stateOrProvince\": \"<string>\"\n    }\n  }\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/clients",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"clients"
															]
														}
													},
													"status": "Created",
													"code": 201,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"name\": \"<string>\",\n  \"status\": 0,\n  \"clientNumber\": \"<string>\",\n  \"accountManagerId\": \"<uuid>\",\n  \"labelIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"teamIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ],\n  \"clientInformation\": {\n    \"companyName\": \"<string>\",\n    \"website\": \"<string>\",\n    \"address\": {\n      \"street\": \"<string>\",\n      \"postalCode\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"stateOrProvince\": \"<string>\"\n    }\n  }\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/clients",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"clients"
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								},
								{
									"name": "project-templates",
									"item": [
										{
											"name": "Get a paginated list of Project Templates",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/project-templates?Type=1&MaxResultCount=10&SkipCount=0",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"project-templates"
													],
													"query": [
														{
															"key": "Type",
															"value": "1",
															"description": "\n\n0 = Timebased\n\n1 = Continuous"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/project-templates?Type=1&MaxResultCount=10&SkipCount=0",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"project-templates"
															],
															"query": [
																{
																	"key": "Type",
																	"value": "1",
																	"description": "\n\n0 = Timebased\n\n1 = Continuous"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"findingFieldsTemplateId\": \"<uuid>\",\n        \"projectWorkflowTemplateId\": \"<uuid>\",\n        \"status\": 1,\n        \"type\": 1,\n        \"typeOfFindings\": 1,\n        \"clientCanReportTypeOfFindings\": 16,\n        \"cvssVersion\": 2,\n        \"title\": \"<string>\",\n        \"checklistTemplateList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"status\": 2,\n            \"name\": \"<string>\",\n            \"externalUrl\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskGroupList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"taskList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"taskList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"status\": 2,\n            \"name\": \"<string>\",\n            \"externalUrl\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskGroupList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"taskList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"taskList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        \"complianceNormTemplateList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"status\": 1,\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlGroupList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"controlList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"controlList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"status\": 1,\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlGroupList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"controlList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"controlList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectTemplateId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\",\n            \"reportTemplateTitle\": \"<string>\",\n            \"order\": \"<integer>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectTemplateId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\",\n            \"reportTemplateTitle\": \"<string>\",\n            \"order\": \"<integer>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"reportTemplateId\": \"<uuid>\",\n        \"findingFieldsTemplateId\": \"<uuid>\",\n        \"projectWorkflowTemplateId\": \"<uuid>\",\n        \"status\": 2,\n        \"type\": 1,\n        \"typeOfFindings\": 2,\n        \"clientCanReportTypeOfFindings\": 4,\n        \"cvssVersion\": 1,\n        \"title\": \"<string>\",\n        \"checklistTemplateList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"status\": 2,\n            \"name\": \"<string>\",\n            \"externalUrl\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskGroupList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"taskList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"taskList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"status\": 1,\n            \"name\": \"<string>\",\n            \"externalUrl\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskGroupList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"taskList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"taskList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"name\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"externalUrl\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        \"complianceNormTemplateList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"status\": 2,\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlGroupList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"controlList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"controlList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"status\": 1,\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlGroupList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"controlList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\",\n                \"controlList\": [\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  },\n                  {\n                    \"id\": \"<uuid>\",\n                    \"code\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"description\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        \"reportTemplates\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectTemplateId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\",\n            \"reportTemplateTitle\": \"<string>\",\n            \"order\": \"<integer>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"projectTemplateId\": \"<uuid>\",\n            \"reportTemplateId\": \"<uuid>\",\n            \"reportTemplateTitle\": \"<string>\",\n            \"order\": \"<integer>\"\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												}
											]
										}
									]
								},
								{
									"name": "report-templates",
									"item": [
										{
											"name": "Get a paginated list of Report Templates",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/report-templates?MaxResultCount=10&SkipCount=0",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"report-templates"
													],
													"query": [
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/report-templates?MaxResultCount=10&SkipCount=0",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"report-templates"
															],
															"query": [
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"status\": 1,\n        \"reportTemplateSectionList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"title\": \"<string>\",\n            \"hideFromClientPortal\": \"<boolean>\",\n            \"content\": \"<string>\",\n            \"isInExternalDownload\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"sectionType\": 0,\n            \"tableOfContentsDepth\": 3,\n            \"tableOfContentsInternalLinks\": \"<boolean>\",\n            \"optional\": \"<boolean>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"title\": \"<string>\",\n            \"hideFromClientPortal\": \"<boolean>\",\n            \"content\": \"<string>\",\n            \"isInExternalDownload\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"sectionType\": 1,\n            \"tableOfContentsDepth\": 0,\n            \"tableOfContentsInternalLinks\": \"<boolean>\",\n            \"optional\": \"<boolean>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"title\": \"<string>\",\n        \"status\": 1,\n        \"reportTemplateSectionList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"title\": \"<string>\",\n            \"hideFromClientPortal\": \"<boolean>\",\n            \"content\": \"<string>\",\n            \"isInExternalDownload\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"sectionType\": 1,\n            \"tableOfContentsDepth\": 0,\n            \"tableOfContentsInternalLinks\": \"<boolean>\",\n            \"optional\": \"<boolean>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"title\": \"<string>\",\n            \"hideFromClientPortal\": \"<boolean>\",\n            \"content\": \"<string>\",\n            \"isInExternalDownload\": \"<boolean>\",\n            \"order\": \"<integer>\",\n            \"sectionType\": 2,\n            \"tableOfContentsDepth\": 1,\n            \"tableOfContentsInternalLinks\": \"<boolean>\",\n            \"optional\": \"<boolean>\"\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												}
											]
										}
									]
								},
								{
									"name": "checklist-templates",
									"item": [
										{
											"name": "Get a paginated list of Checklist Templates",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/checklist-templates?MaxResultCount=10&SkipCount=0",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"checklist-templates"
													],
													"query": [
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/checklist-templates?MaxResultCount=10&SkipCount=0",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"checklist-templates"
															],
															"query": [
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"status\": 1,\n        \"name\": \"<string>\",\n        \"externalUrl\": \"<string>\",\n        \"description\": \"<string>\",\n        \"taskGroupList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"code\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"code\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"code\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"code\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"status\": 1,\n        \"name\": \"<string>\",\n        \"externalUrl\": \"<string>\",\n        \"description\": \"<string>\",\n        \"taskGroupList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"code\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"code\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"code\": \"<string>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"taskList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"code\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"name\": \"<string>\",\n                \"code\": \"<string>\",\n                \"externalUrl\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												}
											]
										}
									]
								},
								{
									"name": "compliance-norm-templates",
									"item": [
										{
											"name": "Get a paginated list of Compliance norm Templates",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/compliance-norm-templates?MaxResultCount=10&SkipCount=0",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"compliance-norm-templates"
													],
													"query": [
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/compliance-norm-templates?MaxResultCount=10&SkipCount=0",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"compliance-norm-templates"
															],
															"query": [
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"status\": 1,\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"controlGroupList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"status\": 1,\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"controlGroupList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"controlList\": [\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              },\n              {\n                \"id\": \"<uuid>\",\n                \"code\": \"<string>\",\n                \"name\": \"<string>\",\n                \"description\": \"<string>\"\n              }\n            ]\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												}
											]
										}
									]
								},
								{
									"name": "labels",
									"item": [
										{
											"name": "Get a paginated list of Labels based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/labels?Type=0&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"labels"
													],
													"query": [
														{
															"key": "Type",
															"value": "0",
															"description": "\n\n0 = Finding\n\n1 = Client\n\n2 = Project\n\n3 = Assets\n\n4 = All"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/labels?Type=0&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"labels"
															],
															"query": [
																{
																	"key": "Type",
																	"value": "0",
																	"description": "\n\n0 = Finding\n\n1 = Client\n\n2 = Project\n\n3 = Assets\n\n4 = All"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 1\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"text\": \"<string>\",\n        \"type\": 4\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												}
											]
										}
									]
								},
								{
									"name": "vulnerability-types",
									"item": [
										{
											"name": "Get a paginated list of Vulnerability Types based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/vulnerability-types?MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"vulnerability-types"
													],
													"query": [
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/vulnerability-types?MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"vulnerability-types"
															],
															"query": [
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"title\": \"<string>\",\n        \"code\": \"<string>\",\n        \"isSystem\": \"<boolean>\",\n        \"isVisible\": \"<boolean>\"\n      },\n      {\n        \"title\": \"<string>\",\n        \"code\": \"<string>\",\n        \"isSystem\": \"<boolean>\",\n        \"isVisible\": \"<boolean>\"\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												}
											]
										}
									]
								},
								{
									"name": "users",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "Get an User by ID",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"users",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"id\": \"<uuid>\",\n    \"clientId\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"surname\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phoneNumber\": \"<string>\",\n    \"isEmailConfirmed\": \"<boolean>\",\n    \"isActive\": \"<boolean>\",\n    \"isTwoFactorEnabled\": \"<boolean>\",\n    \"isLockoutEnabled\": \"<boolean>\",\n    \"role\": \"<string>\",\n    \"creationTime\": \"<dateTime>\"\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Not Found",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Update an existing User",
													"request": {
														"method": "PUT",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"shouldChangePasswordOnNextLogin\": \"<boolean>\",\n  \"sendActivationEmail\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 4\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"users",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "No Content",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"shouldChangePasswordOnNextLogin\": \"<boolean>\",\n  \"sendActivationEmail\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 4\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "No Content",
															"code": 204,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"shouldChangePasswordOnNextLogin\": \"<boolean>\",\n  \"sendActivationEmail\": \"<boolean>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 4\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Delete an User by ID",
													"request": {
														"method": "DELETE",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"users",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/users/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"users",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Gets a list of Users based on a filter",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/users?ClientId=<uuid>&PortalRole=1&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"users"
													],
													"query": [
														{
															"key": "ClientId",
															"value": "<uuid>"
														},
														{
															"key": "PortalRole",
															"value": "1",
															"description": "\n\n0 = Pentester\n\n1 = Client"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/users?ClientId=<uuid>&PortalRole=1&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"users"
															],
															"query": [
																{
																	"key": "ClientId",
																	"value": "<uuid>"
																},
																{
																	"key": "PortalRole",
																	"value": "1",
																	"description": "\n\n0 = Pentester\n\n1 = Client"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"clientId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"surname\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phoneNumber\": \"<string>\",\n        \"isEmailConfirmed\": \"<boolean>\",\n        \"isActive\": \"<boolean>\",\n        \"isTwoFactorEnabled\": \"<boolean>\",\n        \"isLockoutEnabled\": \"<boolean>\",\n        \"role\": \"<string>\",\n        \"creationTime\": \"<dateTime>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"clientId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"surname\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phoneNumber\": \"<string>\",\n        \"isEmailConfirmed\": \"<boolean>\",\n        \"isActive\": \"<boolean>\",\n        \"isTwoFactorEnabled\": \"<boolean>\",\n        \"isLockoutEnabled\": \"<boolean>\",\n        \"role\": \"<string>\",\n        \"creationTime\": \"<dateTime>\"\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "GET",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/users?ClientId=<uuid>&PortalRole=1&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"users"
															],
															"query": [
																{
																	"key": "ClientId",
																	"value": "<uuid>"
																},
																{
																	"key": "PortalRole",
																	"value": "1",
																	"description": "\n\n0 = Pentester\n\n1 = Client"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										},
										{
											"name": "Create a new User",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 2,\n  \"clientGuid\": \"<uuid>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/users",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"users"
													]
												},
												"description": "You can't create a new owner through the API.\r\nTo create a client user you need to add the client id to the request."
											},
											"response": [
												{
													"name": "Created",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 2,\n  \"clientGuid\": \"<uuid>\"\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/users",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"users"
															]
														}
													},
													"status": "Created",
													"code": 201,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
												},
												{
													"name": "Bad Request",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"emailAddress\": \"<email>\",\n  \"name\": \"<string>\",\n  \"surname\": \"<string>\",\n  \"phoneNumber\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"isTwoFactorEnabled\": \"<boolean>\",\n  \"isLockoutEnabled\": \"<boolean>\",\n  \"role\": 2,\n  \"clientGuid\": \"<uuid>\"\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/users",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"users"
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "text",
													"header": [],
													"cookie": [],
													"body": ""
												}
											]
										}
									]
								},
								{
									"name": "teams",
									"item": [
										{
											"name": "{id}",
											"item": [
												{
													"name": "Get a Team by ID",
													"request": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"teams",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "GET",
																"header": [
																	{
																		"key": "Accept",
																		"value": "application/json"
																	}
																],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"teams",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "json",
															"header": [
																{
																	"key": "Content-Type",
																	"value": "application/json"
																}
															],
															"cookie": [],
															"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"teamLeaderName\": \"<string>\",\n    \"teamLeaderId\": \"<uuid>\",\n    \"clientId\": \"<uuid>\",\n    \"userList\": [\n      {\n        \"id\": \"<uuid>\",\n        \"clientId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"surname\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phoneNumber\": \"<string>\",\n        \"isEmailConfirmed\": \"<boolean>\",\n        \"isActive\": \"<boolean>\",\n        \"isTwoFactorEnabled\": \"<boolean>\",\n        \"isLockoutEnabled\": \"<boolean>\",\n        \"role\": \"<string>\",\n        \"creationTime\": \"<dateTime>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"clientId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"surname\": \"<string>\",\n        \"email\": \"<string>\",\n        \"phoneNumber\": \"<string>\",\n        \"isEmailConfirmed\": \"<boolean>\",\n        \"isActive\": \"<boolean>\",\n        \"isTwoFactorEnabled\": \"<boolean>\",\n        \"isLockoutEnabled\": \"<boolean>\",\n        \"role\": \"<string>\",\n        \"creationTime\": \"<dateTime>\"\n      }\n    ]\n  }\n}"
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"teams",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Not Found",
															"originalRequest": {
																"method": "GET",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"teams",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Not Found",
															"code": 404,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Update an existing Team.\r\nCannot change the Client id of a Team.",
													"request": {
														"method": "PUT",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"name\": \"<string>\",\n  \"clientId\": \"<uuid>\",\n  \"teamLeaderId\": \"<uuid>\",\n  \"userIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"teams",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"name\": \"<string>\",\n  \"clientId\": \"<uuid>\",\n  \"teamLeaderId\": \"<uuid>\",\n  \"userIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"teams",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "PUT",
																"header": [
																	{
																		"key": "Content-Type",
																		"value": "application/json"
																	}
																],
																"body": {
																	"mode": "raw",
																	"raw": "{\n  \"name\": \"<string>\",\n  \"clientId\": \"<uuid>\",\n  \"teamLeaderId\": \"<uuid>\",\n  \"userIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
																	"options": {
																		"raw": {
																			"headerFamily": "json",
																			"language": "json"
																		}
																	}
																},
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"teams",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												},
												{
													"name": "Delete a Team.",
													"request": {
														"method": "DELETE",
														"header": [],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"teams",
																":id"
															],
															"variable": [
																{
																	"key": "id",
																	"value": "<uuid>",
																	"description": "(Required) "
																}
															]
														}
													},
													"response": [
														{
															"name": "Success",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"teams",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "OK",
															"code": 200,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														},
														{
															"name": "Bad Request",
															"originalRequest": {
																"method": "DELETE",
																"header": [],
																"url": {
																	"raw": "{{baseUrl}}/api/v2.2/pentester/teams/:id",
																	"host": [
																		"{{baseUrl}}"
																	],
																	"path": [
																		"api",
																		"v2.2",
																		"pentester",
																		"teams",
																		":id"
																	],
																	"variable": [
																		{
																			"key": "id"
																		}
																	]
																}
															},
															"status": "Bad Request",
															"code": 400,
															"_postman_previewlanguage": "text",
															"header": [],
															"cookie": [],
															"body": ""
														}
													]
												}
											]
										},
										{
											"name": "Get a paginated list of Teams",
											"request": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/teams?ProjectId=<uuid>&ExcludeProjectId=<uuid>&ClientId=<uuid>&TeamType=1&MaxResultCount=10&SkipCount=0&Filter=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"teams"
													],
													"query": [
														{
															"key": "ProjectId",
															"value": "<uuid>"
														},
														{
															"key": "ExcludeProjectId",
															"value": "<uuid>"
														},
														{
															"key": "ClientId",
															"value": "<uuid>"
														},
														{
															"key": "TeamType",
															"value": "1",
															"description": "\n\n0 = Undefined\n\n1 = Pentesters\n\n2 = Clients"
														},
														{
															"key": "MaxResultCount",
															"value": "10"
														},
														{
															"key": "SkipCount",
															"value": "0"
														},
														{
															"key": "Filter",
															"value": "<string>"
														}
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/teams?ProjectId=<uuid>&ExcludeProjectId=<uuid>&ClientId=<uuid>&TeamType=1&MaxResultCount=10&SkipCount=0&Filter=<string>",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"teams"
															],
															"query": [
																{
																	"key": "ProjectId",
																	"value": "<uuid>"
																},
																{
																	"key": "ExcludeProjectId",
																	"value": "<uuid>"
																},
																{
																	"key": "ClientId",
																	"value": "<uuid>"
																},
																{
																	"key": "TeamType",
																	"value": "1",
																	"description": "\n\n0 = Undefined\n\n1 = Pentesters\n\n2 = Clients"
																},
																{
																	"key": "MaxResultCount",
																	"value": "10"
																},
																{
																	"key": "SkipCount",
																	"value": "0"
																},
																{
																	"key": "Filter",
																	"value": "<string>"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"items\": [\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"teamLeaderName\": \"<string>\",\n        \"teamLeaderId\": \"<uuid>\",\n        \"clientId\": \"<uuid>\",\n        \"userList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"clientId\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"email\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"isEmailConfirmed\": \"<boolean>\",\n            \"isActive\": \"<boolean>\",\n            \"isTwoFactorEnabled\": \"<boolean>\",\n            \"isLockoutEnabled\": \"<boolean>\",\n            \"role\": \"<string>\",\n            \"creationTime\": \"<dateTime>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"clientId\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"email\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"isEmailConfirmed\": \"<boolean>\",\n            \"isActive\": \"<boolean>\",\n            \"isTwoFactorEnabled\": \"<boolean>\",\n            \"isLockoutEnabled\": \"<boolean>\",\n            \"role\": \"<string>\",\n            \"creationTime\": \"<dateTime>\"\n          }\n        ]\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"teamLeaderName\": \"<string>\",\n        \"teamLeaderId\": \"<uuid>\",\n        \"clientId\": \"<uuid>\",\n        \"userList\": [\n          {\n            \"id\": \"<uuid>\",\n            \"clientId\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"email\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"isEmailConfirmed\": \"<boolean>\",\n            \"isActive\": \"<boolean>\",\n            \"isTwoFactorEnabled\": \"<boolean>\",\n            \"isLockoutEnabled\": \"<boolean>\",\n            \"role\": \"<string>\",\n            \"creationTime\": \"<dateTime>\"\n          },\n          {\n            \"id\": \"<uuid>\",\n            \"clientId\": \"<uuid>\",\n            \"name\": \"<string>\",\n            \"surname\": \"<string>\",\n            \"email\": \"<string>\",\n            \"phoneNumber\": \"<string>\",\n            \"isEmailConfirmed\": \"<boolean>\",\n            \"isActive\": \"<boolean>\",\n            \"isTwoFactorEnabled\": \"<boolean>\",\n            \"isLockoutEnabled\": \"<boolean>\",\n            \"role\": \"<string>\",\n            \"creationTime\": \"<dateTime>\"\n          }\n        ]\n      }\n    ],\n    \"totalCount\": \"<integer>\"\n  }\n}"
												}
											]
										},
										{
											"name": "Create a new Team.\r\nIf the team is a Client team, you need to provide the Client id.",
											"request": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"name\": \"<string>\",\n  \"clientId\": \"<uuid>\",\n  \"teamLeaderId\": \"<uuid>\",\n  \"userIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/v2.2/pentester/teams",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"v2.2",
														"pentester",
														"teams"
													]
												}
											},
											"response": [
												{
													"name": "Success",
													"originalRequest": {
														"method": "POST",
														"header": [
															{
																"key": "Content-Type",
																"value": "application/json"
															},
															{
																"key": "Accept",
																"value": "application/json"
															}
														],
														"body": {
															"mode": "raw",
															"raw": "{\n  \"name\": \"<string>\",\n  \"clientId\": \"<uuid>\",\n  \"teamLeaderId\": \"<uuid>\",\n  \"userIdList\": [\n    \"<uuid>\",\n    \"<uuid>\"\n  ]\n}",
															"options": {
																"raw": {
																	"headerFamily": "json",
																	"language": "json"
																}
															}
														},
														"url": {
															"raw": "{{baseUrl}}/api/v2.2/pentester/teams",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"api",
																"v2.2",
																"pentester",
																"teams"
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": \"<uuid>\"\n}"
												}
											]
										}
									]
								}
							]
						}
					]
				},
				{
					"name": "TokenAuth",
					"item": [
						{
							"name": "Authenticate",
							"item": [
								{
									"name": "Api Tokenauth Authenticate Post",
									"request": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "text/plain"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"password\": \"<string>\",\n  \"userNameOrEmailAddress\": \"<string>\",\n  \"twoFactorVerificationCode\": \"<string>\",\n  \"rememberClient\": \"<boolean>\",\n  \"twoFactorRememberClientToken\": \"<string>\",\n  \"singleSignIn\": \"<boolean>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/TokenAuth/Authenticate",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"TokenAuth",
												"Authenticate"
											]
										}
									},
									"response": [
										{
											"name": "Success",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "text/plain"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"password\": \"<string>\",\n  \"userNameOrEmailAddress\": \"<string>\",\n  \"twoFactorVerificationCode\": \"<string>\",\n  \"rememberClient\": \"<boolean>\",\n  \"twoFactorRememberClientToken\": \"<string>\",\n  \"singleSignIn\": \"<boolean>\",\n  \"returnUrl\": \"<string>\",\n  \"captchaResponse\": \"<string>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/TokenAuth/Authenticate",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"TokenAuth",
														"Authenticate"
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"accessToken\": \"<string>\",\n    \"encryptedAccessToken\": \"<string>\",\n    \"expireInSeconds\": \"<integer>\",\n    \"shouldResetPassword\": \"<boolean>\",\n    \"passwordResetCode\": \"<string>\",\n    \"userId\": \"<uuid>\",\n    \"requiresTwoFactorVerification\": \"<boolean>\",\n    \"twoFactorAuthProviders\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"twoFactorRememberClientToken\": \"<string>\",\n    \"returnUrl\": \"<string>\",\n    \"refreshToken\": \"<string>\",\n    \"refreshTokenExpireInSeconds\": \"<integer>\"\n  }\n}"
										}
									]
								}
							]
						},
						{
							"name": "RefreshToken",
							"item": [
								{
									"name": "Api Tokenauth Refreshtoken Post",
									"request": {
										"method": "POST",
										"header": [
											{
												"key": "Accept",
												"value": "text/plain"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/TokenAuth/RefreshToken?refreshToken=<string>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"TokenAuth",
												"RefreshToken"
											],
											"query": [
												{
													"key": "refreshToken",
													"value": "<string>"
												}
											]
										}
									},
									"response": [
										{
											"name": "Success",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"value": "text/plain"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/TokenAuth/RefreshToken?refreshToken=<string>",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"TokenAuth",
														"RefreshToken"
													],
													"query": [
														{
															"key": "refreshToken",
															"value": "<string>"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"targetUrl\": \"<string>\",\n  \"success\": \"<boolean>\",\n  \"error\": {\n    \"code\": \"<integer>\",\n    \"message\": \"<string>\",\n    \"details\": \"<string>\",\n    \"validationErrors\": [\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"message\": \"<string>\",\n        \"members\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ]\n  },\n  \"unAuthorizedRequest\": \"<boolean>\",\n  \"__abp\": \"<boolean>\",\n  \"result\": {\n    \"accessToken\": \"<string>\",\n    \"encryptedAccessToken\": \"<string>\",\n    \"expireInSeconds\": \"<integer>\"\n  }\n}"
										}
									]
								}
							]
						},
						{
							"name": "SendTwoFactorAuthCode",
							"item": [
								{
									"name": "Api Tokenauth Sendtwofactorauthcode Post",
									"request": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"provider\": \"<string>\",\n  \"userId\": \"<uuid>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/TokenAuth/SendTwoFactorAuthCode",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"TokenAuth",
												"SendTwoFactorAuthCode"
											]
										}
									},
									"response": [
										{
											"name": "Success",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"provider\": \"<string>\",\n  \"userId\": \"<uuid>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/api/TokenAuth/SendTwoFactorAuthCode",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"TokenAuth",
														"SendTwoFactorAuthCode"
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "text",
											"header": [],
											"cookie": [],
											"body": ""
										}
									]
								}
							]
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "bearer"
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "/"
		}
	]
}