Skip to main content
GET
/
api
/
v1
/
external
/
qa
/
user
/
{userId}
/
evaluations
List Evaluations
curl --request GET \
  --url https://app.govworx.net/api/v1/external/qa/user/{userId}/evaluations
{
  "totalElements": 123,
  "totalPages": 123,
  "last": true,
  "first": true,
  "size": 123,
  "content": [
    {
      "id": 123,
      "eventId": 123,
      "userId": 123,
      "status": "PENDING",
      "evaluationTemplate": {
        "id": 123,
        "name": "<string>",
        "color": "<string>",
        "sandboxMode": true,
        "templateIdentifier": "<string>"
      },
      "results": [
        {
          "id": 123,
          "eventId": 123,
          "userId": 123,
          "evaluationTemplateCriteria": {
            "id": 123,
            "description": "<string>",
            "orderIndex": 123,
            "score": 123,
            "scoringCriteriaCriticalityLevelId": 123,
            "skillArea": {
              "id": 123,
              "refId": "<string>",
              "name": "<string>",
              "description": "<string>"
            },
            "parentCriteriaId": 123,
            "type": "<string>",
            "taskId": "<string>",
            "smartTask": {
              "id": 123,
              "prompt": "<string>",
              "contextSources": [
                "<string>"
              ],
              "additionalInstructions": "<string>",
              "overrideGeneratedInstructions": "<string>",
              "type": "<string>"
            }
          },
          "score": 123,
          "totalPossibleScore": 123,
          "isPassing": true,
          "classification": "STRENGTH",
          "comment": "<string>",
          "speedSeconds": 123,
          "explanation": "<string>",
          "qaResponse": {
            "smartTaskId": 123,
            "standardCriteriaId": "<string>",
            "passing": true,
            "answer": [
              {
                "order": 123,
                "id": 123,
                "type": "<string>",
                "content": "<string>",
                "speakerSegment": {
                  "id": "<string>",
                  "start": 123,
                  "end": 123,
                  "transcriptionText": "<string>",
                  "sentiment": "<string>",
                  "sentimentScore": 123,
                  "speakerIdx": 123,
                  "speaker": "<string>",
                  "objectKey": "<string>",
                  "words": [
                    {
                      "word": "<string>",
                      "start": 123,
                      "end": 123,
                      "score": 123
                    }
                  ]
                },
                "mediaId": 123,
                "identifiedSpeaker": true,
                "identifiedUserId": 123,
                "timestamp": "2023-11-07T05:31:56Z",
                "contentWithSpeaker": "<string>",
                "start": 123
              }
            ],
            "explanation": "<string>"
          },
          "overrideBy": 123,
          "overrideAiOriginalResult": true,
          "overrideReason": "<string>",
          "protocolResults": [
            {
              "id": 123,
              "percentScore": 123,
              "guideCardName": "<string>",
              "evaluationData": {
                "protocolName": "<string>",
                "knowledgeId": 123,
                "knowledgeVersionId": 123,
                "knowledgeSectionId": 123,
                "allCallersKnowledgeId": 123,
                "allCallersKnowledgeVersionId": 123,
                "allCallersKnowledgeSectionId": 123,
                "finalScore": 123,
                "selection": {
                  "selectedGuidecardId": 123,
                  "aiRecommendedGuidecardId": 123,
                  "isCorrect": true,
                  "score": 123,
                  "confidence": 123,
                  "justification": "<string>",
                  "feedback": "<string>",
                  "scoringBreakdown": {
                    "isCorrect": true,
                    "aiRecommendedGuidecardId": 123,
                    "selectedGuidecardId": 123,
                    "justification": "<string>"
                  }
                },
                "selectionScore": 123,
                "questions": {
                  "questions": [
                    {
                      "questionId": 123,
                      "questionText": "<string>",
                      "isCritical": true,
                      "isOptional": true,
                      "answered": true,
                      "answer": "<string>",
                      "parentQuestionId": 123,
                      "displayCriteria": "<string>",
                      "lowQualityCriteria": "<string>",
                      "highQualityCriteria": "<string>",
                      "aiSummary": "<string>",
                      "aiScore": 123,
                      "conditionMet": true,
                      "scoring": {
                        "includesInScore": true,
                        "exclusionReason": "<string>",
                        "questionWeight": 123,
                        "percentContribution": 123,
                        "pointValue": 123
                      },
                      "askedAtSeconds": 123,
                      "answeredAtSeconds": 123,
                      "answeredUnprompted": true,
                      "askedSegment": {
                        "id": "<string>",
                        "start": 123,
                        "end": 123,
                        "transcriptionText": "<string>",
                        "sentiment": "<string>",
                        "sentimentScore": 123,
                        "speakerIdx": 123,
                        "speaker": "<string>",
                        "objectKey": "<string>",
                        "words": [
                          {
                            "word": "<string>",
                            "start": 123,
                            "end": 123,
                            "score": 123
                          }
                        ]
                      },
                      "answerSegment": {
                        "id": "<string>",
                        "start": 123,
                        "end": 123,
                        "transcriptionText": "<string>",
                        "sentiment": "<string>",
                        "sentimentScore": 123,
                        "speakerIdx": 123,
                        "speaker": "<string>",
                        "objectKey": "<string>",
                        "words": [
                          {
                            "word": "<string>",
                            "start": 123,
                            "end": 123,
                            "score": 123
                          }
                        ]
                      }
                    }
                  ],
                  "aiExplanation": "<string>",
                  "contextSources": [
                    {
                      "speakerSegment": {
                        "id": "<string>",
                        "start": 123,
                        "end": 123,
                        "transcriptionText": "<string>",
                        "sentiment": "<string>",
                        "sentimentScore": 123,
                        "speakerIdx": 123,
                        "speaker": "<string>",
                        "objectKey": "<string>",
                        "words": [
                          {
                            "word": "<string>",
                            "start": 123,
                            "end": 123,
                            "score": 123
                          }
                        ]
                      },
                      "mediaId": 123,
                      "identifiedSpeaker": true,
                      "identifiedUserId": 123,
                      "order": 123,
                      "id": 123,
                      "type": "<string>",
                      "content": "<string>",
                      "start": 123,
                      "contentWithSpeaker": "<string>"
                    }
                  ],
                  "summary": "<string>",
                  "scoringBreakdown": {
                    "totalQuestions": 123,
                    "criticalQuestions": 123,
                    "nonCriticalQuestions": 123,
                    "criticalAnswered": 123,
                    "nonCriticalAnswered": 123,
                    "criticalWeight": 123,
                    "nonCriticalWeight": 123,
                    "totalPossibleWeight": 123,
                    "earnedWeight": 123,
                    "optionalQuestions": 123,
                    "conditionNotMetQuestions": 123
                  }
                },
                "questionsScore": 123,
                "preArrival": {
                  "instructions": [
                    {
                      "instructionId": 123,
                      "instructionText": "<string>",
                      "isCritical": true,
                      "delivered": true,
                      "score": 123,
                      "aiSummary": "<string>",
                      "deliveredSegment": {
                        "id": "<string>",
                        "start": 123,
                        "end": 123,
                        "transcriptionText": "<string>",
                        "sentiment": "<string>",
                        "sentimentScore": 123,
                        "speakerIdx": 123,
                        "speaker": "<string>",
                        "objectKey": "<string>",
                        "words": [
                          {
                            "word": "<string>",
                            "start": 123,
                            "end": 123,
                            "score": 123
                          }
                        ]
                      }
                    }
                  ],
                  "aiExplanation": "<string>",
                  "contextSources": [
                    {
                      "speakerSegment": {
                        "id": "<string>",
                        "start": 123,
                        "end": 123,
                        "transcriptionText": "<string>",
                        "sentiment": "<string>",
                        "sentimentScore": 123,
                        "speakerIdx": 123,
                        "speaker": "<string>",
                        "objectKey": "<string>",
                        "words": [
                          {
                            "word": "<string>",
                            "start": 123,
                            "end": 123,
                            "score": 123
                          }
                        ]
                      },
                      "mediaId": 123,
                      "identifiedSpeaker": true,
                      "identifiedUserId": 123,
                      "order": 123,
                      "id": 123,
                      "type": "<string>",
                      "content": "<string>",
                      "start": 123,
                      "contentWithSpeaker": "<string>"
                    }
                  ],
                  "scoringBreakdown": {
                    "totalInstructions": 123,
                    "criticalInstructions": 123,
                    "nonCriticalInstructions": 123,
                    "criticalAvgScore": 123,
                    "nonCriticalAvgScore": 123,
                    "criticalWeight": 123,
                    "nonCriticalWeight": 123
                  }
                },
                "preArrivalScore": 123,
                "allCallers": {
                  "questions": [
                    {
                      "questionId": 123,
                      "questionText": "<string>",
                      "isCritical": true,
                      "isOptional": true,
                      "answered": true,
                      "answer": "<string>",
                      "parentQuestionId": 123,
                      "displayCriteria": "<string>",
                      "lowQualityCriteria": "<string>",
                      "highQualityCriteria": "<string>",
                      "aiSummary": "<string>",
                      "aiScore": 123,
                      "conditionMet": true,
                      "scoring": {
                        "includesInScore": true,
                        "exclusionReason": "<string>",
                        "questionWeight": 123,
                        "percentContribution": 123,
                        "pointValue": 123
                      },
                      "askedAtSeconds": 123,
                      "answeredAtSeconds": 123,
                      "answeredUnprompted": true,
                      "askedSegment": {
                        "id": "<string>",
                        "start": 123,
                        "end": 123,
                        "transcriptionText": "<string>",
                        "sentiment": "<string>",
                        "sentimentScore": 123,
                        "speakerIdx": 123,
                        "speaker": "<string>",
                        "objectKey": "<string>",
                        "words": [
                          {
                            "word": "<string>",
                            "start": 123,
                            "end": 123,
                            "score": 123
                          }
                        ]
                      },
                      "answerSegment": {
                        "id": "<string>",
                        "start": 123,
                        "end": 123,
                        "transcriptionText": "<string>",
                        "sentiment": "<string>",
                        "sentimentScore": 123,
                        "speakerIdx": 123,
                        "speaker": "<string>",
                        "objectKey": "<string>",
                        "words": [
                          {
                            "word": "<string>",
                            "start": 123,
                            "end": 123,
                            "score": 123
                          }
                        ]
                      }
                    }
                  ],
                  "aiExplanation": "<string>",
                  "contextSources": [
                    {
                      "speakerSegment": {
                        "id": "<string>",
                        "start": 123,
                        "end": 123,
                        "transcriptionText": "<string>",
                        "sentiment": "<string>",
                        "sentimentScore": 123,
                        "speakerIdx": 123,
                        "speaker": "<string>",
                        "objectKey": "<string>",
                        "words": [
                          {
                            "word": "<string>",
                            "start": 123,
                            "end": 123,
                            "score": 123
                          }
                        ]
                      },
                      "mediaId": 123,
                      "identifiedSpeaker": true,
                      "identifiedUserId": 123,
                      "order": 123,
                      "id": 123,
                      "type": "<string>",
                      "content": "<string>",
                      "start": 123,
                      "contentWithSpeaker": "<string>"
                    }
                  ],
                  "summary": "<string>",
                  "scoringBreakdown": {
                    "totalQuestions": 123,
                    "criticalQuestions": 123,
                    "nonCriticalQuestions": 123,
                    "criticalAnswered": 123,
                    "nonCriticalAnswered": 123,
                    "criticalWeight": 123,
                    "nonCriticalWeight": 123,
                    "totalPossibleWeight": 123,
                    "earnedWeight": 123,
                    "optionalQuestions": 123,
                    "conditionNotMetQuestions": 123
                  }
                },
                "allCallersScore": 123
              }
            }
          ]
        }
      ],
      "completedBy": 123,
      "eventSummary": {
        "summary": "<string>",
        "variableValues": [
          {
            "value": "<string>",
            "variable": "<string>",
            "explanation": "<string>"
          }
        ]
      },
      "eventTimes": {
        "times": [
          {
            "explanation": "<string>",
            "seconds": 123,
            "name": "<string>",
            "segment": {
              "speakerSegment": {
                "id": "<string>",
                "start": 123,
                "end": 123,
                "transcriptionText": "<string>",
                "sentiment": "<string>",
                "sentimentScore": 123,
                "speakerIdx": 123,
                "speaker": "<string>",
                "objectKey": "<string>",
                "words": [
                  {
                    "word": "<string>",
                    "start": 123,
                    "end": 123,
                    "score": 123
                  }
                ]
              },
              "mediaId": 123,
              "identifiedSpeaker": true,
              "identifiedUserId": 123,
              "order": 123,
              "id": 123,
              "type": "<string>",
              "content": "<string>",
              "start": 123,
              "contentWithSpeaker": "<string>"
            }
          }
        ]
      },
      "scaleScoreLevel": "<string>",
      "rawPercentScore": 123,
      "clearReason": "<string>",
      "isTraining": true,
      "isSandbox": true,
      "phaseEnrollments": [
        {
          "id": 123,
          "tenantId": 123,
          "phaseId": 123,
          "phaseName": "<string>",
          "user": {
            "email": "<string>",
            "firstName": "<string>",
            "lastName": "<string>",
            "loginEnabled": true,
            "notificationEmail": "<string>",
            "id": 123,
            "tenantId": 123,
            "idpSub": "<string>",
            "personnelId": "<string>",
            "roleId": 123,
            "mfaEnabled": true,
            "lastLoginAt": "2023-11-07T05:31:56Z",
            "isSupervisor": true,
            "isTemplatePublishingAllowed": true,
            "vlrIdentifier": "<string>",
            "passwordExpiresAt": "2023-11-07T05:31:56Z",
            "isPasswordExpired": true,
            "isSupportUser": true
          },
          "primaryTrainingOfficer": {
            "email": "<string>",
            "firstName": "<string>",
            "lastName": "<string>",
            "loginEnabled": true,
            "notificationEmail": "<string>",
            "id": 123,
            "tenantId": 123,
            "idpSub": "<string>",
            "personnelId": "<string>",
            "roleId": 123,
            "mfaEnabled": true,
            "lastLoginAt": "2023-11-07T05:31:56Z",
            "isSupervisor": true,
            "isTemplatePublishingAllowed": true,
            "vlrIdentifier": "<string>",
            "passwordExpiresAt": "2023-11-07T05:31:56Z",
            "isPasswordExpired": true,
            "isSupportUser": true
          },
          "startDate": "2023-12-25",
          "originalPlannedEndDate": "2023-12-25",
          "projectedEndDate": "2023-12-25",
          "actualEndDate": "2023-12-25",
          "status": "SCHEDULED",
          "statusReason": "<string>",
          "signoffId": 123
        }
      ]
    }
  ],
  "number": 123,
  "sort": {
    "empty": true,
    "sorted": true,
    "unsorted": true
  },
  "numberOfElements": 123,
  "pageable": {
    "offset": 123,
    "sort": {
      "empty": true,
      "sorted": true,
      "unsorted": true
    },
    "pageSize": 123,
    "paged": true,
    "pageNumber": 123,
    "unpaged": true
  },
  "empty": true
}

Path Parameters

userId
integer<int64>
required

Query Parameters

pageable
object
required

Response

200 - */*

OK

totalElements
integer<int64>
totalPages
integer<int32>
last
boolean
first
boolean
size
integer<int32>
content
object[]
number
integer<int32>
sort
object
numberOfElements
integer<int32>
pageable
object
empty
boolean