Finding Templates

Create a finding template

Create a new finding template (Platform Admin only)

post/v1/finding-template

Request body

categorystring required

Category of the finding template

titlestring required

Short title of the finding template

contentstring required

Full message content of the finding template

ordernumber

Display order for the template

Example request

{
  "category": "evidence_issue",
  "title": "Issue with uploaded evidence",
  "content": "The uploaded evidence does not clearly show the Organization Name or URL. Please provide a screenshot showing the context."
}

Response

The created finding template

Changes