Skip to main content
POST
/
results
Create new results
curl --request POST \
  --url https://api.example.com/results \
  --header 'Content-Type: application/json' \
  --data '
{
  "bundleId": "<string>",
  "content": {},
  "evidenceId": "<string>",
  "policyId": "<string>"
}
'
[
  {
    "artifactContent": "<unknown>",
    "artifactId": "<string>",
    "bundleId": "<string>",
    "createdAt": "<string>",
    "createdBy": {},
    "evidenceId": "<string>",
    "id": "<string>",
    "isLatest": true
  }
]

Body

application/json

Results to create

bundleId
string
required
content
object
required
evidenceId
string
required
policyId
string

Response

OK

artifactContent
any
artifactId
string
bundleId
string
createdAt
string
createdBy
object
evidenceId
string
id
string
isLatest
boolean