Download OpenAPI specification:
CISO Assistant - API Documentation for automating all your GRC needs
Override the list method to inject optimized data into the serializer context.
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| due_date | string <date> |
| evidences | Array of strings <uuid> [ items <uuid > ] |
| filtering_labels | Array of strings <uuid> [ items <uuid > ] |
| findings_assessment | Array of strings <uuid> [ items <uuid > ] |
| folder | Array of strings <uuid> [ items <uuid > ] |
| id | Array of strings <uuid> [ items <uuid > ] Multiple values may be separated by commas. |
| limit | integer Number of results to return per page. |
| name | string |
| offset | integer The initial index from which to return the results. |
| ordering | string Which field to use when ordering the results. |
| owner | Array of strings <uuid> [ items <uuid > ] |
| priority | Array of integers or null Items Enum: 1 2 3 4
|
| search | string A search term. |
| severity | Array of integers Items Enum: -1 0 1 2 3 4
|
| status | Array of strings Items Enum: "--" "assigned" "closed" "confirmed" "deprecated" "dismissed" "identified" "in_progress" "mitigated" "resolved"
|
{- "count": 123,
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "path": "string",
- "owner": [
- "string"
], - "findings_assessment": "string",
- "threats": [
- "string"
], - "vulnerabilities": [
- "string"
], - "reference_controls": [
- "string"
], - "applied_controls": [
- "string"
], - "filtering_labels": [
- "string"
], - "evidences": [
- "string"
], - "perimeter": "string",
- "folder": "string",
- "severity": "string",
- "priority": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "ref_id": "string",
- "status": "--",
- "observation": "string"
}
]
}| is_published | boolean (Published) |
| name required | string <= 200 characters |
| description | string or null |
| eta | string or null <date> |
| due_date | string or null <date> |
| ref_id | string (Reference ID) <= 100 characters |
(PriorityEnum (integer or null)) or (NullEnum (number or null)) [ 0 .. 9223372036854776000 ] | |
| severity | integer [ -9223372036854776000 .. 9223372036854776000 ] Enum: -1 0 1 2 3 4
|
| status | string (Status5fcEnum) Enum: "--" "identified" "confirmed" "dismissed" "assigned" "in_progress" "mitigated" "resolved" "closed" "deprecated"
|
| observation | string or null |
| findings_assessment required | string <uuid> |
| filtering_labels | Array of strings <uuid> (Labels) [ items <uuid > ] |
| threats | Array of strings <uuid> [ items <uuid > ] |
| vulnerabilities | Array of strings <uuid> [ items <uuid > ] |
| reference_controls | Array of strings <uuid> [ items <uuid > ] |
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| owner | Array of strings <uuid> [ items <uuid > ] |
| evidences | Array of strings <uuid> [ items <uuid > ] Evidences related to the follow-up |
{- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "ref_id": "string",
- "priority": 1,
- "severity": -1,
- "status": "--",
- "observation": "string",
- "findings_assessment": "69cc1a79-dd84-4f89-9814-52e4737f78c4",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "threats": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "vulnerabilities": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reference_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "ref_id": "string",
- "priority": 1,
- "severity": -1,
- "status": "--",
- "observation": "string",
- "findings_assessment": "69cc1a79-dd84-4f89-9814-52e4737f78c4",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "threats": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "vulnerabilities": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reference_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Return a single object with unauthorized related fields masked.
| id required | string <uuid> A UUID string identifying this Finding. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "path": "string",
- "owner": [
- "string"
], - "findings_assessment": "string",
- "threats": [
- "string"
], - "vulnerabilities": [
- "string"
], - "reference_controls": [
- "string"
], - "applied_controls": [
- "string"
], - "filtering_labels": [
- "string"
], - "evidences": [
- "string"
], - "perimeter": "string",
- "folder": "string",
- "severity": "string",
- "priority": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "ref_id": "string",
- "status": "--",
- "observation": "string"
}| id required | string <uuid> A UUID string identifying this Finding. |
| is_published | boolean (Published) |
| name required | string <= 200 characters |
| description | string or null |
| eta | string or null <date> |
| due_date | string or null <date> |
| ref_id | string (Reference ID) <= 100 characters |
(PriorityEnum (integer or null)) or (NullEnum (number or null)) [ 0 .. 9223372036854776000 ] | |
| severity | integer [ -9223372036854776000 .. 9223372036854776000 ] Enum: -1 0 1 2 3 4
|
| status | string (Status5fcEnum) Enum: "--" "identified" "confirmed" "dismissed" "assigned" "in_progress" "mitigated" "resolved" "closed" "deprecated"
|
| observation | string or null |
| findings_assessment required | string <uuid> |
| filtering_labels | Array of strings <uuid> (Labels) [ items <uuid > ] |
| threats | Array of strings <uuid> [ items <uuid > ] |
| vulnerabilities | Array of strings <uuid> [ items <uuid > ] |
| reference_controls | Array of strings <uuid> [ items <uuid > ] |
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| owner | Array of strings <uuid> [ items <uuid > ] |
| evidences | Array of strings <uuid> [ items <uuid > ] Evidences related to the follow-up |
{- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "ref_id": "string",
- "priority": 1,
- "severity": -1,
- "status": "--",
- "observation": "string",
- "findings_assessment": "69cc1a79-dd84-4f89-9814-52e4737f78c4",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "threats": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "vulnerabilities": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reference_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "ref_id": "string",
- "priority": 1,
- "severity": -1,
- "status": "--",
- "observation": "string",
- "findings_assessment": "69cc1a79-dd84-4f89-9814-52e4737f78c4",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "threats": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "vulnerabilities": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reference_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}| id required | string <uuid> A UUID string identifying this Finding. |
| is_published | boolean (Published) |
| name | string <= 200 characters |
| description | string or null |
| eta | string or null <date> |
| due_date | string or null <date> |
| ref_id | string (Reference ID) <= 100 characters |
(PriorityEnum (integer or null)) or (NullEnum (number or null)) [ 0 .. 9223372036854776000 ] | |
| severity | integer [ -9223372036854776000 .. 9223372036854776000 ] Enum: -1 0 1 2 3 4
|
| status | string (Status5fcEnum) Enum: "--" "identified" "confirmed" "dismissed" "assigned" "in_progress" "mitigated" "resolved" "closed" "deprecated"
|
| observation | string or null |
| findings_assessment | string <uuid> |
| filtering_labels | Array of strings <uuid> (Labels) [ items <uuid > ] |
| threats | Array of strings <uuid> [ items <uuid > ] |
| vulnerabilities | Array of strings <uuid> [ items <uuid > ] |
| reference_controls | Array of strings <uuid> [ items <uuid > ] |
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| owner | Array of strings <uuid> [ items <uuid > ] |
| evidences | Array of strings <uuid> [ items <uuid > ] Evidences related to the follow-up |
{- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "ref_id": "string",
- "priority": 1,
- "severity": -1,
- "status": "--",
- "observation": "string",
- "findings_assessment": "69cc1a79-dd84-4f89-9814-52e4737f78c4",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "threats": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "vulnerabilities": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reference_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "ref_id": "string",
- "priority": 1,
- "severity": -1,
- "status": "--",
- "observation": "string",
- "findings_assessment": "69cc1a79-dd84-4f89-9814-52e4737f78c4",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "threats": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "vulnerabilities": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "reference_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Cascade preview:
| id required | string <uuid> A UUID string identifying this Finding. |
Perform a batch action on multiple objects. Uses the IAM-filtered queryset and serializers to respect permissions and validation, mirroring the standard partial_update / destroy flows.
Payload: { "action": "delete"|"change_field"|"change_m2m"|"change_folder",
"ids": [...], "field": "
Override the list method to inject optimized data into the serializer context.
| authors | Array of strings <uuid> [ items <uuid > ] |
| category | Array of strings Items Enum: "--" "audit" "pentest" "self_identified"
|
| evidences | Array of strings <uuid> [ items <uuid > ] |
| folder | Array of strings <uuid> [ items <uuid > ] |
| genericcollection | Array of strings <uuid> [ items <uuid > ] |
| id | Array of strings <uuid> [ items <uuid > ] Multiple values may be separated by commas. |
| limit | integer Number of results to return per page. |
| name | string |
| offset | integer The initial index from which to return the results. |
| ordering | string Which field to use when ordering the results. |
| perimeter | Array of strings <uuid> [ items <uuid > ] |
| ref_id | string |
| search | string A search term. |
| status | Array of strings or null Items Enum: "deprecated" "done" "in_progress" "in_review" "planned"
|
{- "count": 123,
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "path": "string",
- "perimeter": "string",
- "authors": [
- "string"
], - "reviewers": [
- "string"
], - "folder": "string",
- "findings_count": 0,
- "treatment_progress": 0,
- "evidences": [
- "string"
], - "validation_flows": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "version": "string",
- "status": "planned",
- "observation": "string",
- "is_locked": true,
- "category": "--",
- "ref_id": "string"
}
]
}| is_published | boolean (Published) |
| name required | string <= 200 characters |
| description | string or null |
| eta | string or null <date> |
| due_date | string or null <date> |
| version | string or null <= 100 characters Version of the compliance assessment (eg. 1.0, 2.0, etc.) |
(Status6d9Enum (string or null)) or (BlankEnum (any or null)) or (NullEnum (any or null)) | |
| observation | string or null |
| is_locked | boolean or null |
| category | string (CategoryB50Enum) Enum: "--" "pentest" "audit" "self_identified"
|
| ref_id | string or null (Reference id) <= 100 characters |
| folder | string <uuid> |
| perimeter | string or null <uuid> |
| reviewers | Array of strings <uuid> [ items <uuid > ] |
| authors | Array of strings <uuid> [ items <uuid > ] |
| evidences | Array of strings <uuid> [ items <uuid > ] Evidences related to the follow-up |
{- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "version": "string",
- "status": "planned",
- "observation": "string",
- "is_locked": true,
- "category": "--",
- "ref_id": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "perimeter": "bf619ff5-f1a2-4505-92b9-0c56e7a44b98",
- "reviewers": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "authors": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "version": "string",
- "status": "planned",
- "observation": "string",
- "is_locked": true,
- "category": "--",
- "ref_id": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "perimeter": "bf619ff5-f1a2-4505-92b9-0c56e7a44b98",
- "reviewers": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "authors": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Return a single object with unauthorized related fields masked.
| id required | string <uuid> A UUID string identifying this findings assessment. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "path": "string",
- "perimeter": "string",
- "authors": [
- "string"
], - "reviewers": [
- "string"
], - "folder": "string",
- "findings_count": 0,
- "treatment_progress": 0,
- "evidences": [
- "string"
], - "validation_flows": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "version": "string",
- "status": "planned",
- "observation": "string",
- "is_locked": true,
- "category": "--",
- "ref_id": "string"
}| id required | string <uuid> A UUID string identifying this findings assessment. |
| is_published | boolean (Published) |
| name required | string <= 200 characters |
| description | string or null |
| eta | string or null <date> |
| due_date | string or null <date> |
| version | string or null <= 100 characters Version of the compliance assessment (eg. 1.0, 2.0, etc.) |
(Status6d9Enum (string or null)) or (BlankEnum (any or null)) or (NullEnum (any or null)) | |
| observation | string or null |
| is_locked | boolean or null |
| category | string (CategoryB50Enum) Enum: "--" "pentest" "audit" "self_identified"
|
| ref_id | string or null (Reference id) <= 100 characters |
| folder | string <uuid> |
| perimeter | string or null <uuid> |
| reviewers | Array of strings <uuid> [ items <uuid > ] |
| authors | Array of strings <uuid> [ items <uuid > ] |
| evidences | Array of strings <uuid> [ items <uuid > ] Evidences related to the follow-up |
{- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "version": "string",
- "status": "planned",
- "observation": "string",
- "is_locked": true,
- "category": "--",
- "ref_id": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "perimeter": "bf619ff5-f1a2-4505-92b9-0c56e7a44b98",
- "reviewers": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "authors": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "version": "string",
- "status": "planned",
- "observation": "string",
- "is_locked": true,
- "category": "--",
- "ref_id": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "perimeter": "bf619ff5-f1a2-4505-92b9-0c56e7a44b98",
- "reviewers": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "authors": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}| id required | string <uuid> A UUID string identifying this findings assessment. |
| is_published | boolean (Published) |
| name | string <= 200 characters |
| description | string or null |
| eta | string or null <date> |
| due_date | string or null <date> |
| version | string or null <= 100 characters Version of the compliance assessment (eg. 1.0, 2.0, etc.) |
(Status6d9Enum (string or null)) or (BlankEnum (any or null)) or (NullEnum (any or null)) | |
| observation | string or null |
| is_locked | boolean or null |
| category | string (CategoryB50Enum) Enum: "--" "pentest" "audit" "self_identified"
|
| ref_id | string or null (Reference id) <= 100 characters |
| folder | string <uuid> |
| perimeter | string or null <uuid> |
| reviewers | Array of strings <uuid> [ items <uuid > ] |
| authors | Array of strings <uuid> [ items <uuid > ] |
| evidences | Array of strings <uuid> [ items <uuid > ] Evidences related to the follow-up |
{- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "version": "string",
- "status": "planned",
- "observation": "string",
- "is_locked": true,
- "category": "--",
- "ref_id": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "perimeter": "bf619ff5-f1a2-4505-92b9-0c56e7a44b98",
- "reviewers": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "authors": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "is_published": true,
- "name": "string",
- "description": "string",
- "eta": "2019-08-24",
- "due_date": "2019-08-24",
- "version": "string",
- "status": "planned",
- "observation": "string",
- "is_locked": true,
- "category": "--",
- "ref_id": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "perimeter": "bf619ff5-f1a2-4505-92b9-0c56e7a44b98",
- "reviewers": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "authors": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "evidences": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Cascade preview:
| id required | string <uuid> A UUID string identifying this findings assessment. |
Perform a batch action on multiple objects. Uses the IAM-filtered queryset and serializers to respect permissions and validation, mirroring the standard partial_update / destroy flows.
Payload: { "action": "delete"|"change_field"|"change_m2m"|"change_folder",
"ids": [...], "field": "
Override the list method to inject optimized data into the serializer context.
| approver | Array of strings <uuid> [ items <uuid > ] |
| expiration_date | string <date> |
| folder | Array of strings <uuid> [ items <uuid > ] |
| genericcollection | Array of strings <uuid> [ items <uuid > ] |
| id | Array of strings <uuid> [ items <uuid > ] Multiple values may be separated by commas. |
| limit | integer Number of results to return per page. |
| name | string |
| offset | integer The initial index from which to return the results. |
| ordering | string Which field to use when ordering the results. |
| owners | Array of strings <uuid> [ items <uuid > ] |
| requirement_assessments | Array of strings <uuid> [ items <uuid > ] |
| risk_scenarios | Array of strings <uuid> [ items <uuid > ] |
| search | string A search term. |
| severity | Array of integers Items Enum: -1 0 1 2 3 4
|
| status | Array of strings Items Enum: "approved" "deprecated" "draft" "expired" "in_review" "resolved"
|
{- "count": 123,
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "path": "string",
- "folder": "string",
- "owners": [
- "string"
], - "approver": "string",
- "severity": "string",
- "associated_objects_count": "string",
- "assets": [
- "string"
], - "validation_flows": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "ref_id": "string",
- "status": "draft",
- "expiration_date": "2019-08-24",
- "is_published": true,
- "observation": "string"
}
]
}API endpoint that allows security exceptions to be viewed or edited.
| requirement_assessments | Array of strings <uuid> [ items <uuid > ] |
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| assets | Array of strings <uuid> [ items <uuid > ] |
| name required | string <= 200 characters |
| description | string or null |
| ref_id | string or null (Reference ID) <= 100 characters |
| severity | integer [ -9223372036854776000 .. 9223372036854776000 ] Enum: -1 0 1 2 3 4
|
| status | string (Status167Enum) Enum: "draft" "in_review" "approved" "resolved" "expired" "deprecated"
|
| expiration_date | string or null <date> Specify when the security exception will no longer apply |
| is_published | boolean (Published) |
| observation | string or null |
| folder | string <uuid> |
| approver | string or null <uuid> |
| owners | Array of strings <uuid> (Owner) [ items <uuid > ] |
{- "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "assets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "name": "string",
- "description": "string",
- "ref_id": "string",
- "severity": -1,
- "status": "draft",
- "expiration_date": "2019-08-24",
- "is_published": true,
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "approver": "a0a63d7a-7a62-4e15-9ab9-49317f76d38f",
- "owners": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "assets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "ref_id": "string",
- "severity": -1,
- "status": "draft",
- "expiration_date": "2019-08-24",
- "is_published": true,
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "approver": "a0a63d7a-7a62-4e15-9ab9-49317f76d38f",
- "owners": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Return a single object with unauthorized related fields masked.
| id required | string <uuid> A UUID string identifying this security exception. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "path": "string",
- "folder": "string",
- "owners": [
- "string"
], - "approver": "string",
- "severity": "string",
- "associated_objects_count": "string",
- "assets": [
- "string"
], - "validation_flows": [
- "string"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "ref_id": "string",
- "status": "draft",
- "expiration_date": "2019-08-24",
- "is_published": true,
- "observation": "string"
}API endpoint that allows security exceptions to be viewed or edited.
| id required | string <uuid> A UUID string identifying this security exception. |
| requirement_assessments | Array of strings <uuid> [ items <uuid > ] |
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| assets | Array of strings <uuid> [ items <uuid > ] |
| name required | string <= 200 characters |
| description | string or null |
| ref_id | string or null (Reference ID) <= 100 characters |
| severity | integer [ -9223372036854776000 .. 9223372036854776000 ] Enum: -1 0 1 2 3 4
|
| status | string (Status167Enum) Enum: "draft" "in_review" "approved" "resolved" "expired" "deprecated"
|
| expiration_date | string or null <date> Specify when the security exception will no longer apply |
| is_published | boolean (Published) |
| observation | string or null |
| folder | string <uuid> |
| approver | string or null <uuid> |
| owners | Array of strings <uuid> (Owner) [ items <uuid > ] |
{- "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "assets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "name": "string",
- "description": "string",
- "ref_id": "string",
- "severity": -1,
- "status": "draft",
- "expiration_date": "2019-08-24",
- "is_published": true,
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "approver": "a0a63d7a-7a62-4e15-9ab9-49317f76d38f",
- "owners": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "assets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "ref_id": "string",
- "severity": -1,
- "status": "draft",
- "expiration_date": "2019-08-24",
- "is_published": true,
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "approver": "a0a63d7a-7a62-4e15-9ab9-49317f76d38f",
- "owners": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}API endpoint that allows security exceptions to be viewed or edited.
| id required | string <uuid> A UUID string identifying this security exception. |
| requirement_assessments | Array of strings <uuid> [ items <uuid > ] |
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| assets | Array of strings <uuid> [ items <uuid > ] |
| name | string <= 200 characters |
| description | string or null |
| ref_id | string or null (Reference ID) <= 100 characters |
| severity | integer [ -9223372036854776000 .. 9223372036854776000 ] Enum: -1 0 1 2 3 4
|
| status | string (Status167Enum) Enum: "draft" "in_review" "approved" "resolved" "expired" "deprecated"
|
| expiration_date | string or null <date> Specify when the security exception will no longer apply |
| is_published | boolean (Published) |
| observation | string or null |
| folder | string <uuid> |
| approver | string or null <uuid> |
| owners | Array of strings <uuid> (Owner) [ items <uuid > ] |
{- "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "assets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "name": "string",
- "description": "string",
- "ref_id": "string",
- "severity": -1,
- "status": "draft",
- "expiration_date": "2019-08-24",
- "is_published": true,
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "approver": "a0a63d7a-7a62-4e15-9ab9-49317f76d38f",
- "owners": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "assets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "ref_id": "string",
- "severity": -1,
- "status": "draft",
- "expiration_date": "2019-08-24",
- "is_published": true,
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "approver": "a0a63d7a-7a62-4e15-9ab9-49317f76d38f",
- "owners": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Cascade preview:
| id required | string <uuid> A UUID string identifying this security exception. |
Perform a batch action on multiple objects. Uses the IAM-filtered queryset and serializers to respect permissions and validation, mirroring the standard partial_update / destroy flows.
Payload: { "action": "delete"|"change_field"|"change_m2m"|"change_folder",
"ids": [...], "field": "