Drata integration (Security, Productivity). Imported from open-connector.
https://public-api.drata.com/public/v2/company
/workspaces
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Drata cursor returned in pagination.cursor by a previous list response. |
| size | integer | optional | The number of results to return. |
| sort | string | optional | The Drata field name to sort by. |
| sortDir | string | optional | The direction to sort returned data. |
| includeTotalCount | boolean | optional | Whether Drata should include totalCount on the first page of results. |
| expand | array | optional | Related Drata subcollections and sub-objects to expand. |
/personnel
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Drata cursor returned in pagination.cursor by a previous list response. |
| size | integer | optional | The number of results to return. |
| sort | string | optional | The Drata field name to sort by. |
| sortDir | string | optional | The direction to sort returned data. |
| includeTotalCount | boolean | optional | Whether Drata should include totalCount on the first page of results. |
| expand | array | optional | Related Drata subcollections and sub-objects to expand. |
| employmentStatus | array | optional | Employment statuses to filter personnel by. |
| complianceStatus | array | optional | Overall compliance statuses to filter personnel by. |
/personnel/{personnelId}
| Param | Type | Required | Description |
|---|---|---|---|
| personnelId | integer | required | The personnel ID or an email-prefixed identifier. |
| expand | array | optional | Related Drata subcollections and sub-objects to expand. |
/controls
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Drata workspace ID. |
| cursor | string | optional | The Drata cursor returned in pagination.cursor by a previous list response. |
| size | integer | optional | The number of results to return. |
| sort | string | optional | The Drata field name to sort by. |
| sortDir | string | optional | The direction to sort returned data. |
| includeTotalCount | boolean | optional | Whether Drata should include totalCount on the first page of results. |
| expand | array | optional | Related Drata subcollections and sub-objects to expand. |
| isMonitored | boolean | optional | Whether to filter controls by monitor presence. |
| isReady | boolean | optional | Whether to filter controls by readiness. |
| hasEvidence | boolean | optional | Whether to filter controls by evidence presence. |
| hasPolicy | boolean | optional | Whether to filter controls by policy presence. |
| hasPassingTest | boolean | optional | Whether to filter controls with at least one passing test. |
| ticketStatus | string | optional | The task management ticket status to filter controls by. |
| policyId | integer | optional | The policy ID to filter controls by. |
| isEnabled | boolean | optional | Whether to filter controls by enabled status. |
| isArchived | boolean | optional | Whether to filter controls by archived status. |
/workspaces/{workspaceId}/controls/{controlId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Drata workspace ID. |
| controlId | integer | required | The control ID or a code-prefixed identifier. |
| cursor | string | optional | The Drata cursor returned in pagination.cursor by a previous list response. |
| size | integer | optional | The number of results to return. |
| sort | string | optional | The Drata field name to sort by. |
| sortDir | string | optional | The direction to sort returned data. |
| expand | array | optional | Related Drata subcollections and sub-objects to expand. |
/vendors
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Drata cursor returned in pagination.cursor by a previous list response. |
| size | integer | optional | The number of results to return. |
| sort | string | optional | The Drata field name to sort by. |
| sortDir | string | optional | The direction to sort returned data. |
| includeTotalCount | boolean | optional | Whether Drata should include totalCount on the first page of results. |
| expand | array | optional | Related Drata subcollections and sub-objects to expand. |
| category | string | optional | The Drata vendor category to filter by. |
| impactLevel | string | optional | The overall vendor impact level to filter by. |
| renewalDate | string | optional | The vendor renewal date to filter by. |
| renewalScheduleType | string | optional | The vendor renewal schedule type to filter by. |
| risk | string | optional | The vendor risk level to filter by. |
| status | string | optional | The vendor status to filter by. |
| type | string | optional | The vendor type to filter by. |
/vendors/{vendorId}
| Param | Type | Required | Description |
|---|---|---|---|
| vendorId | integer | required | The Drata vendor ID. |
| expand | array | optional | Related Drata subcollections and sub-objects to expand. |