curl --request POST \
--url http://localhost:3333/v1/admin/organizations/{orgId}/findings \
--header 'Content-Type: application/json' \
--data '
{
"type": "soc2",
"content": "The uploaded evidence does not clearly show the Organization Name or URL.",
"taskId": "tsk_abc123",
"evidenceSubmissionId": "evs_abc123",
"evidenceFormType": "access-request",
"templateId": "fnd_t_abc123"
}
'curl --request POST \
--url http://localhost:3333/v1/admin/organizations/{orgId}/findings \
--header 'Content-Type: application/json' \
--data '
{
"type": "soc2",
"content": "The uploaded evidence does not clearly show the Organization Name or URL.",
"taskId": "tsk_abc123",
"evidenceSubmissionId": "evs_abc123",
"evidenceFormType": "access-request",
"templateId": "fnd_t_abc123"
}
'Type of finding (SOC 2 or ISO 27001)
soc2, iso27001 Finding content/message
5000"The uploaded evidence does not clearly show the Organization Name or URL."
Task ID this finding is associated with
"tsk_abc123"
Evidence submission ID this finding is associated with
"evs_abc123"
Evidence form type this finding is associated with (e.g., access-request, whistleblower-report)
board-meeting, it-leadership-meeting, risk-committee-meeting, meeting, access-request, whistleblower-report, penetration-test, rbac-matrix, infrastructure-inventory, employee-performance-evaluation, network-diagram, tabletop-exercise "access-request"
Finding template ID (optional)
"fnd_t_abc123"
Was this page helpful?