Go to Rilla

Checklist

Latest completed evaluation per checklist for this conversation. Includes checklist trackers and compatibility aliases.

7 fieldsapplication/jsonDownload JSON Schema ↓

Fields

Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.

namestringrequired

Alias of checklistName.

Example "Discovery"
checklistNamestringrequired

Name of the checklist.

Example "Discovery"
scorenumberrequired

Alias of checklistScore.

Example 1
checklistScorenumberrequired

Number of trackers hit on this checklist.

Example 1
denominatornumberrequired

Alias of checklistDenominator.

Example 1
checklistDenominatornumberrequired

Total number of trackers in the checklist.

Example 1

The individual trackers evaluated for this checklist. See Tracker.

Complete example

Checklist · complete example
{
  "name": "Discovery",
  "checklistName": "Discovery",
  "score": 1,
  "checklistScore": 1,
  "denominator": 1,
  "checklistDenominator": 1,
  "trackerData": [
    {
      "trackerId": "1042",
      "name": "Asked about budget",
      "trackerName": "Asked about budget",
      "isHit": true,
      "trackerIsHit": true,
      "aiScore": 0.92,
      "trackerAiScore": 0.92
    }
  ]
}

All response types →

On this page