{
  "info": {
    "name": "Borneo — mcp.ai",
    "description": "REST API for the Borneo MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/borneo",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "borneo_access_scan_iteration_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/access/scan/iteration/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "access",
            "scan",
            "iteration",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific scan iteration in the Borneo integration platform. This endpoint allows users to fetch the current status, results, and metadata associated with a parti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanIterationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_add_discovered_recipients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/discovered/recipients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "discovered",
            "recipients"
          ]
        },
        "description": "Adds multiple discovered recipients to the system as confirmed recipients. This endpoint should be used when you have a list of previously discovered recipient IDs that you want to officially add to y",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"discoveredRecipientIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_archive_discovered_recipient",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/archive/discovered/recipient",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "archive",
            "discovered",
            "recipient"
          ]
        },
        "description": "Archives a specific discovered recipient in the Borneo platform. This endpoint is used to move a discovered recipient's data into an archived state, which may be useful for compliance, data retention,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"discoveredRecipientId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_and_schedule_cloud_resource_scan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/and/schedule/cloud/resource/scan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "and",
            "schedule",
            "cloud",
            "resource",
            "scan"
          ]
        },
        "description": "The createScan endpoint initiates a new scan operation in the Borneo integration platform, allowing users to configure and schedule data scans across various cloud resources. This powerful tool enable",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cron\": \"\",\n  \"name\": \"\",\n  \"scanType\": \"\",\n  \"scanFilter\": \"\",\n  \"connectorId\": \"\",\n  \"resourceType\": \"\",\n  \"scheduleType\": \"\",\n  \"resources__all\": false,\n  \"resources__name\": \"\",\n  \"resources__tags\": \"\",\n  \"resources__region\": \"\",\n  \"resources__schema\": \"\",\n  \"resources__search\": \"\",\n  \"resources__teamId\": \"\",\n  \"resources__dataset\": \"\",\n  \"resources__driveId\": \"\",\n  \"resources__regions\": \"\",\n  \"resources__teamUrl\": \"\",\n  \"schedule__timezone\": \"\",\n  \"resources__database\": \"\",\n  \"resources__isPublic\": false,\n  \"resources__parentId\": \"\",\n  \"resources__teamName\": \"\",\n  \"schedule__calendars\": \"\",\n  \"resources__accountId\": \"\",\n  \"resources__driveType\": \"\",\n  \"resources__isPrivate\": false,\n  \"resources__orgUnitId\": \"\",\n  \"resources__spaceType\": \"\",\n  \"resources__isArchived\": false,\n  \"resources__isExternal\": false,\n  \"resources__resourceIds\": \"\",\n  \"resources__spaceStatus\": \"\",\n  \"resources__googleGroups\": \"\",\n  \"resources__resourceType\": \"\",\n  \"resources__isUnencrypted\": false,\n  \"resources__infoTypes__ops\": \"\",\n  \"resources__zendeskGroupId\": \"\",\n  \"scanLimits__itemsPerBatch\": 0,\n  \"inspectionPolicy__infotypes\": \"\",\n  \"inspectionPolicy__compliance\": \"\",\n  \"scanLimits__samplePercentage\": 0,\n  \"inspectionPolicy__maskDetails\": false,\n  \"inspectionPolicy__collectTokens\": false,\n  \"resources__infoTypes__infoTypes\": \"\",\n  \"resources__isSlackDirectMessages\": false,\n  \"scanLimits__sampleDurationMinutes\": 0,\n  \"scanLimits__maxCumulativeDataSizeMb\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_dashboard_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/dashboard/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "dashboard",
            "user"
          ]
        },
        "description": "Creates a new dashboard user in the Borneo integration platform with specified roles, organizational access, and authentication settings. This endpoint allows for granular control over user permission",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"email\": \"\",\n  \"roles\": \"\",\n  \"filter__id\": \"\",\n  \"filter__type\": \"\",\n  \"organisations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_department_with_translations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/department/with/translations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "department",
            "with",
            "translations"
          ]
        },
        "description": "Creates a new department in the Borneo integration platform. This endpoint allows you to add a department to the system with support for multilingual information. It's particularly useful when setting",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"translations\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_domain_with_polling_frequency",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/domain/with/polling/frequency",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "domain",
            "with",
            "polling",
            "frequency"
          ]
        },
        "description": "Creates a new domain within the Borneo integration platform, allowing for automatic polling and management of connected systems or applications. This endpoint is used to set up a new integration point",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"frequency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_dpia_for_processing_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/dpia/for/processing/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "dpia",
            "for",
            "processing",
            "activity"
          ]
        },
        "description": "Creates a new Data Protection Impact Assessment (DPIA) for a specific processing activity in the Borneo application. This endpoint allows users to comprehensively assess and document privacy risks ass",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"createdAt\": 0,\n  \"updatedAt\": 0,\n  \"translations\": {},\n  \"integrity__impacts\": \"\",\n  \"integrity__threats\": \"\",\n  \"processingActivityId\": \"\",\n  \"additionalInformation\": \"\",\n  \"availability__impacts\": \"\",\n  \"availability__threats\": \"\",\n  \"integrity__plannedToms\": \"\",\n  \"integrity__riskSources\": \"\",\n  \"confidentiality__impacts\": \"\",\n  \"confidentiality__threats\": \"\",\n  \"availability__plannedToms\": \"\",\n  \"availability__riskSources\": \"\",\n  \"integrity__impactsComment\": \"\",\n  \"integrity__threatsComment\": \"\",\n  \"privacyFramework__consent\": \"\",\n  \"additionalInformationFiles\": \"\",\n  \"integrity__baselineComment\": \"\",\n  \"integrity__implementedToms\": \"\",\n  \"privacyFramework__accuracy\": \"\",\n  \"integrity__baselineSeverity\": \"\",\n  \"privacyFramework__retention\": false,\n  \"availability__impactsComment\": \"\",\n  \"availability__threatsComment\": \"\",\n  \"confidentiality__plannedToms\": \"\",\n  \"confidentiality__riskSources\": \"\",\n  \"availability__baselineComment\": \"\",\n  \"availability__implementedToms\": \"\",\n  \"integrity__baselineLikelihood\": \"\",\n  \"integrity__plannedTomsComment\": \"\",\n  \"integrity__riskSourcesComment\": \"\",\n  \"availability__baselineSeverity\": \"\",\n  \"integrity__residualRiskComment\": \"\",\n  \"privacyFramework__transparency\": \"\",\n  \"confidentiality__impactsComment\": \"\",\n  \"confidentiality__threatsComment\": \"\",\n  \"integrity__residualRiskSeverity\": \"\",\n  \"availability__baselineLikelihood\": \"\",\n  \"availability__plannedTomsComment\": \"\",\n  \"availability__riskSourcesComment\": \"\",\n  \"confidentiality__baselineComment\": \"\",\n  \"confidentiality__implementedToms\": \"\",\n  \"availability__residualRiskComment\": \"\",\n  \"confidentiality__baselineSeverity\": \"\",\n  \"integrity__implementedTomsComment\": \"\",\n  \"integrity__residualRiskLikelihood\": \"\",\n  \"availability__residualRiskSeverity\": \"\",\n  \"privacyFramework__dataMinimisation\": \"\",\n  \"privacyFramework__retentionComment\": \"\",\n  \"confidentiality__baselineLikelihood\": \"\",\n  \"confidentiality__plannedTomsComment\": \"\",\n  \"confidentiality__riskSourcesComment\": \"\",\n  \"privacyFramework__additionalComment\": \"\",\n  \"privacyFramework__purposeLimitation\": \"\",\n  \"availability__implementedTomsComment\": \"\",\n  \"availability__residualRiskLikelihood\": \"\",\n  \"confidentiality__residualRiskComment\": \"\",\n  \"confidentiality__residualRiskSeverity\": \"\",\n  \"privacyFramework__dataRightsExercised\": \"\",\n  \"confidentiality__implementedTomsComment\": \"\",\n  \"confidentiality__residualRiskLikelihood\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_employee_with_json_payload",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/employee/with/json/payload",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "employee",
            "with",
            "json",
            "payload"
          ]
        },
        "description": "Creates a new employee record in the Borneo integration platform. This endpoint allows you to add an employee to the system with various details such as personal information, job-related data, and org",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"nif\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"endDate\": \"\",\n  \"manager\": \"\",\n  \"surname\": \"\",\n  \"position\": \"\",\n  \"createdBy\": \"\",\n  \"startDate\": \"\",\n  \"department\": \"\",\n  \"referenceId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_headquarter_entry",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/headquarter/entry",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "headquarter",
            "entry"
          ]
        },
        "description": "Creates a new headquarters entry in the Borneo integration platform. This endpoint allows users to register the main office or primary location of a company or organization within the system. It captu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"city\": \"\",\n  \"name\": \"\",\n  \"tomIds\": \"\",\n  \"address\": \"\",\n  \"country\": \"\",\n  \"zipcode\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_legal_document_entry",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/legal/document/entry",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "legal",
            "document",
            "entry"
          ]
        },
        "description": "Creates or uploads a new legal document in the Borneo integration platform with specified metadata. This endpoint allows users to add various types of legal documents, such as privacy policies or data",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"region\": \"\",\n  \"source\": \"\",\n  \"documentLink\": \"\",\n  \"isDiscoverInfotype\": false,\n  \"fromDiscoveredDocumentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_new_asset",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/asset",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "asset"
          ]
        },
        "description": "Creates a new asset in the Borneo integration platform. This endpoint allows users to add various types of assets to their inventory, ranging from hardware and software applications to office furnitur",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"tomIds\": \"\",\n  \"createdAt\": 0,\n  \"locationId\": \"\",\n  \"locationType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_new_infotype_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/infotype/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "infotype",
            "category"
          ]
        },
        "description": "Creates a new infotype category in the Borneo integration platform, allowing users to organize and group related sensitive data types. This endpoint is used to establish a structured hierarchy for man",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"infotypes\": \"\",\n  \"description\": \"\",\n  \"categoryLabel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_processing_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/processing/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "processing",
            "activity"
          ]
        },
        "description": "Creates a new processing activity in the Borneo integration platform. This endpoint allows users to define and configure detailed attributes of a data processing activity, including its purpose, legal",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"owner\": \"\",\n  \"active\": false,\n  \"assets\": \"\",\n  \"modelId\": \"\",\n  \"purpose\": \"\",\n  \"language\": \"\",\n  \"createdAt\": 0,\n  \"dataTypes\": \"\",\n  \"infotypes\": \"\",\n  \"updatedAt\": 0,\n  \"recipients\": \"\",\n  \"companyRole\": \"\",\n  \"dataSources\": \"\",\n  \"departments\": \"\",\n  \"lawfulBasis\": \"\",\n  \"dataSubjects\": \"\",\n  \"isDataStored\": false,\n  \"translations\": {},\n  \"contactPerson\": \"\",\n  \"additionalInfo\": \"\",\n  \"infotypeVolume\": \"\",\n  \"managementMethods\": \"\",\n  \"infotypeCategories\": \"\",\n  \"showOnRopaDocument\": false,\n  \"additionalInfoFiles\": \"\",\n  \"processingFrequency\": \"\",\n  \"dataFlowRelationships\": \"\",\n  \"retentionPeriod__unit\": \"\",\n  \"retentionPeriodComment\": \"\",\n  \"retentionPeriod__value\": 0,\n  \"areAccessRequestsManaged\": false,\n  \"processingFrequencyComment\": \"\",\n  \"processingActivitiesAsDataSources\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_processing_activity_threshold",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/processing/activity/threshold",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "processing",
            "activity",
            "threshold"
          ]
        },
        "description": "Creates a new threshold for a specific data processing activity in the context of LOPDP (Law on Personal Data Protection) compliance. This endpoint is used to define and assess various risk factors as",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"comment\": \"\",\n  \"additionalComment\": false,\n  \"processingActivityId\": \"\",\n  \"largeScaleObservation\": false,\n  \"sensitiveOrSpecialData\": false,\n  \"rightsRiskProcessingData\": false,\n  \"freedomRiskProcessingData\": false,\n  \"innovativeTechnologiesUsed\": false,\n  \"processingPersonalDataRisk\": false,\n  \"specialCategoryDataProcessed\": false,\n  \"systematicPersonalAssessment\": false,\n  \"processingVulnerableDataSubject\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_recipient_with_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/recipient/with/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "recipient",
            "with",
            "details"
          ]
        },
        "description": "Creates a new recipient in the Borneo integration platform. This endpoint is used to register and manage detailed information about entities that receive or process data within the system. It captures",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dpa\": \"\",\n  \"name\": \"\",\n  \"role\": \"\",\n  \"state\": \"\",\n  \"status\": \"\",\n  \"country\": \"\",\n  \"dpaFiles\": \"\",\n  \"createdAt\": 0,\n  \"dpaStatus\": \"\",\n  \"updatedAt\": 0,\n  \"categories\": \"\",\n  \"businessName\": \"\",\n  \"recipientState\": \"\",\n  \"subProcessorIds\": \"\",\n  \"recipientModelId\": \"\",\n  \"dataStorageLocation\": \"\",\n  \"recipientWarranties\": \"\",\n  \"fromDiscoveredRecipientId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_create_threshold_for_processing_activity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/threshold/for/processing/activity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "threshold",
            "for",
            "processing",
            "activity"
          ]
        },
        "description": "Creates a new threshold for a specific data processing activity in the Borneo integration platform. This endpoint is used to define and set various characteristics and risk factors associated with a d",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"comment\": \"\",\n  \"blacklist\": false,\n  \"createdAt\": 0,\n  \"updatedAt\": 0,\n  \"translations\": {},\n  \"processingActivityId\": \"\",\n  \"classifyingDataSubject\": false,\n  \"automatedDecisionMaking\": false,\n  \"largeScaleDataProcessing\": false,\n  \"innovativeTechnologiesUsed\": false,\n  \"matchingMergingRecordsInvolved\": false,\n  \"processingVulnerableDataSubject\": false,\n  \"systematicMonitoringDataSubject\": false,\n  \"largeScaleProcessingSensitiveData\": false,\n  \"monitoringPubliclyAccessibleAreas\": false,\n  \"processingConfidentialSensitiveData\": false,\n  \"preventDataSubjectsExercisingTheirRights\": false,\n  \"extensiveAutomatedEvaluationCharacteristics\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_asset_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/asset/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "asset",
            "by",
            "id"
          ]
        },
        "description": "The DeleteAsset endpoint removes a specific asset from the Borneo integration platform. This operation is used when an asset needs to be permanently deleted from the system, such as when it's no longe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"assetId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_category_by_label",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/category/by/label",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "category",
            "by",
            "label"
          ]
        },
        "description": "Deletes a specific category from the Borneo integration platform using its unique label. This endpoint should be used when you need to remove an entire category and all its associated data from the sy",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"categoryLabel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_dashboard_report_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/dashboard/report/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "dashboard",
            "report",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific dashboard report from the Borneo integration platform. This endpoint should be used when you need to permanently remove a dashboard report that is no longer needed or relevant. It's",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dashboardReportId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_data_breach_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/data/breach/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "data",
            "breach",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific data breach evaluation record from the Borneo system. This endpoint should be used when an organization needs to remove an evaluation record, typically in cases where the record is ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dataBreachId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_department_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/department/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "department",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific department from the Borneo platform using its unique identifier. This endpoint should be used when you need to remove a department that is no longer relevant or has been decommissio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"departmentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_domain_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/domain/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "domain",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific domain from the Borneo integration platform. This endpoint permanently removes all data and configurations associated with the specified domain. Use this operation with caution, as ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domainId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_dpia_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/dpia/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "dpia",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific Data Protection Impact Assessment (DPIA) from the Borneo system. This endpoint should be used when a DPIA is no longer needed or relevant, such as when a project has been completed ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dpiaId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_employee_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/employee/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "employee",
            "by",
            "id"
          ]
        },
        "description": "Deletes an employee record from the Borneo system using the specified employee ID. This endpoint should be used when an employee leaves the organization or when their record needs to be permanently re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"employeeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_headquarters_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/headquarters/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "headquarters",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific headquarters record from the Borneo system. This endpoint should be used when you need to permanently remove a headquarters entry from your organization's data. It's particularly us",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"headquarterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_legal_document_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/legal/document/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "legal",
            "document",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific legal document from the Borneo platform using its unique identifier. This endpoint should be used when a document needs to be permanently removed from the system, such as when it's ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"documentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_lopdp_threshold_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/lopdp/threshold/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "lopdp",
            "threshold",
            "by",
            "id"
          ]
        },
        "description": "This endpoint deletes a specific LopdP (Local Public Data Protection) threshold from the Borneo integration platform. It is used to remove outdated, incorrect, or no longer applicable thresholds relat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lopdpThresholdId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_processing_activity_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/processing/activity/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "processing",
            "activity",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific processing activity from the Borneo integration platform. This endpoint should be used when you need to permanently remove a data processing activity that is no longer required or v",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"processingActivityId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_recipient_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/recipient/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "recipient",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific recipient from the Borneo integration platform. This endpoint should be used when you need to permanently remove a recipient's information from the system, such as when a contact is",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"recipientId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_tag_from_resource",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/tag/from/resource",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "tag",
            "from",
            "resource"
          ]
        },
        "description": "The DeleteTags endpoint removes specified tags from resources in the Borneo integration platform. It allows users to delete tags based on their key, and optionally, their value, from a set of resource",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tagKey\": \"\",\n  \"tagValue\": \"\",\n  \"tagResources\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_delete_threshold_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/threshold/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "threshold",
            "by",
            "id"
          ]
        },
        "description": "Deletes a specific threshold from the Borneo integration platform. This endpoint should be used when you need to remove a threshold that is no longer required for monitoring or alerting purposes withi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"thresholdId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_disable_dashboard_user_by_username",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/disable/dashboard/user/by/username",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "disable",
            "dashboard",
            "user",
            "by",
            "username"
          ]
        },
        "description": "Disables a specified user account in the Borneo dashboard, preventing further access to the system. This endpoint should be used when an administrator needs to revoke a user's access to the Borneo int",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_download_dashboard_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/download/dashboard/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "download",
            "dashboard",
            "report"
          ]
        },
        "description": "The DownloadDashboardReport endpoint allows users to download specific types of dashboard reports from the Borneo integration platform. This POST endpoint is designed to generate and retrieve comprehe",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"reportType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_download_dashboard_report_edition",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/download/dashboard/report/edition",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "download",
            "dashboard",
            "report",
            "edition"
          ]
        },
        "description": "Downloads a specific dashboard report edition from the Borneo integration platform. This endpoint allows users to retrieve a particular version or iteration of a dashboard report by providing its uniq",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"reportEditionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_enable_dashboard_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enable/dashboard/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enable",
            "dashboard",
            "user"
          ]
        },
        "description": "Enables dashboard access for a specified user in the Borneo integration platform. This endpoint is used to grant or restore a user's ability to view and interact with dashboards within the system. It ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_evaluate_data_breach_impact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/evaluate/data/breach/impact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "evaluate",
            "data",
            "breach",
            "impact"
          ]
        },
        "description": "This endpoint allows users to evaluate and document details of a data breach incident. It is used to capture comprehensive information about a breach, including notifications made, affected parties, a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"role\": \"\",\n  \"evaluation\": \"\",\n  \"saveAsDraft\": false,\n  \"dataBreachId\": \"\",\n  \"reportLanguage\": \"\",\n  \"companiesAffected\": \"\",\n  \"processorNotified\": false,\n  \"dataBreachLocation\": \"\",\n  \"processorsInvolved\": \"\",\n  \"authoritiesNotified\": false,\n  \"dataBreachController\": \"\",\n  \"dataSubjectsNotified\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_export_filtered_leaf_resources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/filtered/leaf/resources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "filtered",
            "leaf",
            "resources"
          ]
        },
        "description": "The listLeafResources endpoint exports a comprehensive list of leaf resources in the Borneo integration platform, allowing for extensive filtering, sorting, and detailed information retrieval. It's de",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"detailed\": false,\n  \"sourceType\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__region\": \"\",\n  \"filter__schema\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__account\": \"\",\n  \"filter__dataset\": \"\",\n  \"filter__driveId\": \"\",\n  \"filter__noOwner\": false,\n  \"filter__scanned\": false,\n  \"filter__database\": \"\",\n  \"filter__hasOwner\": false,\n  \"filter__instance\": \"\",\n  \"filter__parentId\": \"\",\n  \"filter__driveType\": \"\",\n  \"filter__firstSeen\": {},\n  \"filter__orgUnitId\": \"\",\n  \"filter__spaceType\": \"\",\n  \"filter__categories\": \"\",\n  \"filter__resourceId\": \"\",\n  \"filter__spaceStatus\": \"\",\n  \"filter__resourceTags\": \"\",\n  \"filter__resourceType\": \"\",\n  \"filter__severityScore\": \"\",\n  \"filter__classification\": \"\",\n  \"filter__infoTypes__ops\": \"\",\n  \"filter__infoTypes__infoTypes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_export_insight_page_using_scan_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/insight/page/using/scan/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "insight",
            "page",
            "using",
            "scan",
            "id"
          ]
        },
        "description": "The ExportPageInsight endpoint allows users to export filtered inspection results from a specific scan in the Borneo integration platform. This tool is particularly useful for retrieving and analyzing",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanId\": \"\",\n  \"detailed\": false,\n  \"filter__pageId\": \"\",\n  \"filter__scanId\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__categories\": \"\",\n  \"filter__userEmails\": \"\",\n  \"filter__resourceIds\": \"\",\n  \"filter__resourceType\": \"\",\n  \"filter__fileExtension\": \"\",\n  \"filter__infoTypes__ops\": \"\",\n  \"filter__scanIterationId\": \"\",\n  \"filter__infotypeConfidence\": \"\",\n  \"filter__infoTypes__infoTypes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_export_inventory_resource_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/inventory/resource/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "inventory",
            "resource",
            "list"
          ]
        },
        "description": "Exports a filtered and sorted list of inventory resources from the Borneo integration platform. This endpoint allows for extensive customization of the exported data, including pagination, field selec",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"select\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__hasPii\": false,\n  \"filter__region\": \"\",\n  \"filter__search\": \"\",\n  \"filter__noOwner\": false,\n  \"filter__regions\": \"\",\n  \"filter__hasOwner\": false,\n  \"filter__parentId\": \"\",\n  \"filter__accountId\": \"\",\n  \"filter__dataRisks\": \"\",\n  \"filter__firstSeen\": {},\n  \"filter__resourceIds\": \"\",\n  \"filter__resourceTags\": \"\",\n  \"filter__resourceType\": \"\",\n  \"filter__severityScore\": \"\",\n  \"filter__classification\": \"\",\n  \"include__violationMetrics\": false,\n  \"filter__hideBorneoResources\": false,\n  \"filter__dataSourceCategories\": \"\",\n  \"filter__scannableResourceTypes\": false,\n  \"include__frameworkExceptionsCount\": false,\n  \"include__childResourceStats__scans\": false,\n  \"include__childResourceStats__dataSize\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_export_processing_activities_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/processing/activities/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "processing",
            "activities",
            "list"
          ]
        },
        "description": "This endpoint exports a filtered list of processing activities in specified formats and languages. It allows users to retrieve data about various data processing activities, which can be customized us",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"language\": \"\",\n  \"exportTypes\": \"\",\n  \"filter__owners\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__employees\": \"\",\n  \"filter__infotypes\": \"\",\n  \"filter__recipients\": \"\",\n  \"filter__departments\": \"\",\n  \"filter__dataSubjects\": \"\",\n  \"filter__processingActivityId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_export_recipients_list_with_filter",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/recipients/list/with/filter",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "recipients",
            "list",
            "with",
            "filter"
          ]
        },
        "description": "The ExportRecipientsList endpoint generates and exports a list of recipients based on specified criteria. It allows for flexible data extraction in multiple formats (CSV, PDF, or DOC) with extensive f",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"exportTypes\": \"\",\n  \"filter__role\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__usedIn\": {},\n  \"filter__categories\": \"\",\n  \"filter__departments\": \"\",\n  \"filter__recipientIds\": \"\",\n  \"filter__recipientState\": \"\",\n  \"filter__discoverySource\": \"\",\n  \"filter__subProcessorIds\": \"\",\n  \"filter__automationStatus\": \"\",\n  \"filter__recipientWarranties\": \"\",\n  \"filter__withNoProcessingActivity\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_fetch_dashboard_report_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/dashboard/report/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "dashboard",
            "report",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific dashboard report from the Borneo integration platform. This endpoint allows users to access detailed analytics and reporting data for a particular dashboard, providing insights in",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dashboardReportId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_fetch_data_breach_evaluation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/data/breach/evaluation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "data",
            "breach",
            "evaluation"
          ]
        },
        "description": "Retrieves detailed information about a specific evaluated data breach incident. This endpoint should be used when you need to access comprehensive details about a particular data breach that has been ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dataBreachId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_filter_and_list_inspection_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/filter/and/list/inspection/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "filter",
            "and",
            "list",
            "inspection",
            "results"
          ]
        },
        "description": "The InsightListPost endpoint retrieves a list of inspection results from the Borneo integration platform. It allows users to fetch either scan-level or page-level results based on specified criteria. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__pageId\": \"\",\n  \"filter__scanId\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__categories\": \"\",\n  \"filter__userEmails\": \"\",\n  \"filter__resourceIds\": \"\",\n  \"filter__resourceType\": \"\",\n  \"filter__fileExtension\": \"\",\n  \"filter__infoTypes__ops\": \"\",\n  \"filter__scanIterationId\": \"\",\n  \"filter__infotypeConfidence\": \"\",\n  \"filter__infoTypes__infoTypes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_filter_and_sort_assets_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/filter/and/sort/assets/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "filter",
            "and",
            "sort",
            "assets",
            "list"
          ]
        },
        "description": "The ListAssets endpoint retrieves a customized list of assets from Borneo. It supports flexible filtering and sorting, enabling efficient asset management. Use this endpoint for generating reports, co",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"nextToken\": \"\",\n  \"maxResults\": 0,\n  \"sort__order\": \"\",\n  \"filter__type\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_filter_employee_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/filter/employee/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "filter",
            "employee",
            "list"
          ]
        },
        "description": "The FilterEmployeeList endpoint allows you to retrieve a filtered list of employees based on specified criteria. This POST operation is designed for querying employee data within the Borneo integratio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__department\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_filter_recipients_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/filter/recipients/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "filter",
            "recipients",
            "list"
          ]
        },
        "description": "The FilterRecipientsList endpoint allows users to retrieve a filtered list of recipients based on specified criteria. This POST method endpoint is designed to narrow down a potentially large set of re",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_category_by_label",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/category/by/label",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "category",
            "by",
            "label"
          ]
        },
        "description": "Retrieves detailed information about a specific category within Borneo's data classification system using the category's unique label. This endpoint is used to fetch metadata, attributes, and potentia",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"categoryLabel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_cloud_account_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cloud/account/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cloud",
            "account",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific cloud account within the Borneo integration platform. This endpoint should be used when you need to access or verify the configuration, status, or prope",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cloudAccountId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_dashboard_report_edition_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/dashboard/report/edition/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "dashboard",
            "report",
            "edition",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific edition of a dashboard report from the Borneo integration platform. This endpoint is used to fetch detailed information about a particular version of a report, allowing users to a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"reportEditionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_department_filter_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/department/filter/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "department",
            "filter",
            "list"
          ]
        },
        "description": "The FilterDepartmentList endpoint allows users to retrieve a filtered list of departments from the Borneo integration platform. It accepts various filtering criteria to narrow down the results based o",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_domain_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/domain/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "domain",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific domain within the Borneo integration platform. This endpoint should be used when you need to access the current configuration, status, or other attribut",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domainId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_headquarters_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/headquarters/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "headquarters",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific headquarters registered in the Borneo system. This endpoint allows users to access comprehensive data about an organization's headquarters, which may in",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"headquarterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_insight_by_type_and_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/insight/by/type/and/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "insight",
            "by",
            "type",
            "and",
            "id"
          ]
        },
        "description": "Retrieves a specific insight from the Borneo platform based on its type and unique identifier. This endpoint is crucial for accessing detailed information about data observability, security, privacy, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_resource_inventory_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/resource/inventory/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "resource",
            "inventory",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed inventory information for a specific resource identified by its unique resourceId. This endpoint is designed to provide up-to-date data on the quantity, quality, and status of resou",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"resourceId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_scan_by_scan_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/scan/by/scan/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "scan",
            "by",
            "scan",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific data scan performed by Borneo's data risk remediation platform. This endpoint allows users to fetch the results and metadata of a particular scan, inclu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_threshold_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/threshold/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "threshold",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific threshold setting in the Borneo integration platform. This endpoint allows users to fetch the configuration and current status of a particular threshold",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"thresholdId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_get_user_profile_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/profile/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "profile",
            "by",
            "id"
          ]
        },
        "description": "Retrieves the user profile information for a specific user in the Borneo integration platform. This endpoint should be used when detailed information about a user's profile is needed, such as for disp",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"userId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_dashboard_report_editions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/dashboard/report/editions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "dashboard",
            "report",
            "editions"
          ]
        },
        "description": "Lists the editions of a specific dashboard report in the Borneo integration platform. This endpoint allows users to retrieve a paginated list of dashboard report editions, with options for sorting and",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"dashboardReportId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_dashboard_reports_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/dashboard/reports/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "dashboard",
            "reports",
            "with",
            "filters"
          ]
        },
        "description": "Retrieves a list of dashboard reports from the Borneo integration platform, allowing for filtered, paginated, and sorted results. This endpoint is useful for obtaining an overview of available reports",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"filter__type\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__frequency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_dashboard_users_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/dashboard/users/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "dashboard",
            "users",
            "with",
            "filters"
          ]
        },
        "description": "Lists and filters dashboard users in the Borneo integration platform based on specified criteria. This endpoint allows retrieval of user data filtered by roles, tenant, organization, and departments. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter__roles\": \"\",\n  \"filter__tenantId\": \"\",\n  \"filter__departments\": \"\",\n  \"filter__organisationId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_data_breach_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/data/breach/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "data",
            "breach",
            "filters"
          ]
        },
        "description": "Retrieves a list of available filter options for data breaches in the Borneo platform. This endpoint allows users to obtain specific filter criteria based on either the owner of the data breach or its",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filterType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_data_breaches_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/data/breaches/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "data",
            "breaches",
            "with",
            "filters"
          ]
        },
        "description": "The ListDataBreaches endpoint retrieves a list of data breaches based on specified filter conditions, allowing for detailed searching and sorting of breach information. It supports pagination for hand",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__owner\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__authoritiesNotified\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_departments_with_sort_and_pagination",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/departments/with/sort/and/pagination",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "departments",
            "with",
            "sort",
            "and",
            "pagination"
          ]
        },
        "description": "The ListDepartments endpoint retrieves a list of departments within the Borneo integration platform. It offers flexible querying with filtering, pagination, and sorting options. Use this endpoint to e",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_discovered_document",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/discovered/document",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "discovered",
            "document"
          ]
        },
        "description": "Retrieves a list of discovered documents in the Borneo integration platform, allowing for flexible querying, filtering, and sorting of results. This endpoint is used to fetch information about documen",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_discovered_infotypes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/discovered/infotypes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "discovered",
            "infotypes"
          ]
        },
        "description": "The ListDiscoveredInfoTypes endpoint retrieves discovered info types from Borneo, supporting flexible querying, filtering, sorting, and pagination. It's used for exploring sensitive information identi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_discovered_recipients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/discovered/recipients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "discovered",
            "recipients"
          ]
        },
        "description": "Lists and retrieves discovered recipients in the Borneo integration platform. This endpoint allows for paginated, sorted, and filtered access to the discovered recipients data. It's designed for effic",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__discoverySource\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_domains_with_pagination_and_sorting",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/domains/with/pagination/and/sorting",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "domains",
            "with",
            "pagination",
            "and",
            "sorting"
          ]
        },
        "description": "Retrieves a list of domains in the Borneo integration platform with support for pagination and custom sorting. This endpoint allows users to fetch domain information in manageable chunks and order the",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_employees_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/employees/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "employees",
            "with",
            "filters"
          ]
        },
        "description": "Retrieves a list of employees based on specified filtering and sorting criteria. This endpoint allows for flexible querying of employee data, supporting both simple and complex search scenarios. It ca",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__department\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_error_details_from_filtered_scan_iterations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/error/details/from/filtered/scan/iterations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "error",
            "details",
            "from",
            "filtered",
            "scan",
            "iterations"
          ]
        },
        "description": "The ErrorList endpoint retrieves errors related to scan iterations in Borneo. It offers flexible filtering, sorting, and pagination for efficient error analysis. Use for debugging, monitoring, or repo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"select\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__scanId\": \"\",\n  \"filter__accountId\": \"\",\n  \"filter__resourceId\": \"\",\n  \"filter__scanExecutionId\": \"\",\n  \"filter__scanIterationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_events_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/events/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "events",
            "with",
            "filters"
          ]
        },
        "description": "Lists and retrieves events based on specified criteria, with options for filtering, sorting, and pagination. This endpoint is designed for querying event data in the Borneo integration platform, allow",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"select\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__scanId\": \"\",\n  \"filter__search\": \"\",\n  \"filter__userId\": \"\",\n  \"filter__eventId\": \"\",\n  \"filter__issueId\": \"\",\n  \"filter__issueType\": \"\",\n  \"filter__resourceId\": \"\",\n  \"filter__newInfotypeFound\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_filter_options_for_recipients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/filter/options/for/recipients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "filter",
            "options",
            "for",
            "recipients"
          ]
        },
        "description": "Lists the available filters for recipients in the Borneo integration platform based on the specified filter type. This endpoint allows users to retrieve either category-based or role-based filters, wh",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filterType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_filtered_sorted_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/filtered/sorted/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "filtered",
            "sorted",
            "categories"
          ]
        },
        "description": "The ListCategories endpoint allows users to retrieve a list of categories from the Borneo integration platform. It provides flexible options for filtering and sorting the results, enabling efficient c",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__categories\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_headquarters_with_sorting",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/headquarters/with/sorting",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "headquarters",
            "with",
            "sorting"
          ]
        },
        "description": "The headquarters_list endpoint retrieves a paginated list of headquarters records from Borneo. It supports efficient querying of large datasets through pagination and custom sorting. This endpoint is ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_insight_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/insight/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "insight",
            "filters"
          ]
        },
        "description": "The list-filters endpoint retrieves a list of available filters for data insights, specifically focused on file extension filters. This tool is used to obtain filtering options for managing and analyz",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanId\": \"\",\n  \"filterType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_inventory_resources_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/inventory/resources/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "inventory",
            "resources",
            "with",
            "filters"
          ]
        },
        "description": "Retrieves a comprehensive list of resources from Borneo's inventory. Supports detailed filtering, sorting, and pagination for efficient resource management and analysis across multiple cloud providers",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"select\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__hasPii\": false,\n  \"filter__region\": \"\",\n  \"filter__search\": \"\",\n  \"filter__noOwner\": false,\n  \"filter__regions\": \"\",\n  \"filter__hasOwner\": false,\n  \"filter__parentId\": \"\",\n  \"filter__accountId\": \"\",\n  \"filter__dataRisks\": \"\",\n  \"filter__firstSeen\": {},\n  \"filter__resourceIds\": \"\",\n  \"filter__resourceTags\": \"\",\n  \"filter__resourceType\": \"\",\n  \"filter__severityScore\": \"\",\n  \"filter__classification\": \"\",\n  \"include__violationMetrics\": false,\n  \"filter__hideBorneoResources\": false,\n  \"filter__dataSourceCategories\": \"\",\n  \"filter__scannableResourceTypes\": false,\n  \"include__frameworkExceptionsCount\": false,\n  \"include__childResourceStats__scans\": false,\n  \"include__childResourceStats__dataSize\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_issues_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/issues/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "issues",
            "with",
            "filters"
          ]
        },
        "description": "The ListIssues endpoint allows users to retrieve a filtered and sorted list of issues from the Borneo integration platform. It provides extensive filtering capabilities to narrow down results based on",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"select\": \"\",\n  \"include\": {},\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__states\": \"\",\n  \"filter__resources\": \"\",\n  \"filter__severities\": \"\",\n  \"filter__resourceTypes\": \"\",\n  \"filter__failedControls\": \"\",\n  \"filter__cloudAccountIds\": \"\",\n  \"filter__cloudAccountTypes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_leaf_resources_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/leaf/resources/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "leaf",
            "resources",
            "with",
            "filters"
          ]
        },
        "description": "The listLeafResources endpoint retrieves and filters leaf resources from Borneo's catalog. It supports detailed searching across various criteria, enabling efficient resource management and discovery.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sourceType\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__region\": \"\",\n  \"filter__schema\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__account\": \"\",\n  \"filter__dataset\": \"\",\n  \"filter__driveId\": \"\",\n  \"filter__noOwner\": false,\n  \"filter__scanned\": false,\n  \"filter__database\": \"\",\n  \"filter__hasOwner\": false,\n  \"filter__instance\": \"\",\n  \"filter__parentId\": \"\",\n  \"filter__driveType\": \"\",\n  \"filter__firstSeen\": {},\n  \"filter__orgUnitId\": \"\",\n  \"filter__spaceType\": \"\",\n  \"filter__categories\": \"\",\n  \"filter__resourceId\": \"\",\n  \"filter__spaceStatus\": \"\",\n  \"filter__resourceTags\": \"\",\n  \"filter__resourceType\": \"\",\n  \"filter__severityScore\": \"\",\n  \"filter__classification\": \"\",\n  \"filter__infoTypes__ops\": \"\",\n  \"include__violationSummary\": false,\n  \"filter__infoTypes__infoTypes\": \"\",\n  \"include__frameworkExceptionsCount\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_legal_documents_with_pagination",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/legal/documents/with/pagination",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "legal",
            "documents",
            "with",
            "pagination"
          ]
        },
        "description": "Retrieves a paginated and sortable list of legal documents based on specified filter criteria. This endpoint allows for efficient searching, filtering, and organizing of legal documents within the Bor",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_or_filter_recipients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/or/filter/recipients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "or",
            "filter",
            "recipients"
          ]
        },
        "description": "The ListRecipients endpoint retrieves a paginated and filtered list of recipients from the Borneo application. It allows for extensive customization of the query through sorting and filtering options,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"filter__role\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__usedIn\": {},\n  \"filter__categories\": \"\",\n  \"filter__departments\": \"\",\n  \"filter__recipientIds\": \"\",\n  \"filter__recipientState\": \"\",\n  \"filter__discoverySource\": \"\",\n  \"filter__subProcessorIds\": \"\",\n  \"filter__automationStatus\": \"\",\n  \"filter__recipientWarranties\": \"\",\n  \"filter__withNoProcessingActivity\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_processing_activities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/processing/activities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "processing",
            "activities"
          ]
        },
        "description": "ListProcessingActivities retrieves a list of processing activities with extensive filtering, sorting, and pagination. It's ideal for auditing, reporting, or managing data processing activities. The en",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__assets\": \"\",\n  \"filter__owners\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__dataTypes\": \"\",\n  \"filter__employees\": \"\",\n  \"filter__infotypes\": \"\",\n  \"filter__languages\": \"\",\n  \"filter__recipients\": \"\",\n  \"filter__dataSources\": \"\",\n  \"filter__departments\": \"\",\n  \"filter__companyRoles\": \"\",\n  \"filter__dataSubjects\": \"\",\n  \"filter__paAsDataSource\": \"\",\n  \"filter__infotypeCategories\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_processing_activities_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/processing/activities/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "processing",
            "activities",
            "filters"
          ]
        },
        "description": "This endpoint retrieves a list of available filters for processing activities in the PoPS (Processing of Personal Data) Dashboard. It allows users to obtain filter options based on various categories ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filterType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_scan_execution_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/scan/execution/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "scan",
            "execution",
            "results"
          ]
        },
        "description": "The ListScanExecutions endpoint retrieves and filters inspection results from scan executions in the Borneo integration platform. It allows users to query scan results with highly granular control, su",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__scanId\": \"\",\n  \"filter__search\": \"\",\n  \"filter__statuses\": \"\",\n  \"filter__resourceIds\": \"\",\n  \"filter__infoTypes__ops\": \"\",\n  \"filter__scanIterationId\": \"\",\n  \"filter__infotypeConfidence\": \"\",\n  \"filter__infoTypes__infoTypes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_scan_iterations_with_filter",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/scan/iterations/with/filter",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "scan",
            "iterations",
            "with",
            "filter"
          ]
        },
        "description": "The ListScanIterations endpoint allows users to retrieve a paginated list of scan iterations with customizable filtering, sorting, and field selection options. This POST request is ideal for querying ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"select\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__scanId\": \"\",\n  \"filter__resourceId\": \"\",\n  \"filter__scanIterationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_scans_with_filters",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/scans/with/filters",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "scans",
            "with",
            "filters"
          ]
        },
        "description": "The list_scans endpoint retrieves a filtered and sorted list of scans from the Borneo integration platform. It allows users to query scan data with extensive filtering options, including search terms,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"select\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__scanType\": \"\",\n  \"getNextExecution\": false,\n  \"filter__accountId\": \"\",\n  \"filter__resources\": \"\",\n  \"filter__connectorId\": \"\",\n  \"filter__dataPlaneId\": \"\",\n  \"filter__gcpProjectId\": \"\",\n  \"filter__resourceType\": \"\",\n  \"filter__dataPlaneName\": \"\",\n  \"filter__infoTypes__ops\": \"\",\n  \"filter__infoTypes__infoTypes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_toms_with_filter_and_pagination_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/toms/with/filter/and/pagination/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "toms",
            "with",
            "filter",
            "and",
            "pagination",
            "options"
          ]
        },
        "description": "The ListToms endpoint retrieves a filtered, sorted, and paginated list of toms from the Borneo integration platform. It allows for complex querying of tom objects based on various criteria such as tex",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"filter__list\": \"\",\n  \"filter__type\": \"\",\n  \"sort__column\": \"\",\n  \"filter__tomId\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__category\": \"\",\n  \"filter__objectCategory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_list_user_profile_with_filters_and_sorting",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/user/profile/with/filters/and/sorting",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "user",
            "profile",
            "with",
            "filters",
            "and",
            "sorting"
          ]
        },
        "description": "The ListUserProfiles endpoint retrieves a paginated and filterable list of user profiles from Borneo. It supports custom querying with search, field selection, sorting, and pagination. Ideal for user ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"select\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_mark_scan_false_positives_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mark/scan/false/positives/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mark",
            "scan",
            "false",
            "positives",
            "by",
            "id"
          ]
        },
        "description": "Marks specified reports as false positives within a given scan in the Borneo platform. This endpoint is used to refine scan results by identifying and flagging reports that are determined to be false ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanId\": \"\",\n  \"reports\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_pause_scan_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pause/scan/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pause",
            "scan",
            "by",
            "id"
          ]
        },
        "description": "The PauseScan endpoint allows users to temporarily halt an ongoing scan process in the Borneo integration platform. This tool is used to pause the scanning and analysis of sensitive data within connec",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_poll_domain_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/poll/domain/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "poll",
            "domain",
            "by",
            "id"
          ]
        },
        "description": "This endpoint allows you to initiate a poll operation or submit data for a specific domain within the Borneo integration platform. It is used when you need to gather information, trigger a data collec",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domainId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_accounts_with_filter_and_sort_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/accounts/with/filter/and/sort/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "accounts",
            "with",
            "filter",
            "and",
            "sort",
            "options"
          ]
        },
        "description": "The ListAccounts endpoint retrieves a filtered and sorted list of accounts from the Borneo platform. It supports complex querying based on various criteria, offers pagination for large datasets, and a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"filter__type\": \"\",\n  \"sort__column\": \"\",\n  \"filter__search\": \"\",\n  \"filter__status\": \"\",\n  \"filter__accountId\": \"\",\n  \"filter__activeStates\": false,\n  \"filter__cloudAccountId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_classification_stats",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/classification/stats",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "classification",
            "stats"
          ]
        },
        "description": "Retrieves statistical information about resource classifications based on the specified filter criteria. This endpoint allows you to query classification data for resources in the Borneo integration p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter__classification\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_connector_with_filtering_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/connector/with/filtering/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "connector",
            "with",
            "filtering",
            "options"
          ]
        },
        "description": "Retrieves a filtered and sorted list of connectors from the Borneo integration platform. This endpoint allows you to search, filter, and paginate through available connectors based on various criteria",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\",\n  \"filter__names\": \"\",\n  \"filter__search\": \"\",\n  \"filter__states\": \"\",\n  \"filter__resourceIds\": \"\",\n  \"filter__activeStates\": false,\n  \"filter__connectorIds\": \"\",\n  \"filter__dataPlaneIds\": \"\",\n  \"filter__resourceTypes\": \"\",\n  \"filter__connectorTypes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_current_dashboard_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/current/dashboard/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "current",
            "dashboard",
            "user"
          ]
        },
        "description": "Retrieves or updates information about the currently authenticated user in the Borneo dashboard. This endpoint is designed to provide or modify user-specific data within the context of the Borneo inte",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_dashboard_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/dashboard/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "dashboard",
            "report"
          ]
        },
        "description": "Creates or schedules a dashboard report in the Borneo integration platform for privacy operations and data discovery. This endpoint allows users to generate various types of reports, including Privacy",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"roles\": \"\",\n  \"status\": \"\",\n  \"createdBy\": \"\",\n  \"frequency\": \"\",\n  \"reportTypes\": \"\",\n  \"externalEmail\": \"\",\n  \"recipientsEmail\": \"\",\n  \"triggerImmediately\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_data_breach_information",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/data/breach/information",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "data",
            "breach",
            "information"
          ]
        },
        "description": "Creates a new data breach report in the Borneo platform. This endpoint allows users to submit comprehensive information about a data breach incident, including details about the occurrence, discovery,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"language\": \"\",\n  \"createdAt\": 0,\n  \"createdBy\": \"\",\n  \"kindOfData\": \"\",\n  \"occurredAt\": 0,\n  \"description\": \"\",\n  \"saveAsDraft\": false,\n  \"consequences\": \"\",\n  \"discoveredAt\": 0,\n  \"howDiscovered\": \"\",\n  \"peopleInformed\": \"\",\n  \"wasIntentional\": \"\",\n  \"shortDescription\": \"\",\n  \"measuresToPrevent\": \"\",\n  \"affectedPeopleFrom\": \"\",\n  \"authoritiesInformed\": \"\",\n  \"numberAffectedPeople\": 0,\n  \"additionalInformation\": \"\",\n  \"profilePeopleAffected\": \"\",\n  \"compromisedSensitiveData\": \"\",\n  \"problemOfSecurityMeasures\": \"\",\n  \"securityMeasuresOrProtocols\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_discovered_recipient_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/discovered/recipient/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "discovered",
            "recipient",
            "by",
            "id"
          ]
        },
        "description": "Updates or processes information for a specific discovered recipient user in the Borneo integration platform. This endpoint allows you to interact with user data that has been automatically discovered",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"discoveredRecipientId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_filtered_access_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/filtered/access/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "filtered",
            "access",
            "logs"
          ]
        },
        "description": "The ListAccessLogs endpoint retrieves and filters access logs from the Borneo integration platform. It allows users to search, filter, and paginate through logs based on various criteria such as user ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"filter__end\": \"\",\n  \"filter__email\": \"\",\n  \"filter__start\": \"\",\n  \"filter__search\": \"\",\n  \"filter__requestId\": \"\",\n  \"filter__operationName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_log_audit_records_with_filter_criteria",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/log/audit/records/with/filter/criteria",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "log",
            "audit",
            "records",
            "with",
            "filter",
            "criteria"
          ]
        },
        "description": "The RetrieveAuditLogs endpoint fetches filtered audit logs from Borneo. It offers extensive filtering options for precise log retrieval across various cloud platforms and system components. Use it for",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"filter__end\": \"\",\n  \"filter__start\": \"\",\n  \"filter__scanId\": \"\",\n  \"filter__search\": \"\",\n  \"filter__category\": \"\",\n  \"filter__accountId\": \"\",\n  \"filter__connectorId\": \"\",\n  \"filter__dataPlaneId\": \"\",\n  \"filter__gcpProjectId\": \"\",\n  \"filter__gcpConnectionId\": \"\",\n  \"filter__azureConnectionId\": \"\",\n  \"filter__azureSubscriptionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_resource_lineage_filter",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/resource/lineage/filter",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "resource",
            "lineage",
            "filter"
          ]
        },
        "description": "Retrieves the lineage information for a specified resource within the Borneo integration platform. This endpoint allows users to trace the data flow both upstream and downstream from a given resource,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"filter__resourceId\": \"\",\n  \"filter__upstreamDepth\": 0,\n  \"filter__downstreamDepth\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_resource_stats_with_deleted_resources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/resource/stats/with/deleted/resources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "resource",
            "stats",
            "with",
            "deleted",
            "resources"
          ]
        },
        "description": "Retrieves statistics about resources within the Borneo integration platform. This endpoint provides valuable insights into the current state and usage of resources in your Borneo environment. It can b",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"includeDeletedResources\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_scan_resource_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/scan/resource/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "scan",
            "resource",
            "status"
          ]
        },
        "description": "Retrieves and filters the resource status for a specific scan iteration in the Borneo integration platform. This endpoint allows users to fetch detailed information about the status of resources assoc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanId\": \"\",\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"filter__name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_post_support_chat_query",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/post/support/chat/query",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "post",
            "support",
            "chat",
            "query"
          ]
        },
        "description": "The POST /support/chat endpoint handles chat support interactions in Borneo. It processes user queries for real-time assistance with platform issues or inquiries. Use this endpoint to start or continu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"sessionId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_put_tom_status_and_note",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/put/tom/status/and/note",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "put",
            "tom",
            "status",
            "and",
            "note"
          ]
        },
        "description": "Updates a specific Technical Operating Model (TOM) in the Borneo integration platform. This endpoint allows users to modify the implementation status of a TOM, add explanatory notes, and attach releva",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"note\": \"\",\n  \"tomId\": \"\",\n  \"status\": \"\",\n  \"documentFiles\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_remove_dashboard_user_by_username",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/dashboard/user/by/username",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "dashboard",
            "user",
            "by",
            "username"
          ]
        },
        "description": "Removes a specified user from the dashboard in the Borneo integration platform. This endpoint should be used when you need to revoke a user's access to the dashboard, typically during offboarding proc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_reset_dashboard_user_password",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reset/dashboard/user/password",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reset",
            "dashboard",
            "user",
            "password"
          ]
        },
        "description": "Initiates a password reset process for a specified dashboard user in the Borneo platform. This endpoint should be used when a user has forgotten their password or needs to change it for security reaso",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_resume_scan_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resume/scan/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resume",
            "scan",
            "by",
            "id"
          ]
        },
        "description": "The ResumeDataScan endpoint allows users to resume a previously paused or interrupted data scan operation within the Borneo integration platform. This PUT request is used to continue the scanning proc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_account_details_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/account/details/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "account",
            "details",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information for a specific account within the Borneo integration platform. This endpoint should be used when you need to access comprehensive account data, including settings, permi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"accountId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_asset_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/asset/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "asset",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific asset within the Borneo integration platform. This endpoint allows users to fetch comprehensive data about a single asset, including its properties, met",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"assetId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_connector_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/connector/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "connector",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific connector in the Borneo integration platform. This endpoint allows you to fetch the configuration, status, and other relevant details of a connector usi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"connectorId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_data_breach_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/data/breach/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "data",
            "breach",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific data breach incident using its unique identifier. This endpoint is crucial for investigating and managing data breaches within the Borneo platform. It p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dataBreachId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_data_resource_statistics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/data/resource/statistics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "data",
            "resource",
            "statistics"
          ]
        },
        "description": "Retrieves comprehensive statistical information about data resources across the Borneo integration platform. This endpoint provides valuable insights into the overall data landscape, including metrics",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sourceType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_department_information",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/department/information",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "department",
            "information"
          ]
        },
        "description": "Retrieves detailed information about a specific department within the Borneo integration platform. This endpoint is part of the DepartmentsAPI and is used to fetch comprehensive data about a single de",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"departmentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_discovered_document_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/discovered/document/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "discovered",
            "document",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific discovered document within the Borneo system. This endpoint allows users to access metadata, content, or processing status of a document that has been i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"discoveredDocumentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_discovered_infotype_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/discovered/infotype/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "discovered",
            "infotype",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific discovered infotype from the Borneo platform. This endpoint is used to access the characteristics, classification, and metadata of a particular data typ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"discoveredInfotypeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_discovered_recipient_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/discovered/recipient/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "discovered",
            "recipient",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific discovered recipient using their unique identifier. This endpoint is part of the recipient management and discovery process within the Borneo integratio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"discoveredRecipientId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_dpia_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/dpia/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "dpia",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific Data Protection Impact Assessment (DPIA) using its unique identifier. This endpoint is used to access detailed information about a particular DPIA, which is crucial for understand",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dpiaId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_employee_details_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/employee/details/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "employee",
            "details",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information for a specific employee within the Borneo integration platform. This endpoint should be used when you need to access comprehensive data about an individual employee, suc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"employeeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_error_details_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/error/details/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "error",
            "details",
            "by",
            "id"
          ]
        },
        "description": "The GetErrorDetails endpoint retrieves detailed information about a specific error in the Borneo integration platform using its unique identifier. This tool is designed to provide comprehensive error ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"errorId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_issue_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/issue/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "issue",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific issue in the Borneo system. This endpoint should be used when you need to fetch comprehensive data about a particular issue, such as its current status,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"issueId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_legal_document_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/legal/document/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "legal",
            "document",
            "by",
            "id"
          ]
        },
        "description": "Retrieves a specific legal document from the Borneo system using its unique identifier. This endpoint is designed to access individual legal documents related to Borneo, such as the Native Courts Ordi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"documentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_lopdp_threshold_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/lopdp/threshold/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "lopdp",
            "threshold",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific LOPDP (Logical Object Data Point) threshold configuration within the Borneo integration platform. This endpoint is used to access the settings and param",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lopdpThresholdId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_processing_activity_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/processing/activity/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "processing",
            "activity",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific processing activity within the Borneo platform. This endpoint allows users to access comprehensive data related to a particular data processing task or ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"processingActivityId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_recipient_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/recipient/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "recipient",
            "details"
          ]
        },
        "description": "Retrieves detailed information about a specific recipient identified by their unique recipientId within the Borneo integration platform. This endpoint is used to fetch comprehensive data about a recip",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"recipientId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_recipient_processing_activities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/recipient/processing/activities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "recipient",
            "processing",
            "activities"
          ]
        },
        "description": "Retrieves a paginated list of processing activities associated with a specific recipient in the Borneo integration platform. This endpoint allows you to fetch and navigate through large sets of proces",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageSize\": 0,\n  \"nextToken\": \"\",\n  \"recipientId\": \"\",\n  \"sort__order\": \"\",\n  \"sort__column\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_resource_catalog_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/resource/catalog/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "resource",
            "catalog",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific resource from the Borneo catalog using its unique identifier. This endpoint is used to access comprehensive data about a particular resource, which coul",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"resourceId\": \"\",\n  \"includeParentDetails\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_resource_columns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/resource/columns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "resource",
            "columns"
          ]
        },
        "description": "Retrieves column information for resources in the Borneo integration platform. This endpoint allows users to fetch metadata about the structure of resources, including column names, data types, and po",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dataspace\": \"\",\n  \"searchKey\": \"\",\n  \"resourceId\": \"\",\n  \"sourceType\": \"\",\n  \"parentResourceId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_retrieve_tom_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/tom/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "tom",
            "by",
            "id"
          ]
        },
        "description": "Retrieves detailed information about a specific Tom resource using its unique identifier. This endpoint is crucial for accessing individual Tom data within the Borneo integration platform. It should b",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tomId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_scan_legal_document_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scan/legal/document/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scan",
            "legal",
            "document",
            "by",
            "id"
          ]
        },
        "description": "Initiates a scanning process for a specified legal document within the Borneo integration platform. This endpoint is used to digitize and process a legal document, making it available for further anal",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"documentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_stop_scan_via_scan_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stop/scan/via/scan/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stop",
            "scan",
            "via",
            "scan",
            "id"
          ]
        },
        "description": "Stops an ongoing scan operation in the Borneo integration platform. This endpoint allows users to halt a specific scan process that is currently in progress. It should be used when there's a need to i",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scanId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_submit_chat_feedback",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/submit/chat/feedback",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "submit",
            "chat",
            "feedback"
          ]
        },
        "description": "The SubmitChatFeedback endpoint allows users to provide feedback on a chat support interaction within the Borneo integration platform. This endpoint is crucial for collecting user satisfaction data, w",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"postId\": \"\",\n  \"rating\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_submit_detailed_scan_results",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/submit/detailed/scan/results",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "submit",
            "detailed",
            "scan",
            "results"
          ]
        },
        "description": "Retrieves detailed insights for a specific scan iteration of a particular resource in the Borneo integration platform. This endpoint allows users to access in-depth information about scan results, whi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"pageId\": \"\",\n  \"scanId\": \"\",\n  \"resourceId\": \"\",\n  \"scanIterationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_trigger_dashboard_report_by_report_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/trigger/dashboard/report/by/report/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "trigger",
            "dashboard",
            "report",
            "by",
            "report",
            "id"
          ]
        },
        "description": "Triggers the generation or retrieval of a specific dashboard report in the Borneo integration platform. This endpoint is used to initiate the process of compiling and presenting data for a predefined ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dashboardReportId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_asset_information_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/asset/information/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "asset",
            "information",
            "by",
            "id"
          ]
        },
        "description": "The UpdateAsset endpoint allows you to modify the details of an existing asset in the Borneo integration platform. This PUT operation at `/assets/{assetId}` updates the specified asset's information, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"type\": \"\",\n  \"tomIds\": \"\",\n  \"assetId\": \"\",\n  \"locationId\": \"\",\n  \"locationType\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_category_infotypes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/category/infotypes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "category",
            "infotypes"
          ]
        },
        "description": "Updates the infotypes associated with a specific category in the Borneo integration platform. This endpoint allows you to modify the list of infotypes belonging to a category and optionally update the",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"infotypes\": \"\",\n  \"description\": \"\",\n  \"categoryLabel\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_dashboard_report_frequency_and_recipients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/dashboard/report/frequency/and/recipients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "dashboard",
            "report",
            "frequency",
            "and",
            "recipients"
          ]
        },
        "description": "Updates the settings of an existing dashboard report in the Borneo integration platform. This endpoint allows you to modify the recipients, roles, and frequency of a specific dashboard report. Use thi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"roles\": \"\",\n  \"frequency\": \"\",\n  \"externalEmail\": \"\",\n  \"recipientsEmail\": \"\",\n  \"dashboardReportId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_dashboard_user_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/dashboard/user/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "dashboard",
            "user",
            "details"
          ]
        },
        "description": "Updates the information of an existing dashboard user in the Borneo integration platform. This endpoint allows you to modify the name associated with a user's account while maintaining their unique us",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"username\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_dashboard_user_roles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/dashboard/user/roles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "dashboard",
            "user",
            "roles"
          ]
        },
        "description": "Updates the roles and department associations for a specified user across multiple organizations in the Borneo dashboard. This endpoint allows administrators to modify a user's access levels and depar",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"username\": \"\",\n  \"organisations\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_data_breach_entry",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/data/breach/entry",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "data",
            "breach",
            "entry"
          ]
        },
        "description": "The UpdateDataBreach endpoint allows users to create or update detailed information about a specific data breach incident in the Borneo integration platform. This endpoint is crucial for maintaining a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"createdBy\": \"\",\n  \"kindOfData\": \"\",\n  \"occurredAt\": 0,\n  \"description\": \"\",\n  \"saveAsDraft\": false,\n  \"consequences\": \"\",\n  \"dataBreachId\": \"\",\n  \"discoveredAt\": 0,\n  \"howDiscovered\": \"\",\n  \"peopleInformed\": \"\",\n  \"wasIntentional\": \"\",\n  \"shortDescription\": \"\",\n  \"measuresToPrevent\": \"\",\n  \"affectedPeopleFrom\": \"\",\n  \"authoritiesInformed\": \"\",\n  \"numberAffectedPeople\": 0,\n  \"additionalInformation\": \"\",\n  \"profilePeopleAffected\": \"\",\n  \"compromisedSensitiveData\": \"\",\n  \"problemOfSecurityMeasures\": \"\",\n  \"securityMeasuresOrProtocols\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_department_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/department/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "department",
            "name"
          ]
        },
        "description": "This endpoint updates the information of an existing department within the Borneo integration platform. It allows you to modify the name of a specific department identified by its unique departmentId.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"departmentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_discovered_document_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/discovered/document/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "discovered",
            "document",
            "status"
          ]
        },
        "description": "This endpoint updates the status of a specific discovered document in the Borneo integration platform. It is used as part of the workflow automation process to manage the lifecycle of documents within",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"discoveredDocumentId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_discovered_infotype_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/discovered/infotype/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "discovered",
            "infotype",
            "status"
          ]
        },
        "description": "Updates the status of a specific discovered infotype in the Borneo integration platform. This endpoint allows users to change the state of an infotype that has been identified during data discovery pr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"discoveredInfotypeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_domain_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/domain/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "domain",
            "details"
          ]
        },
        "description": "Updates the properties of an existing domain within the Borneo integration platform. This endpoint allows you to modify the name and polling frequency of a specific domain identified by its unique dom",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"domainId\": \"\",\n  \"frequency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_dpia_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/dpia/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "dpia",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing Data Protection Impact Assessment (DPIA) in the Borneo system. This endpoint allows for comprehensive modification of a DPIA's privacy framework, risk assessments (confidentiality,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dpiaId\": \"\",\n  \"status\": \"\",\n  \"translations\": {},\n  \"integrity__impacts\": \"\",\n  \"integrity__threats\": \"\",\n  \"additionalInformation\": \"\",\n  \"availability__impacts\": \"\",\n  \"availability__threats\": \"\",\n  \"integrity__plannedToms\": \"\",\n  \"integrity__riskSources\": \"\",\n  \"confidentiality__impacts\": \"\",\n  \"confidentiality__threats\": \"\",\n  \"availability__plannedToms\": \"\",\n  \"availability__riskSources\": \"\",\n  \"integrity__impactsComment\": \"\",\n  \"integrity__threatsComment\": \"\",\n  \"privacyFramework__consent\": \"\",\n  \"additionalInformationFiles\": \"\",\n  \"integrity__baselineComment\": \"\",\n  \"integrity__implementedToms\": \"\",\n  \"privacyFramework__accuracy\": \"\",\n  \"integrity__baselineSeverity\": \"\",\n  \"privacyFramework__retention\": false,\n  \"availability__impactsComment\": \"\",\n  \"availability__threatsComment\": \"\",\n  \"confidentiality__plannedToms\": \"\",\n  \"confidentiality__riskSources\": \"\",\n  \"availability__baselineComment\": \"\",\n  \"availability__implementedToms\": \"\",\n  \"integrity__baselineLikelihood\": \"\",\n  \"integrity__plannedTomsComment\": \"\",\n  \"integrity__riskSourcesComment\": \"\",\n  \"availability__baselineSeverity\": \"\",\n  \"integrity__residualRiskComment\": \"\",\n  \"privacyFramework__transparency\": \"\",\n  \"confidentiality__impactsComment\": \"\",\n  \"confidentiality__threatsComment\": \"\",\n  \"integrity__residualRiskSeverity\": \"\",\n  \"availability__baselineLikelihood\": \"\",\n  \"availability__plannedTomsComment\": \"\",\n  \"availability__riskSourcesComment\": \"\",\n  \"confidentiality__baselineComment\": \"\",\n  \"confidentiality__implementedToms\": \"\",\n  \"availability__residualRiskComment\": \"\",\n  \"confidentiality__baselineSeverity\": \"\",\n  \"integrity__implementedTomsComment\": \"\",\n  \"integrity__residualRiskLikelihood\": \"\",\n  \"availability__residualRiskSeverity\": \"\",\n  \"privacyFramework__dataMinimisation\": \"\",\n  \"privacyFramework__retentionComment\": \"\",\n  \"confidentiality__baselineLikelihood\": \"\",\n  \"confidentiality__plannedTomsComment\": \"\",\n  \"confidentiality__riskSourcesComment\": \"\",\n  \"privacyFramework__additionalComment\": \"\",\n  \"privacyFramework__purposeLimitation\": \"\",\n  \"availability__implementedTomsComment\": \"\",\n  \"availability__residualRiskLikelihood\": \"\",\n  \"confidentiality__residualRiskComment\": \"\",\n  \"confidentiality__residualRiskSeverity\": \"\",\n  \"privacyFramework__dataRightsExercised\": \"\",\n  \"confidentiality__implementedTomsComment\": \"\",\n  \"confidentiality__residualRiskLikelihood\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_employee_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/employee/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "employee",
            "by",
            "id"
          ]
        },
        "description": "Updates the information of an existing employee in the Borneo integration platform. This endpoint allows you to modify various details of an employee's record, including personal information, job-rela",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"nif\": \"\",\n  \"name\": \"\",\n  \"email\": \"\",\n  \"endDate\": \"\",\n  \"manager\": \"\",\n  \"surname\": \"\",\n  \"position\": \"\",\n  \"startDate\": \"\",\n  \"department\": \"\",\n  \"employeeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_headquarter_details_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/headquarter/details/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "headquarter",
            "details",
            "by",
            "id"
          ]
        },
        "description": "Updates the information for an existing headquarter in the Borneo integration platform. This endpoint allows you to modify various details of a headquarter, such as its name, address, and associated T",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"city\": \"\",\n  \"name\": \"\",\n  \"tomIds\": \"\",\n  \"address\": \"\",\n  \"country\": \"\",\n  \"zipcode\": \"\",\n  \"headquarterId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_lopdp_threshold_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/lopdp/threshold/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "lopdp",
            "threshold",
            "by",
            "id"
          ]
        },
        "description": "Updates the LOPDP (Likely Operational Privacy Data Protection) threshold settings for a specific threshold identified by the lopdpThresholdId. This endpoint allows you to modify various data protectio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"comment\": \"\",\n  \"lopdpThresholdId\": \"\",\n  \"additionalComment\": false,\n  \"largeScaleObservation\": false,\n  \"sensitiveOrSpecialData\": false,\n  \"rightsRiskProcessingData\": false,\n  \"freedomRiskProcessingData\": false,\n  \"innovativeTechnologiesUsed\": false,\n  \"processingPersonalDataRisk\": false,\n  \"specialCategoryDataProcessed\": false,\n  \"systematicPersonalAssessment\": false,\n  \"processingVulnerableDataSubject\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_processing_activity_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/processing/activity/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "processing",
            "activity",
            "details"
          ]
        },
        "description": "This endpoint updates an existing processing activity in a data privacy management system. It modifies details about personal data processing, crucial for compliance with regulations like GDPR. Use it",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"owner\": \"\",\n  \"active\": false,\n  \"assets\": \"\",\n  \"modelId\": \"\",\n  \"purpose\": \"\",\n  \"dataTypes\": \"\",\n  \"infotypes\": \"\",\n  \"recipients\": \"\",\n  \"companyRole\": \"\",\n  \"dataSources\": \"\",\n  \"departments\": \"\",\n  \"lawfulBasis\": \"\",\n  \"dataSubjects\": \"\",\n  \"isDataStored\": false,\n  \"translations\": {},\n  \"contactPerson\": \"\",\n  \"additionalInfo\": \"\",\n  \"infotypeVolume\": \"\",\n  \"managementMethods\": \"\",\n  \"infotypeCategories\": \"\",\n  \"showOnRopaDocument\": false,\n  \"additionalInfoFiles\": \"\",\n  \"processingFrequency\": \"\",\n  \"processingActivityId\": \"\",\n  \"dataFlowRelationships\": \"\",\n  \"retentionPeriod__unit\": \"\",\n  \"retentionPeriodComment\": \"\",\n  \"retentionPeriod__value\": 0,\n  \"areAccessRequestsManaged\": false,\n  \"processingFrequencyComment\": \"\",\n  \"processingActivitiesAsDataSources\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_recipient_details_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/recipient/details/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "recipient",
            "details",
            "by",
            "id"
          ]
        },
        "description": "Updates the information of an existing recipient in the Borneo integration platform. This endpoint allows you to modify various details of a recipient, including their name, business information, stat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"dpa\": \"\",\n  \"name\": \"\",\n  \"role\": \"\",\n  \"state\": \"\",\n  \"status\": \"\",\n  \"country\": \"\",\n  \"dpaFiles\": \"\",\n  \"dpaStatus\": \"\",\n  \"categories\": \"\",\n  \"recipientId\": \"\",\n  \"businessName\": \"\",\n  \"recipientState\": \"\",\n  \"subProcessorIds\": \"\",\n  \"automationStatus\": \"\",\n  \"dataStorageLocation\": \"\",\n  \"recipientWarranties\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_recipient_status_via_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/recipient/status/via/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "recipient",
            "status",
            "via",
            "id"
          ]
        },
        "description": "Updates the status and automation status of a specific recipient in the Borneo integration platform. This endpoint allows users to modify a recipient's overall status (archived or validated) and their",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"recipientId\": \"\",\n  \"automationStatus\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_update_threshold_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/threshold/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "threshold",
            "by",
            "id"
          ]
        },
        "description": "Updates an existing threshold in the Borneo integration platform with new settings and information related to data processing and compliance. This endpoint allows you to modify various aspects of a th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"comment\": \"\",\n  \"blacklist\": false,\n  \"thresholdId\": \"\",\n  \"translations\": {},\n  \"classifyingDataSubject\": false,\n  \"automatedDecisionMaking\": false,\n  \"largeScaleDataProcessing\": false,\n  \"innovativeTechnologiesUsed\": false,\n  \"matchingMergingRecordsInvolved\": false,\n  \"processingVulnerableDataSubject\": false,\n  \"systematicMonitoringDataSubject\": false,\n  \"largeScaleProcessingSensitiveData\": false,\n  \"monitoringPubliclyAccessibleAreas\": false,\n  \"processingConfidentialSensitiveData\": false,\n  \"preventDataSubjectsExercisingTheirRights\": false,\n  \"extensiveAutomatedEvaluationCharacteristics\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "borneo_verify_email_with_id_and_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/verify/email/with/id/and/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "verify",
            "email",
            "with",
            "id",
            "and",
            "token"
          ]
        },
        "description": "Completes the email verification process for a user account in the Borneo integration platform. This endpoint is called when a user clicks on the verification link sent to their email address. It vali",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"token\": \"\",\n  \"verificationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}