Download OpenAPI specification:
CISO Assistant - API Documentation for automating all your GRC needs
Cascade preview:
| id required | string <uuid> A UUID string identifying this Document attachment. |
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.
| document | 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. |
| offset | integer The initial index from which to return the results. |
| ordering | string Which field to use when ordering the results. |
| search | string A search term. |
| status | Array of strings Items Enum: "change_requested" "deprecated" "draft" "in_review" "published" "validated"
|
{- "count": 123,
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "document": "string",
- "author": "string",
- "reviewer": "string",
- "status_display": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version_number": 9223372036854776000,
- "content": "string",
- "status": "draft",
- "reviewer_comments": "string",
- "change_summary": "string",
- "published_at": "2019-08-24T14:15:22Z",
- "editing_since": "2019-08-24T14:15:22Z",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "editing_user": "4667095d-489c-4ab0-b1af-bfbbc422ed35"
}
]
}API endpoint that allows document revisions to be viewed or edited.
| is_published | boolean (Published) |
| content | string |
| change_summary | string <= 500 characters |
| folder | string <uuid> |
| document required | string <uuid> |
{- "is_published": true,
- "content": "string",
- "change_summary": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "document": "ef592bd9-25ea-448f-8809-b37124cc7bef"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version_number": 0,
- "content": "string",
- "status": "draft",
- "reviewer_comments": "string",
- "change_summary": "string",
- "published_at": "2019-08-24T14:15:22Z",
- "editing_since": "2019-08-24T14:15:22Z",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "document": "ef592bd9-25ea-448f-8809-b37124cc7bef",
- "author": "32ad2cdb-22a2-48aa-a42c-1c53a9afc4bd",
- "reviewer": "a4b7b7a3-a1d0-4e27-9161-fa5679d1e0d6",
- "editing_user": "4667095d-489c-4ab0-b1af-bfbbc422ed35"
}Return a single object with unauthorized related fields masked.
| id required | string <uuid> A UUID string identifying this Document revision. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "document": "string",
- "author": "string",
- "reviewer": "string",
- "status_display": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version_number": 9223372036854776000,
- "content": "string",
- "status": "draft",
- "reviewer_comments": "string",
- "change_summary": "string",
- "published_at": "2019-08-24T14:15:22Z",
- "editing_since": "2019-08-24T14:15:22Z",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "editing_user": "4667095d-489c-4ab0-b1af-bfbbc422ed35"
}API endpoint that allows document revisions to be viewed or edited.
| id required | string <uuid> A UUID string identifying this Document revision. |
| is_published | boolean (Published) |
| content | string |
| change_summary | string <= 500 characters |
| folder | string <uuid> |
| document required | string <uuid> |
{- "is_published": true,
- "content": "string",
- "change_summary": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "document": "ef592bd9-25ea-448f-8809-b37124cc7bef"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version_number": 0,
- "content": "string",
- "status": "draft",
- "reviewer_comments": "string",
- "change_summary": "string",
- "published_at": "2019-08-24T14:15:22Z",
- "editing_since": "2019-08-24T14:15:22Z",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "document": "ef592bd9-25ea-448f-8809-b37124cc7bef",
- "author": "32ad2cdb-22a2-48aa-a42c-1c53a9afc4bd",
- "reviewer": "a4b7b7a3-a1d0-4e27-9161-fa5679d1e0d6",
- "editing_user": "4667095d-489c-4ab0-b1af-bfbbc422ed35"
}API endpoint that allows document revisions to be viewed or edited.
| id required | string <uuid> A UUID string identifying this Document revision. |
| is_published | boolean (Published) |
| content | string |
| change_summary | string <= 500 characters |
| folder | string <uuid> |
| document | string <uuid> |
{- "is_published": true,
- "content": "string",
- "change_summary": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "document": "ef592bd9-25ea-448f-8809-b37124cc7bef"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version_number": 0,
- "content": "string",
- "status": "draft",
- "reviewer_comments": "string",
- "change_summary": "string",
- "published_at": "2019-08-24T14:15:22Z",
- "editing_since": "2019-08-24T14:15:22Z",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "document": "ef592bd9-25ea-448f-8809-b37124cc7bef",
- "author": "32ad2cdb-22a2-48aa-a42c-1c53a9afc4bd",
- "reviewer": "a4b7b7a3-a1d0-4e27-9161-fa5679d1e0d6",
- "editing_user": "4667095d-489c-4ab0-b1af-bfbbc422ed35"
}Cascade preview:
| id required | string <uuid> A UUID string identifying this Document revision. |
Mark the current user as editing this revision.
Uses select_for_update to prevent two concurrent requests from both believing they acquired the lock (race in the read-check-write path).
| id required | string <uuid> A UUID string identifying this Document revision. |
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.
| evidence | 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. |
| offset | integer The initial index from which to return the results. |
| ordering | string Which field to use when ordering the results. |
| search | string A search term. |
{- "count": 123,
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attachment": "string",
- "size": "string",
- "evidence": "string",
- "folder": "string",
- "str": "string",
- "task_node": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version": -9223372036854776000,
- "attachment_hash": "string",
- "observation": "string"
}
]
}API endpoint that allows evidence revisions to be viewed or edited.
| is_published | boolean (Published) |
| version | integer <int64> (Version number) [ -9223372036854776000 .. 9223372036854776000 ] |
| attachment | string or null <uri> |
| attachment_hash | string or null (Attachment SHA256 Hash) <= 64 characters SHA256 hash of the attachment file for integrity verification |
| link | string or null <uri> <= 2048 characters |
| observation | string or null |
| folder | string <uuid> |
| evidence required | string <uuid> |
| task_node | string or null <uuid> |
{- "is_published": true,
- "version": -9223372036854776000,
- "attachment_hash": "string",
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "evidence": "8c260907-eb60-42e4-a061-22fcfa00a461",
- "task_node": "dfaea571-f2f2-4944-9882-25d456d7f612"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version": -9223372036854776000,
- "attachment_hash": "string",
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "evidence": "8c260907-eb60-42e4-a061-22fcfa00a461",
- "task_node": "dfaea571-f2f2-4944-9882-25d456d7f612"
}Return a single object with unauthorized related fields masked.
| id required | string <uuid> A UUID string identifying this Evidence Revision. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "attachment": "string",
- "size": "string",
- "evidence": "string",
- "folder": "string",
- "str": "string",
- "task_node": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version": -9223372036854776000,
- "attachment_hash": "string",
- "observation": "string"
}API endpoint that allows evidence revisions to be viewed or edited.
| id required | string <uuid> A UUID string identifying this Evidence Revision. |
| is_published | boolean (Published) |
| version | integer <int64> (Version number) [ -9223372036854776000 .. 9223372036854776000 ] |
| attachment | string or null <uri> |
| attachment_hash | string or null (Attachment SHA256 Hash) <= 64 characters SHA256 hash of the attachment file for integrity verification |
| link | string or null <uri> <= 2048 characters |
| observation | string or null |
| folder | string <uuid> |
| evidence required | string <uuid> |
| task_node | string or null <uuid> |
{- "is_published": true,
- "version": -9223372036854776000,
- "attachment_hash": "string",
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "evidence": "8c260907-eb60-42e4-a061-22fcfa00a461",
- "task_node": "dfaea571-f2f2-4944-9882-25d456d7f612"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version": -9223372036854776000,
- "attachment_hash": "string",
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "evidence": "8c260907-eb60-42e4-a061-22fcfa00a461",
- "task_node": "dfaea571-f2f2-4944-9882-25d456d7f612"
}API endpoint that allows evidence revisions to be viewed or edited.
| id required | string <uuid> A UUID string identifying this Evidence Revision. |
| is_published | boolean (Published) |
| version | integer <int64> (Version number) [ -9223372036854776000 .. 9223372036854776000 ] |
| attachment | string or null <uri> |
| attachment_hash | string or null (Attachment SHA256 Hash) <= 64 characters SHA256 hash of the attachment file for integrity verification |
| link | string or null <uri> <= 2048 characters |
| observation | string or null |
| folder | string <uuid> |
| evidence | string <uuid> |
| task_node | string or null <uuid> |
{- "is_published": true,
- "version": -9223372036854776000,
- "attachment_hash": "string",
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "evidence": "8c260907-eb60-42e4-a061-22fcfa00a461",
- "task_node": "dfaea571-f2f2-4944-9882-25d456d7f612"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "is_published": true,
- "version": -9223372036854776000,
- "attachment_hash": "string",
- "observation": "string",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "evidence": "8c260907-eb60-42e4-a061-22fcfa00a461",
- "task_node": "dfaea571-f2f2-4944-9882-25d456d7f612"
}Cascade preview:
| id required | string <uuid> A UUID string identifying this Evidence Revision. |
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.
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| contracts | Array of strings <uuid> [ items <uuid > ] |
| expiry_date | string <date> |
| filtering_labels | Array of strings <uuid> [ items <uuid > ] |
| findings | Array of strings <uuid> [ items <uuid > ] |
| findings_assessments | 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. |
| owner | Array of strings <uuid> [ items <uuid > ] |
| processings | Array of strings <uuid> [ items <uuid > ] |
| requirement_assessments | Array of strings <uuid> [ items <uuid > ] |
| search | string A search term. |
| status | Array of strings Items Enum: "approved" "draft" "expired" "in_review" "missing" "rejected"
|
| timeline_entries | Array of strings <uuid> [ items <uuid > ] |
{- "count": 123,
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "path": "string",
- "attachment": "string",
- "size": "string",
- "folder": "string",
- "applied_controls": [
- "string"
], - "requirement_assessments": [
- "string"
], - "contracts": [
- "string"
], - "filtering_labels": [
- "string"
], - "owner": [
- "string"
], - "status": "string",
- "link": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "is_published": true,
- "expiry_date": "2019-08-24"
}
]
}API endpoint that allows evidences to be viewed or edited.
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| requirement_assessments | Array of strings <uuid> [ items <uuid > ] |
| findings | Array of strings <uuid> [ items <uuid > ] |
| findings_assessments | Array of strings <uuid> [ items <uuid > ] |
| timeline_entries | Array of strings <uuid> [ items <uuid > ] |
| contracts | Array of strings <uuid> [ items <uuid > ] |
| owner | Array of strings <uuid> [ items <uuid > ] |
| attachment | string <uri> |
| link | string <uri> |
| name required | string <= 200 characters |
| description | string or null |
| status | string (EvidenceWriteStatusEnum) Enum: "draft" "missing" "in_review" "approved" "rejected" "expired"
|
| expiry_date | string or null <date> |
| folder | string <uuid> |
| filtering_labels | Array of strings <uuid> (Labels) [ items <uuid > ] |
{- "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timeline_entries": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "contracts": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "name": "string",
- "description": "string",
- "status": "draft",
- "expiry_date": "2019-08-24",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timeline_entries": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "contracts": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "status": "draft",
- "expiry_date": "2019-08-24",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Return a single object with unauthorized related fields masked.
| id required | string <uuid> A UUID string identifying this Evidence. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "path": "string",
- "attachment": "string",
- "size": "string",
- "folder": "string",
- "applied_controls": [
- "string"
], - "requirement_assessments": [
- "string"
], - "contracts": [
- "string"
], - "filtering_labels": [
- "string"
], - "owner": [
- "string"
], - "status": "string",
- "link": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "is_published": true,
- "expiry_date": "2019-08-24"
}API endpoint that allows evidences to be viewed or edited.
| id required | string <uuid> A UUID string identifying this Evidence. |
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| requirement_assessments | Array of strings <uuid> [ items <uuid > ] |
| findings | Array of strings <uuid> [ items <uuid > ] |
| findings_assessments | Array of strings <uuid> [ items <uuid > ] |
| timeline_entries | Array of strings <uuid> [ items <uuid > ] |
| contracts | Array of strings <uuid> [ items <uuid > ] |
| owner | Array of strings <uuid> [ items <uuid > ] |
| attachment | string <uri> |
| link | string <uri> |
| name required | string <= 200 characters |
| description | string or null |
| status | string (EvidenceWriteStatusEnum) Enum: "draft" "missing" "in_review" "approved" "rejected" "expired"
|
| expiry_date | string or null <date> |
| folder | string <uuid> |
| filtering_labels | Array of strings <uuid> (Labels) [ items <uuid > ] |
{- "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timeline_entries": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "contracts": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "name": "string",
- "description": "string",
- "status": "draft",
- "expiry_date": "2019-08-24",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timeline_entries": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "contracts": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "status": "draft",
- "expiry_date": "2019-08-24",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}API endpoint that allows evidences to be viewed or edited.
| id required | string <uuid> A UUID string identifying this Evidence. |
| applied_controls | Array of strings <uuid> [ items <uuid > ] |
| requirement_assessments | Array of strings <uuid> [ items <uuid > ] |
| findings | Array of strings <uuid> [ items <uuid > ] |
| findings_assessments | Array of strings <uuid> [ items <uuid > ] |
| timeline_entries | Array of strings <uuid> [ items <uuid > ] |
| contracts | Array of strings <uuid> [ items <uuid > ] |
| owner | Array of strings <uuid> [ items <uuid > ] |
| attachment | string <uri> |
| link | string <uri> |
| name | string <= 200 characters |
| description | string or null |
| status | string (EvidenceWriteStatusEnum) Enum: "draft" "missing" "in_review" "approved" "rejected" "expired"
|
| expiry_date | string or null <date> |
| folder | string <uuid> |
| filtering_labels | Array of strings <uuid> (Labels) [ items <uuid > ] |
{- "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timeline_entries": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "contracts": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "name": "string",
- "description": "string",
- "status": "draft",
- "expiry_date": "2019-08-24",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "applied_controls": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "requirement_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "findings_assessments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "timeline_entries": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "contracts": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "owner": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "description": "string",
- "status": "draft",
- "expiry_date": "2019-08-24",
- "folder": "ca579eb8-24ac-44d0-a8b9-a42c500083f5",
- "filtering_labels": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}Cascade preview:
| id required | string <uuid> A UUID string identifying this Evidence. |
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": "