Skip to main content
GET
/
evidence-templates
/
{id}
Get evidence template by ID
curl --request GET \
  --url https://api.example.com/evidence-templates/{id}
{
  "artifacts": [
    {
      "details": {},
      "id": "<string>",
      "required": true,
      "visibilityRule": "<string>",
      "visible": true
    }
  ],
  "createdAt": "<string>",
  "description": "<string>",
  "externalId": "<string>",
  "id": "<string>",
  "name": "<string>"
}

Path Parameters

id
string
required

ID of evidence template to retrieve

Response

OK

artifacts
object[]
createdAt
string
description
string
externalId
string
id
string
name
string
scope
enum<string>
Available options:
Global,
Local
status
enum<string>
Available options:
Draft,
Published